How do I set auto shutdown Windows XP client?

Asked By 90 points N/A Posted on -
qa-featured

Hi.  I'm on a Windows Server 2008 and I'm trying to figure out how to automatically shutdown a VPN client on a Windows XP 64 bit system.  How do I set auto shutdown Windows XP client?  Any help would be much appreciated.  Thanks.

SHARE
Answered By 30 points N/A #154465

How do I set auto shutdown Windows XP client?

qa-featured

Hi Gyle Kugler,

Dear you can make a script file to do so.

Open a note pad and type the command given below in it.

" shutdown -s -t 3600"

Here the 3600 is the time in which the computer will shut down. You can change this time as you desire. But keep in mind that this time will be in seconds.

For example, if you want to shutdown a client in 1 hours then you have to write 3600.

Now save this file as batch file with ".bat" extension.

Now run this file in your all clients. The clients will shutdown automatically after specific time.

Happy computing.

Related Questions