Friday 16 July 2010

Restrict all exe files on computer

Windows Registry Editor Version 5.00
                                                          
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"

change this key to
"\"anything.bat %1\" %*"
and refresh now all exe files are blocked including installation
you can get them back by undo it with .reg file given it

No comments:

Post a Comment