Click to See Complete Forum and Search --> : Lock Desktop icons


techguy13
September 24th, 2008, 12:33 PM
Hello

Does someone know how to lock down desktop icons in XP so that users cannot delete the shortcuts. I am looking for a reg hack as opposed to a software solution as its a corporate environment that doesn’t want to spend money on tweeks or use shareware.

Thanx

t34b4g5
September 25th, 2008, 12:28 AM
Have you tried playing with group policies?

http://support.microsoft.com/kb/307882

Other then that maybe if possible create some sort of bat file that runs at startup that will check to see if the pre defined shortcuts are still on the desktop, and if not then put them back.

save the .bat file someplace and create a short cut and place the shortcut in the startup folder. So that when windows boots up it will auto load the script..

NooNoo
September 25th, 2008, 07:04 AM
Simply change the security permissions for the icons.... remove full control and allow read only!

techguy13
September 25th, 2008, 12:55 PM
I ended up locking down the \All Users\Desktop folder with "properties", Security", "advanced, "edit" and checked the Deny box for "Delete Subfolders and files" & "delete" for the security users.

Thanx for the responce.