explore (cmd)
Posted zijidefengge
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 =""
以上是关于explore (cmd)的主要内容,如果未能解决你的问题,请参考以下文章
powershell 使PowerShell脚本可以从任何地方运行(即CMD.EXE,Explorer,Run Dialog等)
如何从命令行CMDIDEA的终端快速在explorer/finder资源管理器访达中打开对应的目录(WindowsMac)