I have been looking for a way to run a batch script(just a single 'del' command) whenever the system shutdowns or reboots. The system is running a Windows XP Professional with Service Pack 2.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You can define a shutdown script from within the group policy editor (Local Computer Policy -> Computer Configuration -> Windows Settings -> Scripts). |
|||
|
|
You can use scheduled tasks to run a command at system start or user log on. http://support.microsoft.com/kb/308569 |
|||