Prevent / Lock Application Access In Windows

Advertisements

AppLocker is a FREE program which lets you lock any executable file on your computer or in other words prevent programs and applications from running. It could be case when you may not want other users on your computer to run and access some programs installed on your computer.

applocker

Some of the programs are there in the list of applocker but you can even add more programs to the list by typing the executable to the list.

When ever any user try running an executable locked by applocker they will see the error message as shown below.

locked-by-applocker

You can add any executable name to the list which wont execute on that computer with that name locked by applocker, but there is little hack with which you can run the locked executable just by renaming the executable :P

add-executable-applocker

Download AppLocker

But as we know there is always two ways to lock applications access one is the simple way out we I have just elaborated with applocker and second is the geeky way out which deals with windows registry. So, if you want to learn more read on the further to learn about the registry hack to do so.

Let me tell you the geeky way to lock application access in windows, follow the procedure below to know how to do it.

1. Go to Start Menu >> Run, type regedit and press Enter

2. Navigate to the following path

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

3. Right click in the right pane and select New >> DWORD (32 bit) value, name the key as disallowrun 

4. Double click the key disallowrun to set the value as 1

5. Now, for example if you want to block notepad program, then again right click and select New >> String Value and name it any thing you like to and give the value as notepad.exe

block-notepad

6. Exit registry and restart your computer, after restart notepad will be blocked and will not execute.

See Also: Password Protect Programs In Windows To Run

See Also: Free Password Protect Files Program For Windows

Lock Access to Applications with AppLocker [ Via LifeRocks ]

You can follow us on Twitter or join our Facebook Fan Page for more updates like this and You can also ask a problems related to computers or technology on Ask Technix Update and get your solutions faster.

Other Related Interesting Articles

Author + Admin: Abhishek Bhatnagar
- Professional blogger by passion, Software Enggineer. I love to write about useful computer tips & tricks. Connect with me at twitter or on google+ profile or mail me at abhishek@technixmedia.com or know me more on www.abhishekbhatnagar.com

One Comment

  1. [...] had already talked about how to stop applications from running, lock access to run certain programs and how can you password protect applications in windows. Today we will tell you about another [...]

Leave a Reply