.bat
脚本
一个简单的@echo off
start cmd /k "http-server -c-1 --port 8888"
start http://localhost:8888
定时关机
1小时后关机:shutdown -s -t 3600
远程连接
mstsc
lockScreen
win + L
windows C盘清理
https://baiyunju.cc/6196
.bat
脚本@echo off
start cmd /k "http-server -c-1 --port 8888"
start http://localhost:8888
1小时后关机:shutdown -s -t 3600
mstsc
win + L
https://baiyunju.cc/6196