Topic: Disk imagers in PE/SE: Basic build info - Comparison - News  (Read 84303 times)

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #140 on: August 24, 2016, 10:43:06 AM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
...
« Last Edit: February 19, 2017, 08:50:56 AM by Atari800xl »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #141 on: August 24, 2016, 11:42:29 AM »

hason_sonha_itt

  • Jr. Chef
  • **
  • Date Registered: Nov 2013
  • Posts: 38
Can you test with change language code in registry?  :smile:
There is no change, same as ATI2016, for the language key on PE side
Code: [Select]
[HKEY_LOCAL_MACHINE\SOFTWARE\Acronis]
"language"=dword:0000000d  ;=13

(Attachment Link)
Can you test change language from English PE (not chinese PE)? I can't change ATIH from English to Chinese (in English PE).

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #142 on: August 24, 2016, 12:03:48 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Not interested in creating a GUI, but here you have the conversion functions in PB.
:thumbsup:
Interested for learning on my side, here is a small GUI with JFX conversion functions in both directions

* ATIk2reg.7z (16.71 kB - downloaded 233 times.)

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #143 on: August 24, 2016, 12:47:14 PM »

hason_sonha_itt

  • Jr. Chef
  • **
  • Date Registered: Nov 2013
  • Posts: 38
Re-test in Chinese PE, now ATIH 2017 can auto detect your language PE and start with your language. Need some help: What key&dll when ATIH 2017 use to change language?

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #144 on: August 24, 2016, 12:54:52 PM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
...
« Last Edit: February 19, 2017, 08:51:08 AM by Atari800xl »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #145 on: August 26, 2016, 09:41:09 AM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
TeraByte IFW    Version 3.02 - August 26, 2016


    Wrapped all drivers and executable with dual signatures to support outdated Win7 x64.
    Updated PHYLock to version 14. Changed to reduce chance of PHYLock error 2 when disk caching used.
    Other potential changes, updates and enhancements.

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #146 on: November 22, 2016, 02:08:47 PM »

Rui Paz

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Mar 2011
  • Posts: 47
I found my notes from last year, where Anshad explained to me that Acronis can run almost as a portable program, as long as you copy the correct files (sys,dll) to %windir%\system and %windir%\system\drivers, and then manually create and start the services. I must admit I almost competely forgot about that possibility  :sad:

Hi Atari800xl,

Any chance of sharing the notes about running Acronis almost portable? or a plug-in  :embarrassed:

I have a problem with my WinPE with conflicting UpperFilters from two different programs AOMEI Backupper and Seagate DiskWizard maybe your method can help me solving the conflict.

TIA.

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #147 on: November 23, 2016, 11:01:32 AM »

Lancelot

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I have a problem with my WinPE with conflicting UpperFilters from two different programs AOMEI Backupper and Seagate DiskWizard maybe your method can help me solving the conflict.

Hi Rui Paz,

There is
Gena\Drivers\6 Other\"Add/Remove UpperFilters" plugin available.

To Test:
copy plugin to
\Projects\MyPlugins_Direct\DriversMy
or create link
(Inside "CodeBox")
Code: [Select]
[Process]
If,ExistFile,%api%,AddVariables,%api%,ApiVar,GLOBAL
//--
Call,CreateLink,"%BaseDir%\Projects\Gena\Drivers\6 Other\AddRemoveUpperFilters.script",%ProjectDir%\Drivers

You will see it is designed to help conflicting UpperFilters trouble.


Since not tested on SE, It is still at only Gena.

Let us know how things goes
  on another new topic http://TheOven.org/index.php?board=9.0
     without interrupting current one longer.  :wink:

See You
:turtle:
« Last Edit: November 23, 2016, 11:05:53 AM by Lancelot »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #148 on: November 23, 2016, 03:35:03 PM »

Rui Paz

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Mar 2011
  • Posts: 47
Hi Lancelot,

Thanks for the suggestion but I don't need it anymore.

I did a mistake in one of my scripts and loaded the filter on the wrong category  :embarrassed: after realizing that both programs are working fine now.

Only the question about the portable Acronis remain...





Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #149 on: December 20, 2016, 04:40:34 AM »

