电脑u盘锁:
新建一个文本文件,输入:
@echo off
if not exist E:\开机密钥.txt shutdown -s -t 3 -c ‘抱歉,此电脑不对外使用’
:Repeat
if not exist E:\开机密钥.txt goto Repeat
shutdown -a
保存为.bat文件。
2023-10-08 21:58:40
电脑u盘锁:
新建一个文本文件,输入:
@echo off
if not exist E:\开机密钥.txt shutdown -s -t 3 -c ‘抱歉,此电脑不对外使用’
:Repeat
if not exist E:\开机密钥.txt goto Repeat
shutdown -a
保存为.bat文件。