In some cases, we are not able to shutdown our Windows Computer using normal GUI process. So, in these situations, we can use Windows Command Line to force the shut down. Let’s see how to use Command Prompt on a Windows PC to shut it down.
STEP1
Search CMD in Start Menu
Go to Start Menu. Click on Windows logo in the bottom-right corner of the screen or press Windows+R key on your keyboard. Click on Search and type CMD into the Search field.
STEP2
Launch CMD
Right Click & select ‘Run as Administrator’.
Select ‘yes’ on the Windows prompt.
STEP3
Command to Shutdown PC
Type ‘shutdown –s’ & hit enter.
-End-
Can we check the Microsoft Office activation as well using this Command line?
Yes, we can check it using VBS.
cscript “C:\ Program Files (x86)\ Microsoft Office\ Office14\OSPP.VBS” /dstatus
or
cscript “C:\ Program Files\ Microsoft Office\ Office14\ OSPP.VBS” /dstatus
NICE. THANKS FOR SHARING!!!