How can i Integrate Registry Tweaks

Discussion in 'Windows 7' started by nitra, Mar 3, 2010.

  1. nitra

    nitra MDL Novice

    Aug 27, 2009
    33
    0
    0
    Hi,

    i saved some tweaks in *.reg Files, how to interagte it in Windows 7 Setup ?
    With a Batch File ?

    Sry, for my bad English :p

    Nitra
     
  2. George King

    George King MDL Expert

    Aug 5, 2009
    1,846
    2,132
    60
    #2 George King, Mar 3, 2010
    Last edited by a moderator: Apr 20, 2017
    You can mount install.wim and than mount registry from
    Code:
    %WIM%\Windows\System32\Config\%WHATYOUWANT%"
    and import what you want ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    #3 urie, Mar 3, 2010
    Last edited by a moderator: Apr 20, 2017
    1.put your regtweaks in the windows 7 SCRIPTS folder below

    SOURCES\$OEM$\$$\SETUP\SCRIPTS

    2.Open up win notepad and write
    Code:
    regedit /s %systemroot%\setup\scripts\regtweaks.reg
    Save it as SETUPCOMPLETE.CMD
    and put this file in the same folder of the tweaks above ( SOURCES\$OEM$\$$\SETUP\SCRIPTS )

    done.!!

    this batch file will run after Windows is installed, but before the logon screen appears.
    Windows Setup searches for the SetupComplete.cmd file in the C:\Windows\Setup\Scripts folder. If a SetupComplete.cmd file is found, the file is executed.
     
  4. nitra

    nitra MDL Novice

    Aug 27, 2009
    33
    0
    0
    In the Registry of install.wim the Key HKLM\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet doesn´t exist.
     
  5. nitra

    nitra MDL Novice

    Aug 27, 2009
    33
    0
    0
    #5 nitra, Mar 3, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Thx, i will test this now ;)
     
  6. OnePiece

    OnePiece MDL Novice

    Nov 8, 2009
    3
    0
    0
    #6 OnePiece, May 6, 2011
    Last edited: May 6, 2011
    Sorry for my English, another way to integrate the registry in Windows 7 setup, and use the True AddOn, the DX True WinNT6.x True Integrator so before integrating the reigstry make a backup, so at any time offline or online mod, you can roll back, so everything is perfect

    w w w.ryanvm.net/forum/viewtopic.php?p=110719#110719 however it can be used in DXTool.exe to create the addon automatically w w w.ryanvm.net/forum/viewtopic.php?p=113110#113110

    Ciao.
     
  7. andhrew

    andhrew MDL Novice

    Feb 26, 2010
    37
    1
    0
    i used rt seven lite for tweaks very nice and easy to use ;)