How to input "HKEY_CLASSES_ROOT" and "HKEY_CURRENT_USER" keys to install.wim?

Discussion in 'Windows 8' started by Parsix, Jan 2, 2015.

Tags:
  1. Parsix

    Parsix MDL Member

    Aug 19, 2014
    100
    20
    10
    #1 Parsix, Jan 2, 2015
    Last edited by a moderator: Apr 20, 2017
    Hi Friends, i need import new reg keys into install.wim
    for "HKEY_LOCAL_MACHINE" keys: i load hive file in system32/config/software from mounted install.wim

    but

    for HKEY_CLASSES_ROOT and "HKEY_CURRENT_USER" : Which hive should be loaded?

    example:
    Code:
            [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent] 
                    "MotionAccentId_v1.00"=dword:000000db
    
            [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager]
                    "Icon"="DeviceProperties.exe"
                    "HasLUAShield"=""
            [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
                    @="RunDll32.exe devmgr.dll DeviceManager_Execute"
    
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,222
    84,904
    340
    HKEY_CURRENT_USER needs \Users\Default\NTUSER.DAT

    HKEY_CLASSES_ROOT = HKEY_LOCAL_MACHINE\SOFTWARE\Classes
     
  3. Parsix

    Parsix MDL Member

    Aug 19, 2014
    100
    20
    10

    I LOAD HIVE "\Users\Default\NTUSER.DAT" but it not have complated key names
    example:
    "\Software\Microsoft\Windows\CurrentVersion"
     
  4. garf02

    garf02 MDL Member

    Sep 15, 2007
    181
    68
    10
    #4 garf02, Jan 2, 2015
    Last edited: Jan 2, 2015
    HKEY_LOCAL_MACHINE\Software\ = Windows\system32\config\SOFTWARE
    HKEY_LOCAL_MACHINE\SYSTEM\ = Windows\system32\config\SYSTEM

    IF your key path is not present (ex: \Software\Microsoft\Windows\CurrentVersion) is necessary create this.