8000 GitHub - filimonic/W10-AntiCat: Windows 10 Anti-Cat ( Disable magnifier and narrator turned on by paws )
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

filimonic/W10-AntiCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

W10-AntiCat

Disable Narrator and Magnifier for Windows 10

Run CMD.exe under elevated prompt

Take owner of Narrator.exe and Magnify.exe

takeown /A /F "%WINDIR%\System32\Narrator.exe"
takeown /A /F "%WINDIR%\System32\Magnify.exe"

Deny everyone execute them

icacls "%WINDIR%\System32\Narrator.exe" /deny *S-1-1-0:(X)
icacls "%WINDIR%\System32\Magnify.exe" /deny *S-1-1-0:(X)

Done!

About

Windows 10 Anti-Cat ( Disable magnifier and narrator turned on by paws )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0