Here we’ll show you how to block apps and programs in Windows 10 using the Registry Editor. Note: before doing this, you should take precautions and create a backup of your registry.

Create a Block List in the Registry Editor

First, make sure you’re signed into the Windows account you want to block applications in, hit Win + R and enter regedit into the Run box to open the Registry Editor. In the registry editor navigate to: Here, in the pane on the left, right-click Policies, then select “New -> Key,” and name your new key “Explorer.” Select your newly created Explorer folder/key, then in the pane on the right right-click an empty space and select “New -> DWORD (32-bit) Value,” and call it “DisallowRun” (without the quotes).

Double-click “DisallowRun” and change its Value data to “1.”

Finally, right-click the Explorer folder you created back in the pane on the left, select “New -> Value” and call it “DisallowRun.”

You’ve now created a block list. Next, it’s just a case of adding what you want to block to the DisallowRun folder (or “key,” as it’s technically called).

Add Applications to Block List

You need to add every program you want to block to the DisallowRun box. To add your first entry, right-click an empty space in the pan on the right (with DisallowRun selected on the left), select “New -> String Value” and call it “1.”

Next, double-click your newly created string, and in the “Value data” box enter the name of the executable file for the program you want to block. We’ll be blocking Steam because there’s nothing more distracting from work than knowing you have a 200-game backlog to get through.

Once you’ve created your key, reboot your PC (optional), and the block should be in place. To add more applications to the block list, repeat all the same steps under this heading, but name each new string value you create with the next number in line, such as 2, then 3, then 4 and so on. When you try to open one of these applications, you should be greeted with the following message.

How to Allow Only Specific Applications

The obverse option to what we outlined above is to only allow certain applications to be opened on the account or, put another way, to block everything apart from the applications that you specify.

The process is exactly the same for blocking programs, except each time you use the term “DisallowRun” (as a DWORD in the Explorer folder and as a sub-key/subfolder in the Explorer folder), use the term “RestrictRun” instead. You can have both DisallowRun and RestrictRun existing at the same time, but don’t enable them at the same time as this may cause conflicts. Note: It’s very important that the first application you add to the “RestrictRun” folder is “regedit.exe,” otherwise you will lock yourself out of the registry editor and will be unable to make future changes. (If this happens, you’ll need to edit this account’s registry from another administrator account.)

Conclusion

That’s it. You now have your own block list in the registry editor, allowing you to control exactly which applications can be accessed on given accounts. Don’t treat this lightly, however. The registry functions on a deep level on your PC, and doing things wrong here can cause problems. Remember to back up your registry, create restore points, and be meticulous when making tweaks.