在CONFIG.SYS 中加入" DEVICE=C:\PASSWORD.SYS"
用 "ENCRYPT.EXE" 修改密码.
批处理内容如下:
@echo off
echo Building password.sys driver...
echo.
REM set this variable to the location of your assembler and linker...
set abin= d:\tasm\bin
%abin%\tasm /m2 /os /q /w+ /zi password, password
%abin%\tlink password, password.sys/t
- PC官方版
- 安卓官方手机版
- IOS官方手机版