Turn Off/On the "Let Windows manage my default printer"

Turn Off/On Let Windows manage my default printer
This command enables or disabled the "let Windows manage my default printer" in Printers & scanners.
It changes the registry value to 0 (ON) or 1 (OFF).
###
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" -Name "LegacyDefaultPrinterMode" -Value 0 
###
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" -Name "LegacyDefaultPrinterMode" -Value 1
###
To download the command to set to "0" click here.
To download the command to set to "1" click here.
Once downlod complete, import it throw the import option in the Custom command section.

For any additional information, please contact support@eprocsolutions.com