Win10XPE - Build Your Own Rescue Media


  1. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #2401

    Code:
    [Add_Registry]
    Echo,"Writing %ScriptTitle% Registry Settings..."
    If,Not,#1,Equal,HiveLoaded,HiveLoadALL
    RegImportFile,RegFileToImport
    If,Not,#1,Equal,HiveLoaded,HiveUnLoadALL
    I knew it did not look right.. RegImport = Winbuilder Syntax
    RegImportFile = XPE Macro
      My Computer


  2. Posts : 417
    W10, W7
       #2402

    Kyhi said:
    [CODE] I knew it did not look right.. RegImport = Winbuilder Syntax
    RegImportFile = XPE Macro
    Code:
    RegImportFile,%GTemp%\%ProgramFolder%\efi.reg
    and
    Code:
    RegImport,%GTemp%\%ProgramFolder%\efi.reg
    work the same for me, but didn't change the overall outcome
      My Computer


  3. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #2403

    what you mean did not change the outcome ??
    You have to edit your exported Registry - so as to import into Tmp_***
    the mounted PE registry
      My Computer


  4. Posts : 190
    windows 7 /10
       #2404

    ...but when I use it in conjunction with Add_Registry whether in, before or after it appears to be ignored
    as Kyhi said ...
    ex: from
    eraser.reg
    Code:
    Windows Registry Editor Version 5.00
    
    
    [HKEY_USERS\.DEFAULT\Software\ASCOMP]
    
    [HKEY_USERS\.DEFAULT\Software\ASCOMP\Secure Eraser]
    "ApplicationPath"="X:\\Program Files\\Secure Eraser\\sEraser.exe"
    "CheckUpdate"=dword:00000000
    "Language"="english"
    "ShellLangStr1"="Securely delete with Secure Eraser"
    "ShellLangStr2"="Secure data deletion with ASCOMP Secure Eraser."
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Secure Eraser]
    @="Securely empty with Secure Eraser"
    to
    eraser.txt
    Code:
    Windows Registry Editor Version 5.00
    
    
    [HKEY_LOCAL_MACHINE\Tmp_Default\Software\ASCOMP]
    
    [HKEY_LOCAL_MACHINE\Tmp_Default\Software\ASCOMP\Secure Eraser]
    "ApplicationPath"="X:\\Program Files\\Secure Eraser\\sEraser.exe"
    "CheckUpdate"=dword:00000000
    "Language"="english"
    "ShellLangStr1"="Securely delete with Secure Eraser"
    "ShellLangStr2"="Secure data deletion with ASCOMP Secure Eraser."
    
    [HKEY_LOCAL_MACHINE\Tmp_Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Secure Eraser]
    @="Securely empty with Secure Eraser"
      My Computer


  5. Posts : 69
    Windows 10
       #2405

    @doudiii:

    So does that mean: I cannot add the originally exported *.reg files WITHOUT manual modification?

    How would the necessary temporary Registry key look like for

    [HKEY_CURRENT_USER\SOFTWARE\CompSoft\Homedale]

    ?

    Is it

    [HKEY_CURRENT_USER\TMP_SOFTWARE\CompSoft\Homedale]
      My Computer


  6. Posts : 190
    windows 7 /10
       #2406

    @ tobwen

    Code:
    [HKEY_LOCAL_MACHINE\Tmp_Default\Software\CompSoft\Homedale]
    "AutoUpdate"=hex(b):01,00,00,00,00,00,00,00
    "Flags"=hex(b):40,00,05,00,00,00,00,00
    "FlushTime"=hex(b):3c,00,00,00,00,00,00,00
    "GraphMin"=hex(b):a6,ff,ff,ff,ff,ff,ff,ff
    "GraphMax"=hex(b):d8,ff,ff,ff,ff,ff,ff,ff
    "PositionPort"=hex(b):ff,ff,ff,ff,00,00,00,00
    "Main"="1,197,122,1169,688"
    "FrequencyUsageBand"=hex(b):00,00,00,00,00,00,00,00
    "RefreshTime"=hex(b):d0,07,00,00,00,00,00,00
      My Computer


  7. Posts : 14
    10 LTSC 2019 / 7 Pro / XP USP4 / 10XPE
       #2407

    Macrium Reflect Changes "locale"


    A little help from James Please:
    From within XPE:
    When I run Macrium Reflect, it changes my "locale", "keyboard", and "system date" format.
    From: GMT, en-gb, dd/mm/yyyy
    To: UTC-0500 Eastern Time, en-us, m/d/yyyy

    (I can reset the locale settings manually afterwards).

    I tried editing line 79 in:
    Macrium Reflect Free_XPE.Script
    From 1033 to 2057, but it didn't change anything.

    Any idea about British-ifying the prog? Perhaps taking its locale from source wim? I'm no programmer/scripter, but I can copy and paste...My source build ISO is en-gb with en-us fallback, which I created from 1809 LTSC. Sorry to point this out, but I'm a pensioner now and have too much time on my hands...
    ®
      My Computers


  8. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #2408

    The script takes and Encodes the locale settings from Macrium on your Host when you update Macrium, else it extracts the one already encoded (packaged)

    PS, Nice comment you left about XPE at TheOven - even though XPE development has been pretty much silenced there for a year or more...

    (Off topic)
    Then you also get those that are seeking XPE support, then praises the admin at TheOven for redirecting and competing with XPE, clearly that user does not understand history or follow dates, with his assumptions

    Enjoy!!
    KYHI
    aka James
    aka (to friends) Jimmy
      My Computer


  9. Posts : 14
    10 LTSC 2019 / 7 Pro / XP USP4 / 10XPE
       #2409

    [QUOTE=Kyhi;2176062]The script takes and Encodes the locale settings from Macrium on your Host when you update Macrium, else it extracts the one already encoded (packaged)]

    Ahh! I havn't had Macrium on board since I built my first restore USB stick... Why have macrium running when the usb stick can create backup images and restore them...?

    (On topic)
    Confused, am I...

    Enjoying now sir... another sip of the scottish brew should do it.
    ®
      My Computers


  10. Posts : 417
    W10, W7
       #2410

    Ventoy 1.0.38 2021/03/16 upgrade available
    Hit the script interface Upgrade button
    Release Notes

    - - - Updated - - -


    GPU-Z 2.38.0 2021/03/12
    Change 'Program Version' window to 2.38.0 and Hit Update button on script interface
    Release Notes

    - - - Updated - - -


    FileZilla 3.53.0 upgrade available 2021-03-15
    Release Notes

    Enter 3.53.0 in the App interface ‘Program Version’ window
    Hit the Update button and follow the displayed d/l instructions
    Last edited by APT38; 16 Mar 2021 at 16:07.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:08.
Find Us




Windows 10 Forums