|
我是对adds这个分区软件情有独钟。在您的xp,03pe下,2011kcyou分享的adds2169都可以直接启动运行,在w8维护版下不能直接启动,但只要运行一下下面的cmd,2169就可以直接启动了,2160,2288也可运行了。
@echo off
@echo off
PUSHD %~dp0
SET TP=%CD%
copy %TP%\snapman.sys %WINDIR%\system32\drivers\snapman.sys /Y
copy %TP%\snapapi.dll %WINDIR%\system32\snapapi.dll /Y
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /V "ErrorControl" /T REG_DWORD /D "1" /F
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /V "ImagePath" /T REG_SZ /D "system32\DRIVERS\snapman.sys" /F
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /V "Start" /T REG_DWORD /D "0" /F
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /V "Type" /T REG_DWORD /D "1" /F
@sc create snapman type= kernel start= boot binpath= "system32\DRIVERS\snapman.sys"
@net start snapman
REG.EXE ADD "HKLM\SOFTWARE\Acronis\Acronis Disk Director\MAIN" /f /v "Password" /t REG_SZ /d " 16 85 56 85 37 85 33 85 44 85 5 85 52 85 38 85 38 85 34 85 58 85 39 85 49 85"
REG.EXE ADD "HKLM\SOFTWARE\Acronis\Acronis Disk Director\Settings" /f /v "key" /t REG_SZ /d " 16 4 23 5109120 12 25 13 7 19120 98 30 16 17 24120 29 31 19 2 13120 6102 17 17 29"
%TP%\DiskDirector.exe
exit
这个是从网上收集,我是看不懂,您看看是什么道理。 |
|