Search:

Type: Posts; User: MaloK

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    I think ShowkePlus requires NetFx4 in your build.

    I think ShowkePlus requires NetFx4 in your build.
  2. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    You can create a new plugin and put it in the...

    You can create a new plugin and put it in the "Tweaks" location of the project and put that code in the "process" section of your plugin.
  3. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    //-- //-- // Stolen From --> ChrisR :D //-- ...

    //--
    //--
    // Stolen From --> ChrisR :D
    //--

    [RemoveSIB]
    If,ExistDir,%Target_Prog%\StartIsBack,begin
    DirDelete,%Target_Prog%\StartIsBack
    RegHiveLoad,Tmp_Software,%RegSoftware%
    ...
  4. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Hi Dale, Try to use the [PINTOOL] section of...

    Hi Dale,

    Try to use the [PINTOOL] section of pecmd.ini


    TaskBar1=%ProgramFiles%\Misc\yourbatch.cmd||||||||
  5. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Hi, One of the most challenging Macro in XPE ...

    Hi,

    One of the most challenging Macro in XPE ;)
    I tough to make a small collection of tricks I learned over time, To easily work with shortcuts.

    From the Macrolib:
    ...
  6. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Loll, was kidding, I got them :bsod:

    Loll, was kidding, I got them :bsod:
  7. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Ahhhhhhhhhh !!!! that's what i'm tackling...

    Ahhhhhhhhhh !!!! that's what i'm tackling about.....

    A public disclosure....


    I have one...
  8. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Flat Booting XPE the easy Way:

    Create an all in ram ISO of your project.

    Apply This ISO to a USB drive with Rufus. (MBR - BIOS/UEFI - NTFS)

    Format the main partition.

    Apply your Project Boot.wim to that partition:
    ...
  9. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    %giso% %Target_Prog% = Path to Programs...

    %giso%



    %Target_Prog% = Path to Programs directory during build time (depends on all in ram)
    %PE_Programs% = Path to Programs directory during run time (depends on all in ram)

    You are...
  10. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Hi JonF, Long time no see! That looks great. Do...

    Hi JonF, Long time no see! That looks great. Do you have a kind of change log ?
  11. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Yes, but if you need it often it's worth it,...

    Yes, but if you need it often it's worth it, there are also other methods to add missing drivers after startup.
  12. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    No you don't have to create a plugin. just...

    No you don't have to create a plugin. just extract your driver to a folder with it's required inf.

    While in Winbulder go to "Build Core", in the bottom right you will find "Integrate drivers",...
  13. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    That means You can integrate the driver and the...

    That means You can integrate the driver and the printer will install automatically every time it's detected.

    You probably could skip the procedure completely. and windows would find the printer...
  14. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Because XPE is based on WinRE instead of Windows...

    Because XPE is based on WinRE instead of Windows installation files, I find it much more suited for the tasks at hand.

    And you can nearly bring it has a viable has any other everyday OS... If you...
  15. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    The building process is composed of these parts:...

    The building process is composed of these parts:

    make a Core build
    install Applications
    install Additions
    create Boot.wim
    create XPE.iso

    Once you have a fully built Project you can add new...
  16. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    The junctions on the Ramdisk are automatically...

    The junctions on the Ramdisk are automatically taken care of and re-allocated when disabling the ram drive in XPE.

    Personally, I never used Ram Disk since the beginning of PESE.
  17. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    It depends on what is included in Boot.wim but a...

    It depends on what is included in Boot.wim but a slim project runs under 2 gig used. And when booted from memory, files are not copied back in ram but are executed directly.

    See the Wimboot...
  18. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    If you eliminate the ram disk you have 800MB more...

    If you eliminate the ram disk you have 800MB more to run applications !?!

    My PE has 1.4 Go Ram used at boot, and goes up to nearly 2 while playing vids with chrome.

    I don't have any Dot net no...
  19. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Tony4219, ...

    Tony4219,


    IniRead,<Filename>,<Section>,<Key>,<%variable%>


    Winbuilder:

    IniRead,%GetISOrootSizeini%,Main,Size,%RealISOrootSize%
  20. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    After Fiddling a little more... Once you have...

    After Fiddling a little more...

    Once you have a copy of CDUsb.y in the root of the XPE Boot Disk.

    Create a Junction from Y:\Programs to Y:\Win10XPE\ISO\Programs, from within a running XPE...
  21. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    I just did the exercise and it behaved like I...

    I just did the exercise and it behaved like I thought it would, with the Host Boot Option:

    XPE cannot Mount the drive as Y: If the CDUsb.y is not in the Root of the drive.

    And if the drive is...
  22. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    With UEFI:NTFS boot Strap you can boot Windows 10...

    With UEFI:NTFS boot Strap you can boot Windows 10 in UEFI on NTFS / EXTFAT with secure boot... No problems...

    And still boot MBR stuff all the way. GitHub - pbatard/uefi-ntfs: UEFI:NTFS - Boot...
  23. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    From your ISO Folder copy CDUsb.y in the root of...

    From your ISO Folder copy CDUsb.y in the root of the boot Drive, also copy your Programs folder from ISO to the root of the boot drive. And give it a try.

    You need to reproduce the file...
  24. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    When you boot into XPE and open Windows Explorer...

    When you boot into XPE and open Windows Explorer can you see a Drive (Y:) Win10XPE_xXX ?
  25. Thread: Win10XPE - Build Your Own Rescue Media [2] by MaloK
    Forum: Software and Apps
    Replies 2,014 Views 846,864

    Here is what I have...

    Here is what I have...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4
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 13:17.
Find Us




Windows 10 Forums