Folder Access

  • Thread starter Thread starter Arsen
  • Start date Start date
A

Arsen

I have couple of icons that are located in C:\documents and settings\all
users\Destkop that is on every machine in my network. I have a simple
script that reads "del C:\documents and settings\all users\Destkop\*.*"
which works when I log into the system, however, when a regular user who has
no rights to access the "all user" folder logs into the system the icons do
not get deleted.. anyone have a good idea..

the script is located on the domain gpo, and all the computers are running
win2000 with SP3 or 4,

thanks
 
Hi Arsen, You have almost come up with the solution self :) Assign the
particular script within a Group Policy as an Startup Script. Since Startup
Scripts runs under Local System Account your script should be fine.

(The article below describe how to assign a startup script)
HOW TO: Assign Scripts in Windows 2000:
http://support.microsoft.com/default.aspx?scid=kb;en-us;322241

I hope this helps, have a nice day!
 
Back
Top