This guide demonstrates a method to restrict executable files from running in Windows, applicable even in the Home edition without using the Group Policy Editor. It's especially useful for parents or administrators wanting to control app usage without Professional edition features.
Access Registry Editor:
regedit
from the Start menu. Confirm with User Account Control.Navigate to Specific Registry Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
.Explorer
.Create "DisallowRun" Key:
Explorer
, add a new DWORD (32-bit) value named DisallowRun
and set its value to 1
.Explorer
called DisallowRun
.Add Applications to Block:
DisallowRun
, add a new string value (e.g., 1
) and set its data to the executable name (MsEdge.exe
for Microsoft Edge).Reboot the Computer:
Testing Block:
regedit.exe
itself in the same way to prevent registry modifications.NTUSER.DAT
file from the user's directory.regedit
limits control, necessitating more complex recovery for re-access.This method is a practical workaround for app blocking on Windows Home. While it works under most conditions, aspects like executable renaming can pose challenges.
For expanded techniques or pranks using this method, refer to related video resources.