Avatar of yuhs
yuhs

asked on 

What script syntax to delete a file from all of the \\Documents and Settings desktops?

VERY simple script, but I can't figure it out.

I want to deploy a script to my building to delete a particular icon from all the user desktops (XP machines). The icon I want to delete is not in the "All Users" profile, but is saved in individual user profiles. This script below works when I use it to delete the icon from the All Users, Default User, or my own desktop. But how do I script it to delete the icon from all the unknown profiles on the PC ?

This works:    del icon.url "\\%PC%\C$\Documents and Settings\all users\Desktop"
This doesn't:  del icon.url "\\%PC%\C$\Documents and Settings\%users%\Desktop"
Windows BatchWindows XP

Avatar of undefined
Last Comment
knightEknight

8/22/2022 - Mon