[ul][li]Open command prompt by typing "cmd" from the run command[/li][/ul]
To Automatically shutdown the system at particular time :
[ul][li]Syntax : at "your time Without Quotes" shutdown -s[/li][/ul]
To shutdown the computer on network if you have administrative access :
[ul][li]Syntax : shutdown –s –m\\"your computer name without quotes" –t60[/li][/ul]
To create a shutdown timer or simply computer shutdown shortcut :
[ul][li]Right click on the folder where you want to create the shortcut and click "create a New shortcut"[/li][/ul]
[ul][li]In the box that says “Type the location of the shortcut”, type in “shutdown -s -t 3600” without the quotation marks and click next. (Here 3600 Represents the time left before shutdown in secs)[/li][/ul]
[ul][li]Now just name the file and you're finished[/li][/ul]
Note : To abort the above shutdown process type "shutdown -a " in cmd
To Automatically shutdown the system at particular time :
[ul][li]Syntax : at "your time Without Quotes" shutdown -s[/li][/ul]
To shutdown the computer on network if you have administrative access :
[ul][li]Syntax : shutdown –s –m\\"your computer name without quotes" –t60[/li][/ul]
To create a shutdown timer or simply computer shutdown shortcut :
[ul][li]Right click on the folder where you want to create the shortcut and click "create a New shortcut"[/li][/ul]
[ul][li]In the box that says “Type the location of the shortcut”, type in “shutdown -s -t 3600” without the quotation marks and click next. (Here 3600 Represents the time left before shutdown in secs)[/li][/ul]
[ul][li]Now just name the file and you're finished[/li][/ul]
Note : To abort the above shutdown process type "shutdown -a " in cmd