@echo off :: Use PowerShell to enable "Use the PrtScn button to open screen snipping" powershell -Command "Set-ItemProperty -Path 'HKCU:\Control Panel\Keyboard' -Name 'PrintScreenKeyForSnippingEnabled' -Value 1" echo The "Use the PrtScn button to open screen snipping" option has been enabled. exit