Changes for page Windows 10
Last modified by Sebastian Marsching on 2024/06/16 14:21
From version 2.1
edited by Sebastian Marsching
on 2022/10/26 20:14
on 2022/10/26 20:14
Change comment:
There is no comment for this version
To version 1.1
edited by Sebastian Marsching
on 2022/05/29 12:30
on 2022/05/29 12:30
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Tags
-
... ... @@ -1,1 +1,0 @@ 1 -Windows - Content
-
... ... @@ -12,19 +12,3 @@ 12 12 net start wuauserv 13 13 wuauclt /detectnow 14 14 ``` 15 - 16 -# Problems adding a network printer 17 - 18 -## Error #740 19 - 20 -When adding a network printer fails with error #740, try running the following command from an _elevated_ command prompt: 21 - 22 -```bat 23 -rundll32 printui.dll,PrintUIEntry /il 24 -``` 25 - 26 -Then, add the printer using the wizard that appears. 27 - 28 -It seems that this is somehow caused by problems with the driver installation in the regular “Add printer” wizard. After a printer has been added this way, other users should also be able to add it in the regular way. 29 - 30 -I found this solution [here](https://basics.net/2021/12/22/windows-shared-printer-cannot-be-added-error-740/).