help me!...

Discussion in 'Windows 10' started by jose acer, Jun 25, 2018.

  1. jose acer

    jose acer MDL Novice

    Jun 28, 2017
    23
    4
    0
    Hi friends can you help me?
    I need a script to put in the ISO of Windows 10 in order to run automatic a reg file!
    The reg file and this!


    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
    "Model"="
    "Manufacturer"=".::. .::."
    "Logo"="\\windows\\System32\\oemlogo.bmp"
    "SupportPhone"=""
    "SupportURL"=""
    "SupportHours"=" "
    @=""
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,016
    93,813
    450
    HKLM can be set in loaded register of a mounted wim, no need for using add reg in a cmd.

    Mount the wim, reg load the hklm register hive and create the reg keys.
    Code:
    reg load HKLM\MDL_Test c:\Mount\windows\system32\config\software
    reg unload HKLM\MDL_Test
     
  3. jose acer

    jose acer MDL Novice

    Jun 28, 2017
    23
    4
    0
    [QUOTE = "Entusiasta, post: 1446472, membro: 104688"] O HKLM pode ser configurado no registro carregado de um wim montado, sem necessidade de usar o add reg em um cmd.

    Monte o wim, reg carregue a seção hklm register e crie as chaves reg.
    [CÓDIGO] reg carga HKLM \ MDL_Test c: \ montagem \ windows \ system32 \ config \ software
    reg descarregar HKLM \ MDL_Test [/ CODE] [/ QUOTE]


    Hi Buddy explain to me better load the install. wim and then how do I upload the logo in the installation of the ISO?