Difference between revisions of "小代码大作用:电脑开荒代码"

Jump to navigation Jump to search
no edit summary
</syntaxhighlight>
 
; shutdown.bat
: 用于双击立即关机,省下从开始键点好几下才关机的功夫
<syntaxhighlight lang="powershell" line>
@echo off
shutdown.exe /s /t 00
</syntaxhighlight>
 
 

Navigation menu