Adding Apps and a Launch Menu to WinPE

Поделиться
HTML-код
  • Опубликовано: 7 авг 2020
  • Lets add some progams/ apps and an easy to use launch menu ^_^
    Create a text file and add this into it
    @echo off
    cls
    :start
    echo.
    echo 1. Acronis
    echo 2. Partition Wizard
    echo 3. Im Done Shut it Down O_O
    echo 4. I want to Restart this Computer
    echo.
    echo.
    set /p x=Pick:
    IF '%x%' == '%x%' GOTO Item_%x%
    :Item_1
    start /MIN /D"X:\Program Files\Acronis\TrueImageHome" trueimage_starter.exe
    GOTO Start
    :Item_2
    start /MIN /D"X:\Program Files\Partition" PartitionWizard.exe
    GOTO Start
    :Item_3
    wpeutil shutdown
    :Item_4
    wpeutil reboot
    After save as and add .bat at the end to make it a batch file
    Tool used to mount the wim can be downloaded here www.autoitconsulting.com/site...
    My Gear
    Soft Box Lighting HPUSN Kit Amazon : amzn.to/3qDaJRx
    Cannon EOS M6 Amazon: amzn.to/35X0VKi
    Rode Mic Amazon: amzn.to/38XDin2
  • НаукаНаука

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

  • @brotherkk7712
    @brotherkk7712 3 года назад

    Your video was helpful and allowed me to learn more about winpe

  • @giulianokaroleski
    @giulianokaroleski 3 месяца назад

    Nice vídeo... Thanks brother...

  • @stuartrechter5175
    @stuartrechter5175 Год назад

    Thanks for that. FYI, if you open Character Map and hover over or select a character, its name will be displayed.

  • @Mickger
    @Mickger 3 года назад

    I found what I was looking for. It would be nice if you explained more about what the commands are doing.

  • @ignatztoecheese2575
    @ignatztoecheese2575 3 года назад

    very VERY NICE! Is there anyway to add a small Perl interpreter to WinPE for more advanced scripting other than batch?

  • @faquir885
    @faquir885 2 года назад

    Did we can do that with all apps ?