From bb9981efd6f20cc8bae21aa128b3984ec955bacd Mon Sep 17 00:00:00 2001 From: cpi Date: Mon, 20 Apr 2026 11:53:53 +0200 Subject: [PATCH] Drucker per Powershell Managen aktualisiert --- Drucker-per-Powershell-Managen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Drucker-per-Powershell-Managen.md b/Drucker-per-Powershell-Managen.md index 3d6a63d..1420498 100644 --- a/Drucker-per-Powershell-Managen.md +++ b/Drucker-per-Powershell-Managen.md @@ -146,7 +146,7 @@ Remove all mapped network printers from your computer: ` ### 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 `