Windows 7 Forums


Windows 7: Applications - Prevent Running Specified Programs


Applications - Prevent Running Specified Programs

How to Prevent Users from Running Specified Programs in Windows
Published 25 Apr 2010
Published by

Featured Tutorial

Microsoft Outlook Desktop Shortcut - Create
Microsoft Outlook Desktop Shortcut - Create

How to Create a Special Outlook Desktop (Office XP style) Shortcut

Online Scanners - Scan Suspicious Files on your PC
Online Scanners - Scan Suspicious Files on your PC

How to Scan Suspicious Files using Online Scanners

Peppermint3 - Create Live CD/DVD/USB To Use For Emergency Backup
Peppermint3 - Create Live CD/DVD/USB To Use For Emergency Backup

How to Perform an Emergency Data Backup When Windows 7 Will Not Boot

Microsoft Account - Sign up for and Create
Microsoft Account - Sign up for and Create

How to Sign up for and Create a Microsoft Account

Secunia ONLINE Software Inspector
Secunia ONLINE Software Inspector

How to Scan for Common Software Vulnerabilities

SF Diagnostic Tool - Using for Troubleshooting
SF Diagnostic Tool - Using for Troubleshooting

Using SF Diagnostic Tool for Troubleshooting
How to Prevent Users from Running Specified Programs in Windows

information   Information
This tutorial will show you how to prevent all or specific users on the computer from being able to run a list of disallowed program EXE files you specify in Vista, Windows 7, or Windows 8.

You must be logged in as an administrator to be able to do the steps in this tutorial.

warning   Warning
This will not prevent users from being able to run a program through the command prompt unless you also add cmd.exe to the list of disallowed applications.

Even if you have an .exe file of a program in the list of allowed applications and also in the list of disallowed applications, then users will not be able to run the .exe. Anything disallowed will always override anything allowed.

Renaming an .exe file will bypass the list of disallowed programs to let it run anyways, but not with the list of allowed programs. If the .exe file name is not on the list of allowed programs, then it can't run.

This does not apply to "Metro" Store apps in Windows 8.


EXAMPLE: Message
NOTE: This is a message that all users will get when they try to run a EXE file on the list of disallowed programs that you specified.
Applications - Prevent Running Specified Programs-message.jpg



OPTION ONE
Through the Local Group Policy Editor
1. Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.

2. In the left pane, click/tap on to expand User Configuration, Administrative Templates, and System. (see screenshot below)
Applications - Prevent Running Specified Programs-gpedit-1.jpg
3. In the right pane of System, double click/tap on Don't run specified Windows applications to edit it. (see screenshot above)

4. To Allow All Applications to Run
A) Select (dot) either Not Configured or Disabled, and go to step 6 below. (see screenshot below)
NOTE: Not configured is the default setting.
Applications - Prevent Running Specified Programs-gpedit-2.jpg
5. To Prevent Specified Applications from Running
A) Select (dot) Enabled, then click/tap on the Show button under Options. (see screenshot above)

B) Under Value, double click/tap in a blank line and type in the name of the EXE file (ex: cmd.exe) with file extension that you want to prevent from running. (see screenshots below)


Tip   Tip
  • To change or remove a listed exe file name, you can just type over it.
  • To clear or reset the list of disallowed applications, you can select Not Configured (step 4), click/tap on Apply, select Enabled again, and click/tap on Apply.
Applications - Prevent Running Specified Programs-gpedit-3a.jpgApplications - Prevent Running Specified Programs-gpedit-3b.jpg
C) Repeat step 5B until you have added any other EXE files (ex: CCleaner) you want on the list of disallowed applications as well. When finished, click/tap on OK. (see screenshots above)

D) Go to step 6 below.
6. Click/tap on OK. (see screenshot below step 4A)

7. If used, you may also wish to make changes to your list of allowed programs to run.

8. Close the Local Group Policy Editor window.





