mirror of
https://github.com/zoicware/AlwaysShowExt.git
synced 2026-04-26 11:25:54 +03:00
No description
| AlwaysShowExt.ps1 | ||
| README.md | ||
Unhide ALL File Extensions In Windows
This PowerShell script will unhide file extensions in Windows 10 and 11. It first checks if the HideFileExt reg key is set. It then finds all the file extensions that contain the NeverShowExt property and removes it with Trusted Installer privileges.
Why
These special file extensions can be exploited by threat actors to run malicious code without your knowledge.
How to Use
Run From PowerShell Console
iwr 'https://raw.githubusercontent.com/zoicware/AlwaysShowExt/main/AlwaysShowExt.ps1' | iex