-
-
Save gazhikaba/c963f560c087f31c2cdee06744bb49cf to your computer and use it in GitHub Desktop.
Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| net statistics workstation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 开机脚本如下: | |
| 以下内容存为bat文件后放到启动文件夹内即可 | |
| echo %date% %time:~0,-3% 开机>>d:\time.txt | |
| 关机脚本如下: | |
| 以下内容存为bat文件后放到任意文件夹内, | |
| 然后用开始----运行--输入gpedit.msc打开组策略 | |
| 计算机配置---windows设置---脚本(启动/关机) | |
| echo %date% %time:~0,-3% 关机>>d:\time.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment