Hello!
We have a public computer lab here with Win2K machines -- which means we get between 100 to 200 profiles put on those machines in a week. Unfortunately, deleting all those profiles from twenty machines is a bit time consuming. So I'm trying to figure out the best way to automatically delete all the user profiles.
I tried using a batch file that just changed the attributes of All Users, Administrator, and Default User so they couldn't be deleted, but I couldn't find any way from a Windows 2000 command prompt to do the equivalent of
RMDIR /S /Q *.*
After that I tried a complex web of batch files which was designed to delete the profile of the last person who logged on. It works as long as the person logging on has administrator-level priv's over other users' profiles, but we certainly don't want our students having that level of power in a public lab. (That's the whole reason we went to 2000!)
Does anyone have any alternative ways to schedule the deletion of user profiles? Thanks!!
We have a public computer lab here with Win2K machines -- which means we get between 100 to 200 profiles put on those machines in a week. Unfortunately, deleting all those profiles from twenty machines is a bit time consuming. So I'm trying to figure out the best way to automatically delete all the user profiles.
I tried using a batch file that just changed the attributes of All Users, Administrator, and Default User so they couldn't be deleted, but I couldn't find any way from a Windows 2000 command prompt to do the equivalent of
RMDIR /S /Q *.*
After that I tried a complex web of batch files which was designed to delete the profile of the last person who logged on. It works as long as the person logging on has administrator-level priv's over other users' profiles, but we certainly don't want our students having that level of power in a public lab. (That's the whole reason we went to 2000!)
Does anyone have any alternative ways to schedule the deletion of user profiles? Thanks!!