hason_sonha_itt

  • Jr. Chef
  • **
  • Date Registered: Nov 2013
  • Posts: 38
Acronis Portable:
- Use WinPE32.zip & WinPE64.zip from installer
- Unpack, copy all file to same folder (no sub folder)
- If you don't use F11 function, only keep this file: dll, exe, sys, Microsoft.VC80.CRT.manifest (for older version than 2016)
- Create file bat (acronis.cmd etc...) with this code:
+ For 32 bit (can use in 64 bit)
Code: [Select]
@echo Off
pushd %~dp0
REG QUERY HKLM\SYSTEM\ControlSet001\Services\snapman /ve
IF %ERRORLEVEL% NEQ 0 goto check_fltsrv
goto pe
:check_fltsrv
REG QUERY HKLM\SYSTEM\ControlSet001\Services\fltsrv /ve
IF %ERRORLEVEL% NEQ 0 GOTO win
goto pe
:WIN
if /i "%PROCESSOR_IDENTIFIER:~0,3%"=="X86" goto Win732
goto Win764
:Win764
copy "%~dp0snapman64.sys" %SystemRoot%\System32\drivers\snapman.sys /Y
copy "%~dp0fltsrv64.sys" %SystemRoot%\System32\drivers\fltsrv.sys /Y
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "ErrorControl" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "DisplayName" /T REG_SZ /D "Acronis Storage Filter Management"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Group" /T REG_SZ /D "Filter"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\fltsrv.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Start" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Type" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Tag" /T REG_DWORD /D "2"
sc.exe create fltsrv type= kernel start= boot binpath= "System32\DRIVERS\fltsrv.sys"
sc.exe start fltsrv
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "DisplayName" /T REG_SZ /D "Acronis Snapshot Manager"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "ErrorControl" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\snapman.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "Start" /T REG_DWORD  /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "Type" /T REG_DWORD /D "1"
sc.exe create snapman type= kernel start= boot binpath= "System32\DRIVERS\snapman.sys"
sc.exe start snapman
REG.exe Add HKLM\Software\Acronis\TrueImage /f /v "standard" /t REG_SZ /d "  7 24 17 16  6 15  7102120 23 17 24 27 16 17 15 17120 16 97103 27 17  3 15 16120 22 97 98 17 12 27109 17120 17 97109103 17 22 31 23120  7103 18  0  7 31 19108120108  2 12 19 25102109  7120  6 24 96109  4 96 15 98"
REG.exe Add HKLM\Software\Wow6432Node\Acronis\TrueImage /f /v "standard" /t REG_SZ /d "  7 24 17 16  6 15  7102120 23 17 24 27 16 17 15 17120 16 97103 27 17  3 15 16120 22 97 98 17 12 27109 17120 17 97109103 17 22 31 23120  7103 18  0  7 31 19108120108  2 12 19 25102109  7120  6 24 96109  4 96 15 98"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "icu38.dll" /T REG_SZ /D "%~dp0icu38.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "rpc_client.dll" /T REG_SZ /D "%~dp0rpc_client.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "resource.dll" /T REG_SZ /D "%~dp0resource.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "thread_pool.dll" /T REG_SZ /D "%~dp0thread_pool.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "libcrypto10.dll" /T REG_SZ /D "%~dp0libcrypto10.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "libssl10.dll" /T REG_SZ /D "%~dp0libssl10.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "auto_reactivate.bin" /T REG_SZ /D "%~dp0auto_reactivate.bin"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "auto_reactivate64.bin" /T REG_SZ /D "%~dp0auto_reactivate64.bin"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "kb_link.dll" /T REG_SZ /D "%~dp0kb_link.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "ulxmlrpcpp.dll" /T REG_SZ /D "%~dp0ulxmlrpcpp.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "expat.dll" /T REG_SZ /D "%~dp0expat.dll"
REG.EXE ADD HKLM\SOFTWARE\Wow6432Node\Acronis\TrueImageHome\Settings /f /v "WorkingDir" /T REG_SZ /D "%~dp0
REG.exe Add HKLM\Software\WOW6432node\Acronis /f /v "language" /T REG_DWORD /D "1"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control" /v SystemStartOptions | find /i "MININT" >nul
IF errorlevel 1 goto end
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "PartMgr\0fltsrv"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /v UpperFilters | find /i "ambakdrv" >nul
if %ERRORLEVEL%==1 (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv"
) else (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv\0ambakdrv"
)
goto end
:Win732
copy "%~dp0snapman.sys" %SystemRoot%\system32\drivers\snapman.sys /Y
copy "%~dp0fltsrv.sys" %SystemRoot%\system32\drivers\fltsrv.sys /Y
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "ErrorControl" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "DisplayName" /T REG_SZ /D "Acronis Storage Filter Management"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Group" /T REG_SZ /D "Filter"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\fltsrv.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Start" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Type" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Tag" /T REG_DWORD /D "2"
sc.exe create fltsrv type= kernel start= boot binpath= "System32\DRIVERS\fltsrv.sys"
sc.exe start fltsrv
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "DisplayName" /T REG_SZ /D "Acronis Snapshot Manager"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "ErrorControl" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\snapman.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "Start" /T REG_DWORD  /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "Type" /T REG_DWORD /D "1"
sc.exe create snapman type= kernel start= boot binpath= "System32\DRIVERS\snapman.sys"
sc.exe start snapman
REG.exe Add HKLM\Software\Acronis\TrueImage /f /v "standard" /t REG_SZ /d "  7 24 17 16  6 15  7102120 23 17 24 27 16 17 15 17120 16 97103 27 17  3 15 16120 22 97 98 17 12 27109 17120 17 97109103 17 22 31 23120  7103 18  0  7 31 19108120108  2 12 19 25102109  7120  6 24 96109  4 96 15 98"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "icu38.dll" /T REG_SZ /D "%~dp0icu38.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "rpc_client.dll" /T REG_SZ /D "%~dp0rpc_client.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "resource.dll" /T REG_SZ /D "%~dp0resource.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "thread_pool.dll" /T REG_SZ /D "%~dp0thread_pool.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "libcrypto10.dll" /T REG_SZ /D "%~dp0libcrypto10.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "libssl10.dll" /T REG_SZ /D "%~dp0libssl10.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "auto_reactivate.bin" /T REG_SZ /D "%~dp0auto_reactivate.bin"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "auto_reactivate64.bin" /T REG_SZ /D "%~dp0auto_reactivate64.bin"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "kb_link.dll" /T REG_SZ /D "%~dp0kb_link.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "ulxmlrpcpp.dll" /T REG_SZ /D "%~dp0ulxmlrpcpp.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "expat.dll" /T REG_SZ /D "%~dp0expat.dll"
REG.EXE ADD HKLM\SOFTWARE\Acronis\TrueImageHome\Settings /f /v "WorkingDir" /T REG_SZ /D "%~dp0
REG.exe Add HKLM\Software\Acronis /f /v "language" /T REG_DWORD /D "1"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control" /v SystemStartOptions | find /i "MININT" >nul
IF errorlevel 1 goto end
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "PartMgr\0fltsrv"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /v UpperFilters | find /i "ambakdrv" >nul
if %ERRORLEVEL%==1 (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv"
) else (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv\0ambakdrv"
)
goto end
:pe
if /i "%PROCESSOR_IDENTIFIER:~0,3%"=="X86" goto pe32
goto pe64
:pe64
copy "%~dp0snapman64.sys" %SystemRoot%\System32\drivers\snapman64.sys /Y
copy "%~dp0fltsrv64.sys" %SystemRoot%\System32\drivers\fltsrv64.sys /Y
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "ErrorControl" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "DisplayName" /T REG_SZ /D "Acronis Storage Filter Management"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "Group" /T REG_SZ /D "Filter"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\fltsrv64.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "Start" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "Type" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "Tag" /T REG_DWORD /D "2"
sc.exe create fltsrv64 type= kernel start= boot binpath= "System32\DRIVERS\fltsrv64.sys"
sc.exe start fltsrv64
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "DisplayName" /T REG_SZ /D "Acronis Snapshot Manager"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "ErrorControl" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\snapman64.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "Start" /T REG_DWORD  /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "Type" /T REG_DWORD /D "1"
sc.exe create snapman64 type= kernel start= boot binpath= "System32\DRIVERS\snapman64.sys"
sc.exe start snapman64
REG.exe Add HKLM\Software\Acronis\TrueImage /f /v "standard" /t REG_SZ /d "  7 24 17 16  6 15  7102120 23 17 24 27 16 17 15 17120 16 97103 27 17  3 15 16120 22 97 98 17 12 27109 17120 17 97109103 17 22 31 23120  7103 18  0  7 31 19108120108  2 12 19 25102109  7120  6 24 96109  4 96 15 98"
REG.exe Add HKLM\Software\Wow6432Node\Acronis\TrueImage /f /v "standard" /t REG_SZ /d "  7 24 17 16  6 15  7102120 23 17 24 27 16 17 15 17120 16 97103 27 17  3 15 16120 22 97 98 17 12 27109 17120 17 97109103 17 22 31 23120  7103 18  0  7 31 19108120108  2 12 19 25102109  7120  6 24 96109  4 96 15 98"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "icu38.dll" /T REG_SZ /D "%~dp0icu38.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "rpc_client.dll" /T REG_SZ /D "%~dp0rpc_client.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "resource.dll" /T REG_SZ /D "%~dp0resource.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "thread_pool.dll" /T REG_SZ /D "%~dp0thread_pool.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "libcrypto10.dll" /T REG_SZ /D "%~dp0libcrypto10.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "libssl10.dll" /T REG_SZ /D "%~dp0libssl10.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "auto_reactivate.bin" /T REG_SZ /D "%~dp0auto_reactivate.bin"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "auto_reactivate64.bin" /T REG_SZ /D "%~dp0auto_reactivate64.bin"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "kb_link.dll" /T REG_SZ /D "%~dp0kb_link.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "ulxmlrpcpp.dll" /T REG_SZ /D "%~dp0ulxmlrpcpp.dll"
REG.exe ADD HKLM\SOFTWARE\Wow6432Node\Acronis\CommonComponents /f /v "expat.dll" /T REG_SZ /D "%~dp0expat.dll"
REG.EXE ADD HKLM\SOFTWARE\Wow6432Node\Acronis\TrueImageHome\Settings /f /v "ServiceDir" /T REG_SZ /D "%~dp0
REG.exe Add HKLM\Software\WOW6432node\Acronis /f /v "language" /T REG_DWORD /D "1"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control" /v SystemStartOptions | find /i "MININT" >nul
IF errorlevel 1 goto end
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "PartMgr\0fltsrv"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /v UpperFilters | find /i "ambakdrv" >nul
if %ERRORLEVEL%==1 (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv"
) else (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv\0ambakdrv"
)
goto end
:pe32
copy "%~dp0snapman.sys" %SystemRoot%\system32\drivers\snapman32.sys /Y
copy "%~dp0fltsrv.sys" %SystemRoot%\system32\drivers\fltsrv32.sys /Y
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv32 /f /v "ErrorControl" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv32 /f /v "DisplayName" /T REG_SZ /D "Acronis Storage Filter Management"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv32 /f /v "Group" /T REG_SZ /D "Filter"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv32 /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\fltsrv32.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv32 /f /v "Start" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv32 /f /v "Type" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv32 /f /v "Tag" /T REG_DWORD /D "2"
sc.exe create fltsrv32 type= kernel start= boot binpath= "System32\DRIVERS\fltsrv32.sys"
sc.exe start fltsrv32
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman32 /f /v "DisplayName" /T REG_SZ /D "Acronis Snapshot Manager"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman32 /f /v "ErrorControl" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman32 /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\snapman32.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman32 /f /v "Start" /T REG_DWORD  /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman32 /f /v "Type" /T REG_DWORD /D "1"
sc.exe create snapman32 type= kernel start= boot binpath= "System32\DRIVERS\snapman32.sys"
sc.exe start snapman32
REG.exe Add HKLM\Software\Acronis\TrueImage /f /v "standard" /t REG_SZ /d "  7 24 17 16  6 15  7102120 23 17 24 27 16 17 15 17120 16 97103 27 17  3 15 16120 22 97 98 17 12 27109 17120 17 97109103 17 22 31 23120  7103 18  0  7 31 19108120108  2 12 19 25102109  7120  6 24 96109  4 96 15 98"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "icu38.dll" /T REG_SZ /D "%~dp0icu38.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "rpc_client.dll" /T REG_SZ /D "%~dp0rpc_client.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "resource.dll" /T REG_SZ /D "%~dp0resource.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "thread_pool.dll" /T REG_SZ /D "%~dp0thread_pool.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "libcrypto10.dll" /T REG_SZ /D "%~dp0libcrypto10.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "libssl10.dll" /T REG_SZ /D "%~dp0libssl10.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "auto_reactivate.bin" /T REG_SZ /D "%~dp0auto_reactivate.bin"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "auto_reactivate64.bin" /T REG_SZ /D "%~dp0auto_reactivate64.bin"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "kb_link.dll" /T REG_SZ /D "%~dp0kb_link.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "ulxmlrpcpp.dll" /T REG_SZ /D "%~dp0ulxmlrpcpp.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "expat.dll" /T REG_SZ /D "%~dp0expat.dll"
REG.EXE ADD HKLM\SOFTWARE\Acronis\TrueImageHome\Settings /f /v "WorkingDir" /T REG_SZ /D "%~dp0
REG.exe Add HKLM\Software\Acronis /f /v "language" /T REG_DWORD /D "1"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control" /v SystemStartOptions | find /i "MININT" >nul
IF errorlevel 1 goto end
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "PartMgr\0fltsrv"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /v UpperFilters | find /i "ambakdrv" >nul
if %ERRORLEVEL%==1 (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv"
) else (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv\0ambakdrv"
)
goto end
:end
start "%~dp0" "TrueImage.exe"
exit
+ For 64 bit:
Code: [Select]
@echo off
pushd %~dp0
REG QUERY HKLM\SYSTEM\ControlSet001\Services\snapman /ve
IF %ERRORLEVEL% NEQ 0 goto check_fltsrv
goto pe
:check_fltsrv
REG QUERY HKLM\SYSTEM\ControlSet001\Services\fltsrv /ve
IF %ERRORLEVEL% NEQ 0 GOTO win
goto pe
:WIN
copy "%~dp0snapman.sys" %SystemRoot%\System32\drivers\snapman.sys /Y
copy "%~dp0fltsrv.sys" %SystemRoot%\System32\drivers\fltsrv.sys /Y
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "ErrorControl" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "DisplayName" /T REG_SZ /D "Acronis Storage Filter Management"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Group" /T REG_SZ /D "Filter"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\fltsrv.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Start" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Type" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv /f /v "Tag" /T REG_DWORD /D "2"
sc.exe create fltsrv type= kernel start= boot binpath= "System32\DRIVERS\fltsrv.sys"
sc.exe start fltsrv
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "DisplayName" /T REG_SZ /D "Acronis Snapshots Manager"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "ErrorControl" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\snapman.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "Start" /T REG_DWORD  /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman /f /v "Type" /T REG_DWORD /D "1"
sc.exe create snapman type= kernel start= boot binpath= "System32\DRIVERS\snapman.sys"
sc.exe start snapman
REG.exe Add HKLM\Software\Acronis\TrueImage /f /v "standard" /t REG_SZ /d " 99 16 13  7  7 16 17 12120  1 17 29 98  4  4108 18120 24102103 97 16  5 22 30120 12  4 15 99 98  2  2 22120  3 20 20 31 22 98109 98120 29 12103 20  3103102102120 20 31  6 97 24  7 15  6120 23 20103 98 24  5 27109"
REG.exe Add HKLM\Software\Wow6432Node\Acronis\TrueImage /f /v "standard" /t REG_SZ /d " 99 16 13  7  7 16 17 12120  1 17 29 98  4  4108 18120 24102103 97 16  5 22 30120 12  4 15 99 98  2  2 22120  3 20 20 31 22 98109 98120 29 12103 20  3103102102120 20 31  6 97 24  7 15  6120 23 20103 98 24  5 27109"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "icu38.dll" /T REG_SZ /D "%~dp0icu38.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "rpc_client.dll" /T REG_SZ /D "%~dp0rpc_client.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "resource.dll" /T REG_SZ /D "%~dp0resource.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "thread_pool.dll" /T REG_SZ /D "%~dp0thread_pool.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "libcrypto10.dll" /T REG_SZ /D "%~dp0libcrypto10.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "libssl10.dll" /T REG_SZ /D "%~dp0libssl10.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "auto_reactivate.bin" /T REG_SZ /D "%~dp0auto_reactivate.bin"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "auto_reactivate64.bin" /T REG_SZ /D "%~dp0auto_reactivate64.bin"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "kb_link.dll" /T REG_SZ /D "%~dp0kb_link.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "ulxmlrpcpp.dll" /T REG_SZ /D "%~dp0ulxmlrpcpp.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "expat.dll" /T REG_SZ /D "%~dp0expat.dll"
REG.EXE ADD HKLM\SOFTWARE\Acronis\TrueImageHome\Settings /f /v "WorkingDir" /T REG_SZ /D "%~dp0
REG.exe Add HKLM\Software\WOW6432node\Acronis /f /v "language" /T REG_DWORD /D "3"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control" /v SystemStartOptions | find /i "MININT" >nul
IF errorlevel 1 goto end
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "PartMgr\0fltsrv"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /v UpperFilters | find /i "ambakdrv" >nul
if %ERRORLEVEL%==1 (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv"
) else (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv\0ambakdrv"
)
goto end
:pe
copy "%~dp0snapman.sys" %SystemRoot%\System32\drivers\snapman64.sys /Y
copy "%~dp0fltsrv.sys" %SystemRoot%\System32\drivers\fltsrv64.sys /Y
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "ErrorControl" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "DisplayName" /T REG_SZ /D "Acronis Storage Filter Management"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "Group" /T REG_SZ /D "Filter"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\fltsrv64.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "Start" /T REG_DWORD /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "Type" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\fltsrv64 /f /v "Tag" /T REG_DWORD /D "2"
sc.exe create fltsrv64 type= kernel start= boot binpath= "System32\DRIVERS\fltsrv64.sys"
sc.exe start fltsrv64
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "DisplayName" /T REG_SZ /D "Acronis Snapshots Manager"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "ErrorControl" /T REG_DWORD /D "1"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "ImagePath" /T REG_SZ /D "System32\DRIVERS\snapman64.sys"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "Start" /T REG_DWORD  /D "0"
REG.exe ADD HKLM\SYSTEM\ControlSet001\Services\snapman64 /f /v "Type" /T REG_DWORD /D "1"
sc.exe create snapman64 type= kernel start= boot binpath= "System32\DRIVERS\snapman64.sys"
sc.exe start snapman64
REG.exe Add HKLM\Software\Acronis\TrueImage /f /v "standard" /t REG_SZ /d " 99 16 13  7  7 16 17 12120  1 17 29 98  4  4108 18120 24102103 97 16  5 22 30120 12  4 15 99 98  2  2 22120  3 20 20 31 22 98109 98120 29 12103 20  3103102102120 20 31  6 97 24  7 15  6120 23 20103 98 24  5 27109"
REG.exe Add HKLM\Software\Wow6432Node\Acronis\TrueImage /f /v "standard" /t REG_SZ /d " 99 16 13  7  7 16 17 12120  1 17 29 98  4  4108 18120 24102103 97 16  5 22 30120 12  4 15 99 98  2  2 22120  3 20 20 31 22 98109 98120 29 12103 20  3103102102120 20 31  6 97 24  7 15  6120 23 20103 98 24  5 27109"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "icu38.dll" /T REG_SZ /D "%~dp0icu38.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "rpc_client.dll" /T REG_SZ /D "%~dp0rpc_client.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "resource.dll" /T REG_SZ /D "%~dp0resource.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "thread_pool.dll" /T REG_SZ /D "%~dp0thread_pool.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "libcrypto10.dll" /T REG_SZ /D "%~dp0libcrypto10.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "libssl10.dll" /T REG_SZ /D "%~dp0libssl10.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "auto_reactivate.bin" /T REG_SZ /D "%~dp0auto_reactivate.bin"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "auto_reactivate64.bin" /T REG_SZ /D "%~dp0auto_reactivate64.bin"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "kb_link.dll" /T REG_SZ /D "%~dp0kb_link.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "ulxmlrpcpp.dll" /T REG_SZ /D "%~dp0ulxmlrpcpp.dll"
REG.exe ADD HKLM\SOFTWARE\Acronis\CommonComponents /f /v "expat.dll" /T REG_SZ /D "%~dp0expat.dll"
REG.EXE ADD HKLM\SOFTWARE\Acronis\TrueImageHome\Settings /f /v "WorkingDir" /T REG_SZ /D "%~dp0
REG.exe Add HKLM\Software\WOW6432node\Acronis /f /v "language" /T REG_DWORD /D "3"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control" /v SystemStartOptions | find /i "MININT" >nul
IF errorlevel 1 goto end
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "PartMgr\0fltsrv"
REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /v UpperFilters | find /i "ambakdrv" >nul
if %ERRORLEVEL%==1 (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv"
) else (
reg add "HKLM\SYSTEM\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}" /f /v "UpperFilters" /t REG_MULTI_SZ /d "fltsrv\0ambakdrv"
)
goto end
:end
start "%~dp0" "TrueImage.exe"
exit
- Start acrnonis.cmd and use True Image in PE or Windows
- Note: Key only for beta version, you needs key (find from registry)

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #150 on: December 26, 2016, 08:44:56 PM »

