Allows you to block selected applications.

Allows you to choose which applications can be run.

Supported systems: Windows 2000 and later

HKey   | HKEY_Current_User
Key    | Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    | Enables the list of blocked applications
Value  | DisallowRun
Type   | REG_DWORD
       |0 - disabled; 1 - enabled|
       | Enables the list of allowed applications
Value  | RestrictRun
Type   | REG_DWORD
       |0 - disabled; 1 - enabled|               

Lista blokowanych aplikacji

HKey   | HKEY_Current_User
Key    | Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun
Value  | [number]
Typ    | REG_SZ
         1 = app.exe
         2 = app1.exe
         3 = app3.exe

Lista dozwolonych aplikacji

HKey   | HKEY_Current_User
Key    | Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun
Value  | [number]
Type   | REG_SZ
         1 = app.exe
         2 = app1.exe
         3 = app3.exe

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"DisallowRun"=dword:00000001
"RestrictRun"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun]
"0"="app.exe"
"1"="app1.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun]
"0"="app.exe"
"1"="app1.exe"