Ultimate Guide: Customizing Win PE ISO with Custom Apps & Backgrounds!

Поделиться
HTML-код
  • Опубликовано: 10 дек 2023
  • Unlock the full potential of Windows Preinstallation Environment (Win PE) with this comprehensive tutorial! 🌟 Learn step-by-step how to create a custom Win PE ISO, tailored perfectly to your needs. This video is a goldmine for both beginners and advanced users, offering valuable insights into:
    🎨 Designing a Custom Background: Bring a personal touch to your Win PE with our easy-to-follow guide on creating and setting a unique background.
    🛠️ Adding Custom Applications: Enhance the functionality of your Win PE by integrating your favorite applications. We'll walk you through the process, ensuring you have all the tools you need at your fingertips.
    💡 Expert Tips & Tricks: Discover insider secrets to optimize your Win PE experience, making it more efficient and user-friendly.
    📚 Comprehensive Walkthrough: From basic concepts to advanced customization, we cover it all. Perfect for both novice and experienced users!
    🔍 Searching for a reliable, detailed guide to Win PE customization? Look no further! Hit the subscribe button for more expert tech tutorials, and don't forget to like and share this video to help others in their Win PE journey. Drop your questions or suggestions in the comments below - we love hearing from you!
    #WinPE #CustomISO #TechTutorial #WindowsCustomization #DIYTech #SoftwareCustomization
    ################
    ###NOTES/CMDs###
    ################
    #watch my previous video for getting WinPE/ADK set up
    #copy the PE media to a working directory (this will create c:\winpe dir)
    copype amd64 c:\winpe
    #Mount the boot.wim file
    Dism /Mount-Image /ImageFile:"c:\winpe\media\sources\boot.wim" /index:1 /MountDir:"c:\winpe\mount"
    #change wallpaper (optional)
    #open file explorer to c:\winpe\mount\windows\system32
    #give administrators full rights to winpe.jpg - you may need to change the file owner
    #delete winpe.jpg and replace with the image of your choice (name your image winpe.jpg)
    #add apps
    Download portable apps from portableapps.com or pendriveapps.com or your other favorite repos for these. Make sure you get 64 or 32 bit depending on your PE build.
    Copy these to c:\winpe\mount\windows\system32 or optionally create a dir c:\winpe\mount\windows\system32\apps and copy them there.
    #unmount image
    Dism /Unmount-Image /MountDir:c:\winpe\mount /Commit
    #create your iso
    MakeWinPEMedia /ISO c:\winpe c:\winpe\WinPE_custom.iso
    #Test it out and have fun. Let me know what you all do with your custom Win PE.
  • НаукаНаука

Комментарии • 16

  • @theit-unicorn1873
    @theit-unicorn1873  6 месяцев назад

    How will you customize your Win PE?

  • @getthemusicout3212
    @getthemusicout3212 11 дней назад +1

    Hi, lovin your content!
    Any chance you would one day do a video showing a base-build WIN_PE build, then mod to inc WinPE5 (for W10_64) HP softpaq drivers, showing how this softpaq driver install successfully provides systems access to (USB-Chipset-Lan-M.2SSD-And other system components)? This is what I'm struggling on and probably not alone 🙂.
    Potentially adding a section to DoubleDriver extract W10 system drivers that will also work in the WinPE driver set without crashing it?
    IMO., this stuff is the hard part.
    Just one step at a time, toward a working WinPE rig that works with only the bare minimum for what I need.
    Subscibed.
    Thanks for your work 🙂

    • @theit-unicorn1873
      @theit-unicorn1873  11 дней назад

      Thank you so much for the sub! These are great questions. I am currently working on a Win PE project. I'll try to take some of this into consideration. Stay tuned!

  • @repairstudio4940
    @repairstudio4940 6 месяцев назад +1

    Absolutely awesome 🎉❤

  • @techsostip
    @techsostip 6 месяцев назад +1

    thank for nice way to custom winpe

  • @John_-ls4qx
    @John_-ls4qx 4 месяца назад

    is this doable with an already created bootable WinPE?

  • @brigada050
    @brigada050 5 месяцев назад +2

    So how do you get a nice (start) menu with apps etc instead of just a command prompt

    • @theit-unicorn1873
      @theit-unicorn1873  5 месяцев назад +1

      That's the tricky part. There are a couple approaches from what I've looked into. You can get some custom software and have a batch file tell it to run at startup, thus populating a start menu/UI. The other option is to replace some of the files from a full Windows image, this one has not work for me yet. It's on my list of things to get to, so once we get that all figured out, I'll put something together. Thanks for checking out the video.

  • @devicemodder
    @devicemodder 2 месяца назад +1

    Used this guide to make a winpe environment that plays a video. completely useless, i know. but was interesting way to learn.

    • @theit-unicorn1873
      @theit-unicorn1873  2 месяца назад +1

      Useless? Heck no, that’s awesome!! I’d love to see it.

    • @devicemodder
      @devicemodder 2 месяца назад +1

      @theit-unicorn1873 heh, I'd make a video on the winpe, but let's just say, the video I embedded is x-rated.
      But I can make a safe for work version and post that.
      But, to start apps on boot, edit the startnet.cmd in system32, and put the path to whatever app you want.
      In my case, I pointed it to a start.bat I made that contains:
      @echo off
      start VLCportable.exe --loop --fullscreen --no-qt-privacy-ask video.mp4
      And dumped vlc portable/related files in system32 directly. Then I put the video in system32 as well.

    • @devicemodder
      @devicemodder 2 месяца назад

      @@theit-unicorn1873 ruclips.net/video/qdFjPT8WnfQ/видео.html
      WinPE that boots and plays the movie Fat man and little boy. no sound though as of yet, still working on that part

    • @theit-unicorn1873
      @theit-unicorn1873  2 месяца назад

      @@devicemodder that would be a great tutorial (the safe for work version) 🙂

    • @devicemodder
      @devicemodder Месяц назад

      @@theit-unicorn1873 ruclips.net/video/qdFjPT8WnfQ/видео.html