Drucker per Powershell Managen aktualisiert

cpi
2026-04-20 11:53:53 +02:00
parent 34ed25eb7a
commit bb9981efd6
+1 -1
@@ -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
` `