摘要:
[原文链接](https://mp.weixin.qq.com/s/FCAXfhTW0u7rZQ-PR52CGA) # 设置永不关机 新建一个`vbs`文件,内容如下: ```vbscript Set WshShell = WScript.CreateObject("WScript.Shell") 阅读全文
posted @ 2023-06-14 16:04
代码的路
阅读(68)
评论(0)
推荐(0)
摘要:
[原文链接](https://mp.weixin.qq.com/s/FCAXfhTW0u7rZQ-PR52CGA) # 设置永不关机 新建一个`vbs`文件,内容如下: ```vbscript Set WshShell = WScript.CreateObject("WScript.Shell") 阅读全文
posted @ 2023-06-14 14:52
代码的路
阅读(227)
评论(0)
推荐(0)