1. quywz

    quywz MDL Member

    Jun 30, 2017
    118
    7
    10
    How to set default wallpaper after startup explorer in winpe


    Not use pecmd.exe.

    Many peolpe mayb reply "set pecmd.ini".But I want set that by a base frame way.



    I try to change [HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper] to specify a image paper.When pe start,that image paper is shown,And then when explorer starup,the wallpaper is changed to solid color background.

    I must manually set via control pannel to change wallpaper.

    How to set default wallpaper after startup explorer in winpe
     
  2. quywz

    quywz MDL Member

    Jun 30, 2017
    118
    7
    10
    Actually,the winbuilder also use pecmd.ini. In shown picture,The third row below the "2" sign is "edit pecmd.ini"
     
  3. quywz

    quywz MDL Member

    Jun 30, 2017
    118
    7
    10
    It is obvious that It is no.
    The most operations are set pecmd.ini by google search.
     
  4. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    I already know that and I have already made my own Win10XPE several times but the Acronis MVP builder can be used (even by those who have no interest in Acronis products) that have no need for an advanced PE, they will have CMD, will be able to access files using Explorer software, can browse the web or access network shares, some people don't need more than that. Of course Win10XPE is much better since you can't even run mspaint in the Acronis MVP version because it lacks a lot of system files and dependencies.
     
  5. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    #80 °ツ, Jul 30, 2019
    Last edited: Jul 31, 2019
    Some Win10XPE tips that I forgot to write here.

    To be able run a Chromium based browser you need to include some files from System32 folder.
    Modify Additions > Add Windows 10 Files and Folders.

    Code:
    \Windows\System32\WINUSB.DLL
    \Windows\System32\mfreadwrite.dll
    \Windows\System32\bthprops.cpl
    \Windows\System32\en-US\bthprops.cpl.mui
    \Windows\System32\BluetoothApis.dll
    \Windows\System32\ndfapi.dll
    \Windows\System32\en-US\ndfapi.dll.mui
    \Windows\System32\MF.dll
    \Windows\System32\en-US\mf.dll.mui
    \Windows\System32\MFPlat.DLL
    \Windows\System32\en-US\mfplat.dll.mui

    To enable scaling on HiDPI montior you need to add these two reg tweaks to Additions > Add or Edit converted PE registry:
    (The below is for 200% scaling, for 150% change 192 to 144 and for 125% change to 120).

    Code:
    [Registry]
    // HiDPI
    RegWrite,HKLM,0x4,"Tmp_Default\Control Panel\Desktop",Win8DpiScaling,1
    RegWrite,HKLM,0x4,"Tmp_Default\Control Panel\Desktop",LogPixels,192

    Some useful StartIsBack reg tweaks:

    Code:
    [Registry]
    // StartIsBack Large taskbar Icons
    RegWrite,HKLM,0x4,Tmp_Default\Software\StartIsBack,TaskbarLargerIcons,1
    // StartIsBack Hide User picture
    RegWrite,HKLM,0x4,Tmp_Default\Software\StartIsBack,HideUserFrame,1
    // StartIsBack Disable Taskbar JumpList
    RegWrite,HKLM,0x4,Tmp_Default\Software\StartIsBack,TaskbarJumpList,0

    You can see all available settings at Win10XPE\Projects\Win10XPE\Features\StartIsBack_RegDefault.txt or edit this file directly.

    To remove User folders from This PC.

    Code:
    [Registry]
    // Remove User Folders This PC
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}
    RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}
    RegDelete,HKLM,Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}

    Medium Icon size on desktop:
    Code:
    RegWrite,HKLM,0x4,Tmp_Default\Software\Microsoft\Windows\Shell\Bags\1\Desktop,IconSize,48
    If you use WiFi you don't need to include PENetwork you can instead use WinXShell\Wifi from start menu.