Skip to content

Instantly share code, notes, and snippets.

@wdormann
Created November 5, 2022 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wdormann/f9552721166aaf2234b62e56f92a023f to your computer and use it in GitHub Desktop.
Save wdormann/f9552721166aaf2234b62e56f92a023f to your computer and use it in GitHub Desktop.
Turn off SmartScreen to avoid Windows 11 22H2 lack of prompting/scanning when opening files directly from ZIPs
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"SmartScreenEnabled"="Off"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment