Topic: Win10PESE Acronis Universal Restore 11.5  (Read 3035 times)

Re: Win10PESE Acronis Universal Restore 11.5
« Reply #20 on: January 09, 2019, 05:48:49 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Hey, Thanks for this script @Prz42!

I would like to report some issues, 'Will someone please confirm'?.

With Acronis UniversalRestore 11.5 Enabled (ACURestore):
.cmd Path== X:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;

Without Acronis ACURestore:
.cmd Path== X:\windows\system32;x:\windows;x:\windows\system32\wbem;x:\windows\system32\WindowsPowerShell\v1.0\;
                    X:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;

I Removed this line in ACURestore
// Call,RegMultiSZ,Append,"Tmp_System\ControlSet001\Control\Session Manager\Environment",Path,%ProgramPath%
Regards
RoyM
With Call,RegMultiSZ,Append,"Tmp_System\ControlSet001\Control\Session Manager\Environment",Path,%ProgramPath%

I get this value @ Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment,Path
Without installed  %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SystemRoot%\System32\WindowsPowerShell\v1.0\
With installed   %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SystemRoot%\System32\WindowsPowerShell\v1.0\
X:\Program Files\Acronis\UniversalRestore_x64

I think I see the problem it is creating 2 line, not just one long line.
It is Appending the line but it needs a ; to be correct
I will try a couple of things, but something tells me the Lancelot can solve this very quickly.
He is the one that created the Macro to  Call, RegMultiSZ.
It started back with AOMEI Backupper and Acronis TrueImage
The line that got add then was
Code: [Select]
Call,RegMultiSZ,Append,Tmp_System\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318},UpperFilters,PartMgr,fltsrv

Re: Win10PESE Acronis Universal Restore 11.5
« Reply #21 on: January 09, 2019, 07:27:32 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks for the feedback RoyM  :thumbsup:

Hi Prz42,

Path value is REG_EXPAND_SZ

Call,RegMultiSZ designed to write to REG_MULTI_SZ

You can not use Call,RegMultiSZ to write REG_EXPAND_SZ

******
I fixed plugin only for Path and upload to server (v2 now)
Tip : You can use same lines on other plugins when you need to add Path  :wink:

=====>
Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\Imaging\Acronis_Universal_Restore.Script"

http://theoven.org/index.php?topic=2672.0

:turtle:

Re: Win10PESE Acronis Universal Restore 11.5
« Reply #22 on: January 09, 2019, 07:32:48 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I have baked a couple of plugins I would like to share.
How do I go about doing that.???
DiskGenius 5.0.1.609.script
IsobusterPr0_v4.1.script
Zadig.script  x64/x64

You can open a topic http://theoven.org/index.php?board=9.0
with a title like:
RoyM Plugins
=>
If size big, share with dropbox mediafire etc....

:turtle:

Re: Win10PESE Acronis Universal Restore 11.5
« Reply #23 on: January 14, 2019, 12:28:10 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I am sure most already know:

using taskmanger or following
Code: [Select]
nircmd.exe killprocess trueimge.exe

works for closing acronis without reboot. (force kill)

+
i can understand it's acting like this when it's the sole program in its dedicated Universal Restore bootable ISO
But why this program makes the whole WinPe reboot too is a mistery!
It comes from a Visual blabla default compiler setting, ms like to embed some not nice things for PE and old OS users with some default not required Visual blabla settings.
But which setting mystery, I once figure out fabricated incompatibility to xp with Visual compiler setting, and time to time with commerical software this happens.
(reason behind minint trick in past is same, Paragon Partition Manager 11 is from 2012 (or less), I am sure authors not aware since all works nice with latest hostos)

Such things comes and goes with updates and author changing compiler settings for other goals.... (ups they accidentally fix for PE again.... :wink:)

+
Shortly:
something to keep in mind, close acronis utils with taskmanger for a while at 2019
Thanks for all feedbacks.

:turtle:

Re: Win10PESE Acronis Universal Restore 11.5
« Reply #24 on: February 01, 2019, 07:03:48 PM »

Lancelot

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

updated your plugin on server
with : Improve Upload to servers AND Info_ForceKill_TextLabel

Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\Imaging\Acronis_Universal_Restore.Script"
Downloading Plugins with a CodeBox:
http://TheOven.org/index.php?topic=2672.0

:turtle:

 

Powered by EzPortal