Rui Paz

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Mar 2011
  • Posts: 47
Thanks hason_sonha_itt for sharing the instructions.  :thumbsup:

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #151 on: June 30, 2017, 03:15:13 AM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
...
« Last Edit: October 21, 2017, 08:46:34 AM by Atari800xl »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #152 on: July 01, 2017, 07:23:06 AM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
...
« Last Edit: October 21, 2017, 08:46:52 AM by Atari800xl »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #153 on: September 28, 2017, 07:18:31 PM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
...
« Last Edit: October 21, 2017, 08:47:03 AM by Atari800xl »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #154 on: September 28, 2017, 07:47:11 PM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
...
« Last Edit: October 21, 2017, 08:47:15 AM by Atari800xl »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #155 on: September 28, 2017, 09:12:40 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
x64 free:
https://updates.macrium.com/reflect/v7/getmsi.asp?edition=0&type=99&arch=0

Hi Atari800Xl
I believe it should be arch=1  for x64

oddly if you use the ReflectDLHF.exe from their site it downloads 7.1.2602 but your links get 7.1.2607  :thumbsup:
« Last Edit: September 28, 2017, 09:20:05 PM by APT »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #156 on: September 29, 2017, 02:19:08 AM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
...
« Last Edit: October 21, 2017, 08:47:33 AM by Atari800xl »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #157 on: October 03, 2017, 06:27:04 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi Atari800xl
sorry for the delay in replying, been busy getting my phdm15, and other imaging plugins working
Quote
Please test v7 and share your findings...
only done minimal backup tests etc - seems fine, i'm sure feedback will let me know!!
here's my macrium v7.1.2619 free edtn plugin
xttps://my.pcloud.com/publink/show?code=XZ8Dsk7ZJDKaMb6y9qpd2iUOV9XMCJxsDQrV

 :thumbsup: :thumbsup:
« Last Edit: October 04, 2017, 05:21:57 PM by APT »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #158 on: November 10, 2017, 08:26:28 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
« Last Edit: November 10, 2017, 09:20:55 PM by APT »

Re: Disk imagers in PE/SE: Basic build info - Comparison - News
« Reply #159 on: November 10, 2017, 08:54:49 PM »

Lancelot

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi APT,

Atari800xl seems to delete most of posts including current topic one.

It will be good to have your Macrium Reflect plugins at Plugins section so more noticeable by new users.
http://theoven.org/index.php?board=9.0
 :thumbsup:

:turtle:

 

Powered by EzPortal