Kevjm59 Posted April 14, 2006 Posted April 14, 2006 My CleanUp.cmd contains the following lines:shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."net user aspnet /deleteDEL "%systemroot%\*.bmp"DEL "%systemroot%\Web\Wallpaper\*.jpg"DEL "%systemroot%\system32\dllcache\*.scr"DEL "%systemroot%\system32\*.scr"EXITDoes anyone know of an alternative to shutdown.exe? Preferably I'm looking for a solution that uses the same kind of reboot interface that is used in other parts of the windows installationThxKev
RyanVM Posted April 14, 2006 Posted April 14, 2006 http://www.sysinternals.com/Utilities/PsShutdown.html
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now