Vitalix Posted September 24, 2004 Posted September 24, 2004 Hey guys and gals,Does anyone know if there is a setting or method for disabling the right-click feature in Windows XP?I have a policy set that locks down a system, but right-click is still available. It won't do any damage b/c the policy is strapped down pretty good, but the user can still goto Start -> Programs -> Startup and delete a necessary app file.How can I get around this?Can I set something in the registry RUN command to start every time the machine reboots without using the startup folder?Thanks in advance as always!
prathapml Posted September 24, 2004 Posted September 24, 2004 Can I set something in the registry RUN command to start every time the machine reboots without using the startup folder?Well, no - but you could schedule a batch-file to be run during each shut-down (yes, its possible, as shown below) which will have this line in it:del /Q /F "%UserProfile%\Start Menu\Startup\*.*"And you can schedule it by:1. run "gpedit.msc"2. Navigate to "Local Computer Policy >> Computer Configuration >> Windows Settings >> Scripts >> Shutdown"3. Add whatever you want to be run at every shut-down.Hoping this helps....
browningh Posted September 27, 2004 Posted September 27, 2004 Found this little jewel... perhaps 'twill help...Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]"NoViewContextMenu"=dword: 00000001http://www.kellys-korner-xp.com/xp_tweaks.htm
prathapml Posted September 27, 2004 Posted September 27, 2004 Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]"NoViewContextMenu"=dword: 00000001Hey, that's nice browningh!Useful in public i-net access centres.
browningh Posted September 28, 2004 Posted September 28, 2004 Feels kinda nice being able to provide some assist instead of all the times I gleaned great info from this forum!
Vitalix Posted September 28, 2004 Author Posted September 28, 2004 Found this little jewel... perhaps 'twill help...Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]"NoViewContextMenu"=dword: 00000001http://www.kellys-korner-xp.com/xp_tweaks.htmOutstanding!A thousand thank you's!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now