OPTION TWO
Manually in Registry Editor

NOTE: This option affects all users on the computer.
1. Press the Windows + R keys to open the Run dialog, type regedit, and click/tap on OK.

2. If prompted by UAC, click/tap on Yes (Windows 7/8) or Continue (Vista).

3. In regedit, navigate to the location below. (see screenshot below)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Applications - Prevent Running Specified Programs-reg1.jpg
4. To Prevent Specified Applications from Running
A) In the right pane of Explorer, right click or press and hold on a empty space, and click/tap on New and DWORD (32-bit) Value. (see screenshot below)
Applications - Prevent Running Specified Programs-enable-1.jpg
B) Type in DisallowRun and press Enter. Double click/tap on DisallowRun to modify it. (see screenshot below)
Applications - Prevent Running Specified Programs-enable-2.jpg
C) Type in 1 and click/tap on OK. (see screenshot below)
Applications - Prevent Running Specified Programs-enable-3.jpg
D) In the left pane, right click or press and hold on Explorer, click/tap on New and Key, type in DisallowRun, and press Enter. (see screenshot below)
Applications - Prevent Running Specified Programs-enable-4.jpg
E) In the right pane of DisallowRun, right click or press and hold on a empty space, and click/tap on New and String Value. (see screenshot below)
Applications - Prevent Running Specified Programs-enable-5.jpg
F) Type in the number (1 to ....) of the order that this EXE file will be in the list of disallowed applications and press Enter. Double click/tap on this number to modify it. (see screenshot below)
NOTE: For example, you would type 1 if this is the first EXE in the list, 2 if it's the second, 3 for the third, etc........
Applications - Prevent Running Specified Programs-enable-6.jpgApplications - Prevent Running Specified Programs-enable-8.jpg
G) Type in the name of the EXE file (ex: cmd.exe) with file extension that you want to prevent from running, and click/tap on OK. (see screenshot below)
Applications - Prevent Running Specified Programs-enable-7.jpg
Tip   Tip
  • To change a listed EXE file name, double click/tap on the number of the EXE to modify it (step 4F), type the new EXE name, and click/tap on OK.
  • To remove a listed EXE file name, right click on the number of the EXE, then click/tap on Delete and Yes.


H) Repeat steps 4F and 4G until you have added any other EXE files (ex: #2 CCleaner) you want on the list of disallowed applications as well.
Click image for larger version

Name:	Enable-8.jpg
Views:	281
Size:	138.7 KB
ID:	69286
I) When finished, go to step 6 below.
5. To Allow All Applications to Run
NOTE: This is the default setting.
A) In the right pane of Explorer, right click on DisallowRun and click/tap on Delete. (see screenshot below)
Applications - Prevent Running Specified Programs-disable-1.jpg
B) Click/tap on Yes to approve. (see screenshot below)
Applications - Prevent Running Specified Programs-disable-2.jpg
C) In the left pane, right click or press and hold on DisallowRun, and click/tap on Delete. (see screenshot below)
Applications - Prevent Running Specified Programs-enable-9.jpg
D) Click/tap on Yes to approve, go to step 6 below. (see screenshot below)
Applications - Prevent Running Specified Programs-disable-4.jpg
6. If used, you may also wish to make changes to your list of allowed programs to run.

7. Close regedit.

8. Log off and log on, or restart the computer to apply.
That's it,
Shawn







Need more help? Try searching our extensive help and support site.
Loading
Comment

 Applications - Prevent Running Specified Programs problems?



Tutorial Tools



Similar help and support threads for: Applications - Prevent Running Specified Programs
Windows 7 Tutorial Category
Prevent applications from adjusting mic levels General Discussion
Solved How do I prevent UAC from prompting me when running in admin mode System Security
Background process prevent to have full screen programs running General Discussion
Prevent users from running executables from usb sticks Customization
Close programs to prevent... BSOD Help and Support


All times are GMT -5. The time now is 02:15 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32