Question : Script to add Icons to desktop

I am looking to deploy a new application for several of my computers under a certain OU. Is there a script template i can use to copy the icons to the desktops of all the computers under the OU? I dont want users to delete icons once they are put on the desktop.
I want to use group policy to push/or run script that will put icons of 4 applications on the desktop of the OU.

Answer : Script to add Icons to desktop

Hi,
I would just use a login batch file to do it.

xcopy "c:\icon shortcut file" c:\documents and settings\%username%\desktop
.
.
.

You can also do this with a vbs script and apply it to the GPO have a look at this:

http://www.msfn.org/board/lofiversion/index.php/t61751.html

HTH
Random Solutions  
 
programming4us programming4us