Win10XPE - Build Your Own Rescue Media [2]


  1. Posts : 14,046
    Windows 11 Pro X64 22H2 22621.1848
       #1871

    I looked at the guide but it doesn't give me enough info. I'll look again but it makes assumptions of knowledge I don't have.
      My Computers


  2. Posts : 2,800
    Windows 7 Pro
       #1872

    Ztruker said:
    Built with Win 11 10.0.22621.2428
    Winxshell
    Openshell
    Start10

    Copied Showkeyplus.exe from ShowKeyPlus1.0.7060 to the root of the USB flash drive just as I've done many times before when building with Win10 ISO.
    After I boot the flash drive then try to run Showkeyplus I get a not functional xC00000135 error message. This always worked with a Win 10 base.

    Sorry, I've not figured out yet how to add Showkeyplus as an app. I look at the instructions but they don't have enough info for me to proceed.
    I think ShowkePlus requires NetFx4 in your build.
      My Computers


  3. Posts : 190
    windows 7 /10
       #1873

    JTKim said:
    ....
    -"Winxshell.exe -code Taskbar:Pin([[%ProgramPath%]])" Command Not OK
    -Pinutil or PinTool Not OK
    What's the problem?
    reading this 2 :
    Code:
    https://stackoverflow.com/questions/24983025/unpin-app-from-taskbar-startmenu-using-inno-setup
    https://github.com/Disassembler0/Win10-Initial-Setup-Script/issues/8
    found missing reg key , but still not work, so the problem is "shell32" ...
    using another one & ok :)
    Win10XPE - Build Your Own Rescue Media [2]-link0.png
    needed tto compare it to see which string is changed it....

    edit

    comp the 2 "shell32":
    - new version will not read "CLSID\%s\MergedFolder" & the order for read from shell is changed ..
    Win10XPE - Build Your Own Rescue Media [2]-capture-decran-2024-01-30-133844.png
    Last edited by doudiii; 30 Jan 2024 at 09:41.
      My Computer


  4. Posts : 3
    win10
       #1874

    Open shell update


    Thanks for the great software
    Please update Open shell script and skins
    Thanks gain
      My Computer


  5. Posts : 22
    Windows 10
       #1875

    Hello.

    I am using standart "Win10XPE Project - 2023-08-23".

    With Windows 11 Pro 22621.2428 ISO, there is a sound icon near the clock, but I can never hear or get sound from the laptop speaker. Has anyone experienced this problem, and is there a solution?

    Thank you.
      My Computer


  6. Posts : 12
    Win 10
       #1876

    Makiko said:
    Hello.

    I am using standard "Win10XPE Project - 2023-08-23".

    With Windows 11 Pro 22621.2428 ISO, there is a sound icon near the clock, but I can never hear or get sound from the laptop speaker. Has anyone experienced this problem, and is there a solution?

    Thank you.
    From what I know, Windows Audio (audiosrv) depends on 6 other services:
    1. Multimedia Class Scheduler | MMCSS

    2. Remote Procedure Call (RPC) | RpcSs
    Depends on:
    A. DCOM Server Process Launcher | DcomLaunch
    B. RPC Endpoint Mapper | RpcEptMapper

    3. Windows Audio Endpoint Builder | AudioEndpointBuilder
    Depends on:
    A. Plug and Play | PlugPlay

    Are they all running on your WinPE?
      My Computer


  7. Posts : 2
    Windows 10
       #1877

    como faço para Alterar o nome da imagem em iniciar Windows PE.
    Attached Thumbnails Attached Thumbnails Win10XPE - Build Your Own Rescue Media [2]-photo_2024-02-09_19-21-45.jpg  
      My Computer


  8. Posts : 42
    Win11 Enterprise 23H2
       #1878

    Hi,

    Does anyone know how to enable gpedit.msc on Win10XPE? I am using WinBuilder 2023-02-01 version. Thanks.

    -Gamma
      My Computer


  9. Posts : 190
    windows 7 /10
       #1879

    tested with win 11 "26052.1000'"
    ok with sab & winxshell ...
    Win10XPE - Build Your Own Rescue Media [2]-st-1.png
      My Computer


  10. Posts : 190
    windows 7 /10
       #1880

    recently i see new folder lang in sys32 that i didn't add it...
    I had to add this line to the core to eliminated
    Code:
    TxtAddline,%w%,"delete '#1\af-ZA' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\am-ET' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\as-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\az-Latn-AZ' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\be-BY' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\bn-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\bs-Latn-BA' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\ca-ES-valencia' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\chr-CHER-US' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\cy-GB' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\fa-IR' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\fil-PH' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\ga-IE' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\gd-GB' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\gu-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\hi-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\hy-AM' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\is-IS' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\ka-GE' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\kk-KZ' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\km-KH' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\kn-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\kok-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\lb-LU' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\lo-LA' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\mi-NZ' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\mk-MK' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\ml-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\mr-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\ms-MY' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\mt-MT' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\ne-NP' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\nn-NO' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\or-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\pa-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\qps-plocm' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\quz-PE' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\sq-AL' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\sr-Cyrl-BA' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\sr-Cyrl-RS' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\ta-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\te-IN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\tt-RU' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\ug-CN' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\ur-PK' --force --recursive",Append
    TxtAddline,%w%,"delete '#1\uz-Latn-UZ' --force --recursive",Append
    //
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:35.
Find Us




Windows 10 Forums