|
|
@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\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318} /f /v UpperFilters /t REG_MULTI_SZ /d "PartMgr snapman"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F} /f /v UpperFilters /t REG_MULTI_SZ /d "snapman"
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\TrueImage /V "standard" /T REG_SZ /D " 24 13 29 30 97 1 7 20120 27 1 29103 30 0 22 29120 20 19 7 31 25109 7 6120 30 12 7 23 3 15 31108120 7 7102 19 15 30 4108120103 12 20 97 0 19102 20120 22 3109 6 1 98 15 25120 18 24 19 30 19 4 98 2" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "icu38.dll" /T REG_SZ /D "%TP%\icu38.dll" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "rpc_client.dll" /T REG_SZ /D "%TP%\rpc_client.dll" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "resource.dll" /T REG_SZ /D "%TP%\resource.dll" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "gc.dll" /T REG_SZ /D "%TP%\gc.dll" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "thread_pool.dll" /T REG_SZ /D "%TP%\thread_pool.dll" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "libcrypto9.dll" /T REG_SZ /D "%TP%\libcrypto9.dll" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "libssl9.dll" /T REG_SZ /D "%TP%\libssl9.dll" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "auto_reactivate.exe" /T REG_SZ /D "%TP%\auto_reactivate.exe" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "auto_reactivate64.exe" /T REG_SZ /D "%TP%\auto_reactivate64.exe" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /V "kb_link.dll" /T REG_SZ /D "%TP%\kb_link.dll" /F
REG.exe ADD HKLM\SOFTWARE\Acronis\TrueImage\Settings /V "WorkingDir" /T REG_SZ /D "%TP%" /F
rem REG.exe ADD HKLM\SOFTWARE\Acronis\WinPE /V "A43" /T REG_SZ /D "%TP%\A43\A43.exe" /F
%TP%\TrueImage_starter.exe |
|