windows bat文件实现定时关机和定时重启

shut.bat 定时关机文件 set /p time=“How much seconds will it take to turn off the computer?” shutdown /s /t “%time%” pause reboot.bat 定时重启文件 set /p time=“How much seconds will it take to restart the computer
相关文章
相关标签/搜索