I didn't see there were more replies. The problem is i have to find a way to do this automatically for 200+ machines. Copying customized ps1 file on top isn't working with admin rights and via GPO startup script. Maybe i should repeat
all the commands in that post (taking the ownership, etc.), though i'm in doubt this will work.
How about setting up a preemptive GPO that will find shortcuts on the desktop and drop them in a new folder (on the desktop) called "Network Shortcuts". It is not a particularly elegant solution, but your people will get used to it quickly. If you wanted
to get fancy you could make the "Network Shortcuts"
folder a toolbar item that they can go to.
New folder: "%userprofile%\desktop\Network Shortcuts"
copy policy: "%userprofile%\desktop\*.lnk" - "%userprofile%\desktop\Network Shortcuts"
Since Policy doesn't "move" files for you, you may need to follow with deleting the .lnk files from the desktop.... or maybe just set them to hidden. I haven't done this myself, it's just an idea. Test the **** out of it before deploying to 200+ (of course!)
good luck!
(Thank you MS for censoring my testing vernacular)