Drucker per Powershell Managen aktualisiert
@@ -146,7 +146,7 @@ Remove all mapped network printers from your computer:
|
|||||||
`
|
`
|
||||||
|
|
||||||
### Set a Default Printer on Windows
|
### Set a Default Printer on Windows
|
||||||
[Windows automatically sets the default printer](https://woshub.com/change-default-printer-windows/) to the last printer that the user successfully printed to. To prevent Windows from reassigning the default printer, create the LegacyDefaultPrinterMode registry parameter:
|
Windows automatically sets the default printer to the last printer that the user successfully printed to. To prevent Windows from reassigning the default printer, create the LegacyDefaultPrinterMode registry parameter:
|
||||||
|
|
||||||
`Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" -Name "LegacyDefaultPrinterMode" -Value 1 –Force
|
`Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" -Name "LegacyDefaultPrinterMode" -Value 1 –Force
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user