Skip to content

Instantly share code, notes, and snippets.

@gazhikaba
Last active June 13, 2016 12:32
Show Gist options
  • Select an option

  • Save gazhikaba/c963f560c087f31c2cdee06744bb49cf to your computer and use it in GitHub Desktop.

Select an option

Save gazhikaba/c963f560c087f31c2cdee06744bb49cf to your computer and use it in GitHub Desktop.
Windows
net statistics workstation
开机脚本如下:
以下内容存为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