I’m forever looking this up on the web then having to use Reedit to hack my registry so I thought it was about time I wrote a PS script to do it for me. And so here it is! Get-PSDrive CD c:\ $RegKey = "HKCU:\Control Panel\Desktop" #CD 'HKCU:\Control Panel\Desktop' #Get-ItemProperty -Path $RegKey -Name PaintDesktopVersion Set-ItemProperty -Path $RegKey -Name PaintDesktopVersion -Value 1 #Get-ItemProperty -Name PaintDesktopVersion ......