How to Restrict any Program from running on your computer

You can restrict any program from running on your computer by doing some registry tweaking. The steps are provided below:

1. Click on start and sect run

2. On run window type regedit

Now the registry editor will be open and follow the path.

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer\DisallowRun

create String value with any name, like 1 and set its value to the program’s EXE file. 

Eg., If u want to restrict msconfig, then create a String value 1 and set its value to msconfig.exe. If u want to restrict more programs, then simply create more String values with names 2, 3 and so on and set their values to the program’s exe.

0 comments: