On several of the computers at work, I am running out of hard disk space. The culprit seems to be the Temp folders in Local Settings. Some of these computers may have up to 50 user profiles. I'd like to be able to delete the files in the...
On several of the computers at work, I am running out of hard disk space. The culprit seems to be the Temp folders in Local Settings. Some of these computers may have up to 50 user profiles.
I'd like to be able to delete the files in the C:\Documents and Settings\xxx\Local Settings\Temp folder on an XP machine, where xxx is the user name. I was hoping to use wildcards to target the user as all of the users that I am concerned with have a similar beginning (same numbers)to their user name
If possible I'd like to run a batch file on startup or shut down instead of pushing out a script on a routine basis. I was also worried about erroring out if the folder did not exist for a particular user. I believe I would need to unhide the folder as well.
thanks