?? install.bat
字號:
@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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -