|
Posted by Special Access on March 16, 2007, 5:24 am
Please log in for more thread options
wrote:
>Hi, I was wondering how to remove a shortcut on everyone desktop using
>script? Is there a tool that goes out and search on the network and remove
>it those icon when it find it? Thanks
>
I used to use "if exist c:\documents and settings\all
users\desktop\<shortcutname.lnk> del c:\documents and settings\all
users\desktop\<shortcutname.lnk>"
Replace <shortcutname.lnk> with the name of the shortcut, for example
Acrobat Reader 8.0.lnk
enclose in quotes if there are any spaces, seemed to work for me.
Mike
|