explore (cmd)

shutdown the computer after 10 seconds:

shutdown /s /t 10

 

bibernation the computer with forcing the complication to be close:

shutdown /h /f

 

restart the computer after 10 seconds:

shutdown /r /t 10

 

start the firefox.exe:

start firefox.exe

 

start a webpage :

start http://..............

 

show WIFI used:

netsh wlan show profiles

 

show the secret which have been used"

netsh wlan show profile name  ="" key = clear

 

connect the WIFi:

netsh wlan connect name =""

 

Guess you like

Origin www.cnblogs.com/zijidefengge/p/11621164.html
cmd