PDA

View Full Version : Windows Registry + DisallowRun


Capp
March 30th, 2005, 10:38 PM
Is anybody familiar with the "DisallowRun" Key you can use in windows registry to lock applications?

I found it works for HKCU only. Does anybody know how to do all users?

nick s
March 30th, 2005, 11:11 PM
-{ Quote: "Is anybody familiar with the "DisallowRun" Key you can use in windows registry to lock applications?

I found it works for HKCU only. Does anybody know how to do all users?" }-Hi Capp,

Reading through Description of HKEY_CURRENT_USER Registry Subkeys (http://support.microsoft.com/kb/310595), it may be possible here:

HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

When I get a chance, I'll see if it works. Another option, if you run XP Pro, is using Software Restriction Policies.

Nick

Capp
March 30th, 2005, 11:15 PM
I tried it there, but no success. I am going to toy around with it a little more and see if I can get it to work with that Hive.

Thanks for the help. :)

Capp
March 31st, 2005, 09:02 AM
Nope..it does not work by setting the HKEY_User\.default settings that way. I was pretty sure I had tried it, but I still can only get it to work for the HKCU.

Any more ideas? :)

Thanks