Win7 timing shutdown function?

  
Best Answers DOS commands do not have to be Win7
. XP, 2003, Vista, Win7, etc. all have DOS commands, which are saved. In Win7, the usage of shutdown starts as follows->run->cmd->shutdown /? The parameter shows help. This is the same as typing /? /? Show help. This is the same as not typing any options /i to display the graphical user interface (GUI). This must be the first option /l to log out. This cannot be used with the /m or /d option /s to shut down the computer /r to shut down and restart the computer /a to abandon the system shutdown. This can only be used to shut down the local machine with /p during the timeout period, with no timeout or warning. This can only be used with the /d option /h to hibernate the local machine. This can only be used with the /f option /e to log the unexpected cause of the computer to the document /m \\\\computer Specifies the target computer /t xxx The timeout before the shutdown is set to xxx seconds. The valid range is 0-600, and the default is 30 /c "comment" A comment for the reason for restarting or shutting down. Allow up to 127 characters /f to force a running application to close without warning /d [p:]xx:yy Provide a reason for restarting or shutting down p indicates that restarting or shutting down is the planned xx is the prime number ( A positive integer less than 256) yy is a minor cause number (a positive integer less than 65536) ------------------------------- ---------------------------------- For example, if you want to shut down on time at 23:00, you can enter the following command: At 23:00 shutdonw -s For example, if you want to shut down the computer after 1 hour (if you have something to leave, but the download is not complete, you can do this) shutdown -f -s -t 3600 shutdown -a can terminate the command hope Your landlord is helpful! !
Copyright © Windows knowledge All Rights Reserved