From 3d985c3a907964347268804f30749fe318c138eb Mon Sep 17 00:00:00 2001 From: p_reichart Date: Tue, 26 Aug 2025 14:18:53 +0200 Subject: [PATCH] =?UTF-8?q?schalte=20Win11=20Snipping=20Tool=20=C3=BCber?= =?UTF-8?q?=20die=20Registry=20ab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/install_greenshot.cmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/install_greenshot.cmd b/app/install_greenshot.cmd index e519e16..db40e28 100644 --- a/app/install_greenshot.cmd +++ b/app/install_greenshot.cmd @@ -15,6 +15,11 @@ set PROG=Greenshot-INSTALLER-%VERS%-RELEASE.exe :: --- Lade Installationsdatei herunter 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: ( echo [Setup]