schalte Win11 Snipping Tool über die Registry ab
This commit is contained in:
@@ -15,6 +15,11 @@ set PROG=Greenshot-INSTALLER-%VERS%-RELEASE.exe
|
|||||||
:: --- Lade Installationsdatei herunter
|
:: --- Lade Installationsdatei herunter
|
||||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||||
|
|
||||||
|
|
||||||
|
:: --- Schalte Win11 Snipping tool ab:
|
||||||
|
REG add "HKU\.DEFAULT\Control Panel\Keyboard" /t REG_SZ /v PrintScreenKeyForSnippingEnabled /d 0 /F
|
||||||
|
REG add "HKCU\Control Panel\Keyboard" /t REG_SZ /v PrintScreenKeyForSnippingEnabled /d 0 /F
|
||||||
|
|
||||||
:: --- Silent-Installation des Programms:
|
:: --- Silent-Installation des Programms:
|
||||||
(
|
(
|
||||||
echo [Setup]
|
echo [Setup]
|
||||||
|
Reference in New Issue
Block a user