install.bat

来自「CROSSCRYPT是FILEDISK的拓展」· Batch 代码 · 共 24 行

BAT
24
字号
@echo off
echo This will install the Cross-Crypt driver in your system
echo --- Press enter to continue --- or Ctrl-Break to stop
pause
echo .
echo trying to stop old driver
net stop filedisk
echo .
echo installing filedisk.reg
regedit filedisk.reg
echo .
echo copy new driver

copy filedisk.sys %systemroot%\system32\drivers\filedisk.sys /Y

echo trying to start driver
net start filedisk

echo ----
echo reboot your system if starting driver faild
pause


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?