PDA

View Full Version : Disable ability to right click on the desktop (WNT)



TGunn
04-16-2003, 05:42 AM
I am trying to use the following registry setting via a login script but "access denied" is received by users. Anyway around this?

HKCU\software\microsoft\windows\currentversion\pol icies\explorer" /v NoViewContextMenu /t REG_DWORD /d 1 /f

jdharm
04-21-2003, 07:54 AM
1) Run regedt32 and changer permissions on that key to allow users to edit.

2) Change user profiles to make them members of the group(s) that have permission to access this key.

Josh
<a target="_blank" href=http://www.jdharm.net>www.jdharm.net</a>