windows xp desktop settings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I change my settings so that every person who has a profile can have
their own icons and not mess with everyone elses?
 
Go to "Documents and settings\All users\Desktop" and copy all the shortcuts
to the Desktop folder of all the users.
for example : "Documents and settings\userNameHere\Desktop"

You can use this bat file and run this from each account :
-----Start--here-----
copy /Y "%allusersprofile%\Desktop\*.*" "%userprofile%\Desktop\"
----End--Here-------
After that, delete all the shortcuts in "Documents and settings\All
users\Desktop"
 
Back
Top