Win10XPE - Build Your Own Rescue Media [2]


  1. Posts : 34
    Win10 Home x64 on 3 machines, Win7 Pro x64 on 1.
       #561

    Final Sound plugin -- wakes up the programmer


    Hello all.

    I appreciate the efforts of people contributing to developments, and have learned a lot here and other places. I saw only one main thread here for WinXPE developments so I am posting here ...

    I've been slowly converting my Win10PESE plugins to use here with Win10XPE, and thought this might be of some use to others.

    This plugin plays an MP3 sound at the very end of your ISO build, to wake up the programmer! I wrote it and really needed it when my Win10PESE builds got to 1.5 hours ... It does NOT end up in your ISO or usbstick.

    Place it in your \BaseDir\Projects\Win10XPE\ folder along with the other system plugins. There is no container. As written for the Jan2022 distro, its name zzFinalSound.script should make it run as the last stage right before the log files get written.
    Win10XPE - Build Your Own Rescue Media [2] Attached Files
      My Computer


  2. Posts : 1
    11
       #562

    Can you share the script file of Acronis as bat and reg, I want to use it in WimBuilder2
      My Computer


  3. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #563

    junaid said:
    Can you share the script file of Acronis as bat and reg, I want to use it in WimBuilder2
    Your best bet for such a *.bat file is the Wimbuilder2 Project as the Win10XPE Project uses *.script files
      My Computer


  4. Posts : 34
    Win10 Home x64 on 3 machines, Win7 Pro x64 on 1.
       #564

    Add QuickLaunch Toolbar - XPE plugin


    This plugin adds the QuickLaunch toolbar to the build. Although XPE doesn't seem to have a QuickLaunch option anywhere, I didn't want to try messing with BuildCore and config.script, so this is named to run right after BuildCore.

    Placing icons via dragNdrop or copying to QuickLaunch WORKS! but presently, no XPE plugins I have seen have working AddShortcuts for Quicklaunch. That may require additions to macro.script.

    Example:
    %BaseDir%\Custom\x64\AdditionalFiles\Users\Default\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\
    (use the 'Open Custom Folder' button in Build Core) is where you can put your QL shortcuts, say, Show Desktop.



    ===================================
    In a totally unrelated matter, if any one knows a Board Administrator at the new TheOven.org, ask them to reset my login. I can't leave msgs and have no email addresses. Thanks!
    Win10XPE - Build Your Own Rescue Media [2] Attached Files
      My Computer


  5. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #565

    Tony, you can Pin Shortcuts to "Taskbar", "Start Menu" , "Desktop" and "Start Menu Folder"
    How much more of a program quick launch does anyone need? - asking for a friend...
      My Computer


  6. Posts : 417
    W10, W7
       #566

    JFI

    Ventoy 1.0.69

    for those who like to play

    new feature in version 1.0.66/69, Ventoy supports boot image files (.iso/.wim/.img ...) on local disk.

    Release Notes
    Last edited by APT38; 15 Feb 2022 at 09:16.
      My Computer


  7. Posts : 11,247
    Windows / Linux : Arch Linux
       #567

    Hi folks
    Seem people are making this project to "replicate Real Windows" more and more.
    Since it's now possible to boot vhdx physical files (no need for HYPER-V etc to boot vhdx files) it seems to me you'd be better off making real windows systems - you can boot these from external devices too - and also have in the boot menu iso images of other things.

    Really simple to do - via dism /appy-image and bcdboot.exe

    This project was brilliant back when people were running W7 etc but with W10 and W11 where you can run all sorts of things from bootable vhdx files I'm not convinced of the usefulness any more (other than if people get enjoyment by doing it).

    Win10XPE - Build Your Own Rescue Media [2]-multios.png

    You can add Macrium recovery etc and even Linux distros as grub if it sees a Windows boot mgr can add itself also to the menu.

    If the bootable iso image contains a boot.wim or an install.wim then anything can be installed via the dism /apply-image method. (or if you can make a user defined one too which could have all your wanted windows app on it e,g office etc-- harder but do-able)

    Cheers
    jimbo
      My Computer


  8. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #568

    Well clearly you do not understand the drawbacks to using a full OS....
    Kinda like every time MS tells you that you can't do that or when MS tells you that you do not have permission to do that...
    But what ever floats the boat, is all that matters.. But would like to keep the topic Win10XPE related...
      My Computer


  9. Posts : 34
    Win10 Home x64 on 3 machines, Win7 Pro x64 on 1.
       #569

    Kyhi said:
    Tony, you can Pin Shortcuts to "Taskbar", "Start Menu" , "Desktop" and "Start Menu Folder"
    How much more of a program quick launch does anyone need? - asking for a friend...
    With the smaller QL icons, I fit usually about 25 in Quicklaunch tray in real Win10 and in Win10PESE. Includes shortcuts to most used apps, ShowDesktop, certain DriveLtrs like C, X,Y,. In real Win10 I use QL for Netflix streaming, and Netflix DVD. Takes less than half of screen width. Most importantly, they are all still visible when the main part of the screen is cluttered up with a bunch of windows so I don't have to search for Desktop shortcuts or use the startmenu.

    I was crestfallen that Win10XPE didn't seem to support QL area at all. The standard plugins didn't have an option, and some had it clearly commented out as if it was once in there and then removed as a choice. I didn't think I should mention it, but I was looking for a workaround for me; yeah, it took quite a while but yesterday it actually worked!
    --------------------------
    Somewhat related to this, XPE (really, macro.script's AddShortcut) also took out (it used to be in PESE's Macro_Library.script Add_Shortcut) the ability to add icons to VBScript, BATfiles, cmdfiles, and PS1 files. Only EXE with their built-in icons look "pretty".

    My workaround to this point has been, for my desktop shortcuts , is to make them in advance in running XPE, changing the icon via Properties while the arbitrary icons are stored in X:\Icons\ and the finished shortcuts are stored in X:\Icons\Shortcuts\. Then after XPE boots up, a plain looking Batfile [manually, I haven't tried Autorun yet] copies all the stored "pretty" Desktop shortcuts to the current Desktop (overwriting some and adding some new ones) and deletes itself.

    If Add_Shortcut was still available, any startmenu BATfile, cmdfile, ps1 file would be able to have any icon too, because it supported the last parameter (full path to icon):

    If,%CheckBoxSM%,Equal,True,Add_Shortcut,StartMenu,%pTextBox1%,"%PE_Programs%\%ProgramFolder%\GVNremo te6.bat","Host ProductVer C",,,"%PE_Programs%\%ProgramFolder%\WindowsLogo.ico"

    XPE fails gracefully and makes the shortcut using default icon for batfile.

    I understand PESE and XPE are for a 'rescue stick' and WinPE is 'not a real OS' but
    YOU GUYS HAVE MADE SOME FANTASTIC STUFF OUT OF THEM !!!!!

    Thanks for all your efforts


    ============== edited 1003am: ===============
    I just thought of another instance for assigning different icons. For EXE files. Has anyone else noticed the latest SysInternals apps, when in the QLaunch toolbar, have such blurry, pastel colors?? I extracted the icons from the OLDER versions, storing the OLD icon in the appropriate SysInternal folder. Then did the Properties, ChangeIcon thing, Easier on the eyes now.
    ==========================================
    - - - Updated - - -

    jimbo45 said:
    Hi folks
    Seem people are making this project to "replicate Real Windows" more and more.

    jimbo
    Me! Me! A replicate of Real Windows is not a bad thing.

    For the last few years, Win10 has been constantly updating itself (I have Home version, not Pro) at the wrong times. Sometimes it asks permission, other times (most of the time) there is a arbitrary waiting period from the time I turn on the machine but before I can do something.

    Win10 still FailsToBoot now and again. so it has to be "repaired" before meaningful things can be done. This is a real buzzkill when I want to stream Netflix on older hardware but its time for ... something from MSFT, so important that it doesn't ask to update, it just DOES. I sit there and wait.

    So, in self-defense, I try to put as much into the builds as possible. Portable apps (don't write to Registry), audio, video, all Frameworks, all runtimes, all tools, etc. This way I'm never completely shut down. . I finally saw the light and now I keep a run-flat version of my rescue stick in a separate partition on each computer so when Win10 FailsToBoot yet again, I can do SOMETHING USEFUL with the computer other than swear at it. LOL.
    Last edited by Tony4219; 14 Feb 2022 at 11:09.
      My Computer


  10. Posts : 4,144
    Windows 3.1 to Windows 11
    Thread Starter
       #570

    Tony,
    Code:
    AddShortcut,Desktop|StartMenu,(StartMenuFolder),(Path\FileName),(Title),(Parameters),(Path\IconFile|IconIndex)
    We choose to depict most to all of Lancelot's excessive use of code - thus we were able to get the same end results in half (or less) the amount of scripting

    Note:
    WimBuilder2, LiveSystemPro, Azin, CT Magazine > Now follow Win10XPE
    Which speaks volumes to the success of the Win10XPE Project..

    Win10XPE - Build Your Own Rescue Media [2]-image018.jpg

    The Option for Command Batch Files already exists
    Last edited by Kyhi; 14 Feb 2022 at 11:41.
      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 17:54.
Find Us




Windows 10 Forums