-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Snipping Tool still can be executable via its keyboard shortcut #343
Comments
Hi, thanks for the report. It works on older versions but snipping tool is not provided as separate store app but as part of I will not add functionality delete this package. It includes a lot of other useful things and would have big impact to delete it. I think we can add group policy to achieve this. But we can disable it: reg add "HKCU\Control Panel\Keyboard" /v "PrintScreenKeyForSnippingEnabled" /t "REG_DWORD" /d "0" /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\TabletPC" /v "DisableSnippingTool" /t "REG_DWORD" /d "1" /f Let me know if it works. We can introduce this as new script: Disable Snipping Tool as this tool is historically known to have vulnerabilities 1 and disabling would reduce your attack surface. |
Hi! Did not work but thanks for help. |
Restart your computer and please get back if it worked. It did not work for me until reboot but works fine afterwards. I see that this is what control panel option (Settings > Accessibility > Keyboard > Use the Print screen key to open screen capture) does too. It sets I see that users of other screenshot software posted related issues flameshot-org/flameshot#1551, greenshot/greenshot#482. |
Sadly, no still does not work. |
Thank you for coming back. Try this: reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "DisabledHotkeys" /t "REG_SZ" /d "S" /f After running this, try directly if it works, if it doesn't work, try restarting explorer: taskkill /f /im explorer.exe & start explorer If it doesn't work try system restart. Check if it works, and feel free to let me know if restarting explorer or computer was needed. |
Yes! After restarting it works now thanks! |
I will update the code in a patch release, did you need to restart the computer or was restarting explorer.exe enough? |
@undergroundwires IIRC, restarting explorer.exe was enough. |
Due to changes in how Windows handles the Snipping Tool, this commit reclassifies the tool's disablement into its own distinct category. This update introduces alternative methods to disable the tool, enhances documentation, and improves script functionality. Changes include: - Move Snipping Tool removal to a standalone category for clearer navigation. - Expand documentation to better describe the tool's impact on privacy. - Add methods to disable the tool without removing the app. - Implement a shared function to disable specific Windows hotkeys.
Due to changes in how Windows handles the Snipping Tool, this commit reclassifies the tool's disablement into its own distinct category. This update introduces alternative methods to disable the tool, enhances documentation, and improves script functionality. Changes include: - Move Snipping Tool removal to a standalone category for clearer navigation. - Expand documentation to better describe the tool's impact on privacy. - Add methods to disable the tool without removing the app. - Implement a shared function to disable specific Windows hotkeys. - Rename Cortana shortcut disablement script for consistency.
🎉 Released since 0.13.3. |
This commit adds missing system apps for Windows 10 19H2 to 22H2 and Windows 21H2 to 23H2. Changes: - Add missing system apps. - Improve documentation and naming of existing apps - Add documentation about excluded system apps (#343) - Adjust recommendation levels - Enhance disabling of some apps with extra configurations New apps added: - Microsoft.MicrosoftEdge.Stable - MicrosoftWindows.UndockedDevKit - Microsoft.Windows.XGpuEjectDialog - NarratorQuickStart New apps excluded: - Microsoft.Windows.StartMenuExperienceHost (#316) - Microsoft.Windows.ShellExperienceHost (#316) - MicrosoftWindows.Client.Core - MicrosoftWindows.Client.CBS - MicrosoftWindows.Client.FileExp - Microsoft.Windows.Cortana Other supporting changes: - Add conditional store app removal when constraining Windows version - Add more generated comments in code for better script readability
This commit adds missing system apps for Windows 10 19H2 to 22H2 and Windows 11 21H2 to 23H2. Changes: - Add missing system apps. - Improve documentation and naming of existing apps - Add documentation about excluded system apps (#343) - Adjust recommendation levels - Enhance disabling of some apps with extra configurations New apps added: - Microsoft.MicrosoftEdge.Stable - MicrosoftWindows.UndockedDevKit - Microsoft.Windows.XGpuEjectDialog - NarratorQuickStart New apps excluded: - Microsoft.Windows.StartMenuExperienceHost (#316) - Microsoft.Windows.ShellExperienceHost (#316) - MicrosoftWindows.Client.Core - MicrosoftWindows.Client.CBS - MicrosoftWindows.Client.FileExp - Microsoft.Windows.Cortana Other supporting changes: - Add conditional store app removal when constraining Windows version - Add more generated comments in code for better script readability
Description
I deleted Snipping Tool via privacy.sexy to use Win+Shift+S shortcut for another application and restarted my pc, but yeah it still executes the Snipping tool it shows rectangle stuff.
OS
Windows 10 IOT LTSC 21
Reproduction steps
Just delete Snipping tool in Bloatware section and run win+shift+s does not matter if you reboot or not it still executes itself.
Scripts
Screenshots
Additional information
The text was updated successfully, but these errors were encountered: