Simple CMD Command part - 1

Shutdown Windows immediately :

C:\>ShutDown /s /t 0

Note : Command may not power down the hardware.

Restart Windows immediately :

C:\>ShutDown /r /t 0

Abort shutdown/restart countdown :

C:\>ShutDown /a

Comments

Popular posts from this blog

Android - Set cursor drawable programmatically

Create custom button in android

Android - Shared Preferences Tutorial