Any way to change setup resolution in windows 7 PE

Discussion in 'Windows 7' started by Experties, Jun 22, 2014.

  1. Experties

    Experties MDL Novice

    Jun 11, 2014
    13
    1
    0
    Hello all I’m try to find way to change resolution of windows 7 PE for some modfidection proupuse , the resulte of my reserch
    is winpeshl.ini I think it the way to start App vi this method will be easy , my question is where can i put the modded winpeshl.ini in boot.wim in the index 1 or 2 ? .:confused:
     
  2. mabaega

    mabaega MDL Senior Member

    Dec 30, 2010
    293
    181
    10
    #2 mabaega, Jun 22, 2014
    Last edited by a moderator: Apr 20, 2017
    try this..

    Copy boot.wim to any folder (c:\7bootwim)
    Create Folder for Mount (C:\7Mount)
    Mount boot.wim
    Code:
    Dism /mount-image /imagefile:c:\7bootwim\boot.wim /index:2 /MountDir:C:\7mount\
    Copy moded winpeshl.ini to C:\7Mount\Windows\System32\

    Commit change
    Code:
    Dism /unmount-image /MountDir:c:\7Mount\ /Commit
     
  3. Experties

    Experties MDL Novice

    Jun 11, 2014
    13
    1
    0
    #3 Experties, Jun 22, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    thanks alot @mabaega for this article , and for other pepole here the way Iwell use it to config the resolution is vi an executable tool call setres.exe download it from the attachment , the parmerter of resolution in winpeshl.ini well be somthing like this :

    Code:
    [LaunchApps]
    "X:\Windows\System32\setres.exe 1024 768 32"
     
    
    than mean you must but the setres.exe in system32 folder side by side winpeshell.ini , other ways you have the abilty to change it as you like by any resolution you wanted ..
     

    Attached Files: