As we are getting a new computers with XP Pro across the entire school soon, my original issues are now resolved. I'm gonna download a copy of this and keep it for when the new computers are installed.Originally Posted by eean
Thanks for this![]()
As we are getting a new computers with XP Pro across the entire school soon, my original issues are now resolved. I'm gonna download a copy of this and keep it for when the new computers are installed.Originally Posted by eean
Thanks for this![]()
The logon script doesn't have admin rights to the local machine? You can't have non-admins able to create scheduled tasks that run with system rights - that'd be a huge security hole!
Try creating an MSI that will execute your batch file. You can do this easily through Windows Installer Wrapper Wizard You can then pop this into active directory and it will run with elevated rights.

I use the following tool which I schedule to run every evening.
Save it in a folder called Remoteshutdown on any server. Now open up notepad and copy the following:
Replace Computername with your actual workstation names. Now save the file as Remoteshutdown.bat in the Remoteshutdown folder. Now run Scheduled Tasks and when prompted, choose the batch file you've just created to run at a select time, daily, with domain admin credentials.Code:REM \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ REM REM ICT Shutdown Script REM Shutdown Time: time REM Scheduled on servername REM REM REM \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ remoteshutdown.exe /remote:Computername /f remoteshutdown.exe /remote:Computername /f remoteshutdown.exe /remote:Computername /f remoteshutdown.exe /remote:Computername /f remoteshutdown.exe /remote:Computername /f remoteshutdown.exe /remote:Computername /f
That's it, job done. Your workstations will shutdown at the scheduled time. I use this at many schools running on 2003 Server and XP clients. I haven't tested it on Vista yet.
I've decided to use the "system shutdown v1.1.msi" and this works perfectly, it installs ok on the computer startup as supposed to, but after installation it shutsdown the computer! can anyone modify the msi to stop it doing this.=?
Thanks
Mike
Or you can do what we do and write a script that emails me and all of SMT everynight which machines and which rooms are left on and it soon stops!!
Thanks for the program! works a treat, cant understand why it shuts down tho, but the week is running out so i shall just email the staff giving them warning of the shutdown on first switching back on.
Many Thanks
Mike
There are currently 1 users browsing this thread. (0 members and 1 guests)