Recent content by SIW2


  1. Hasleo Backup Suite

    After editing create an image of the mounted disk.
  2. Solved W11 24h2 and old installation setup

    I think hsehes missed that bit.
  3. How do I bypass the New Windows Install and only have to Old Setup?

    or pop in a menu so either version of setup.exe can be selected there is extra stuff on this menu but there doesnt need to be
  4. How do I bypass the New Windows Install and only have to Old Setup?

    10 second job rt clikc the 2 folder and select "add to archive" select wim in the dropdown click the button and browse to boot.wim click OK Alternatively any files/folders can be added to a wim using wimlib commands. Could be done with 7-zip commands as well, but I am too lazy...
  5. How do I bypass the New Windows Install and only have to Old Setup?

    or insert this into boot.wim image 2\windows\system32 winpeshl.ini [LaunchApp] AppPath="%SystemDrive%\sources\setup.exe" unzip the 2.zip and there will be a folder called 2 rt click the folder called 2 and select "add to archive" from 7-zip context menu select wim in the dropdown browse...
  6. re-Install NVME on HP EliteDesk

    I have just remembered the usb drivers for win7 need the driverframework update windows6.1-kb2864202-x64.msu https://download.microsoft.com/download/2/7/b/27b4f057-34a8-41c3-bbd2-9f07ab18d93c/Windows6.1-KB2864202-x64.msu
  7. New drive for OS advice (how to be safe)

    It is not necessary. If you prefer they can be selected in bios each time. If you do it as outlined in my previous post then the os can be selected using windows boot menu instead of bios. It is not difficult. Just one straightforward bcdboot command
  8. New drive for OS advice (how to be safe)

    There are several ways to do it. One way is to create the bcd entries for all windows os in each bcd store. a simple example : the bcd store on disk0 could contain entries for both the os on disk0 and the os on disk1. And the bcd store on disk1 could contain entries for both the the os on...
  9. re-Install NVME on HP EliteDesk

    Win7 needs nvme drivers Install the sha2 update: windows6.1-kb4474419-v3-x64.msu https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2019/09/windows6.1-kb4474419-v3-x64_b5614c6cea5cb4e198717789633dca16308ef79c.msu then these nvme drivers attached below. They can be...
  10. re-Install NVME on HP EliteDesk

    There is a thread about nvme boot support on sevenforums, together with links for readymade bios and to tachytelic for instructions https://www.sevenforums.com/installation-setup/427446-booting-nvme-disk-via-pcie-adapter-older-machines.html It should work if you have done it correctly. Have...
  11. Solved How to add drivers at USB's WinPE

    Nonsense I have been using dism++ for years.
  12. Solved How to add drivers at USB's WinPE

    Yes give it a try FYI Apparently could use pnputil PNPUTIL /export-driver oem6.inf <destination> https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/pnputil-examples
  13. Solved How to add drivers at USB's WinPE

    Would it be under this section if it was Inbox. But in buglockers screenshot it is oem6.inf so a 3rd party driver
  14. Solved How to add drivers at USB's WinPE

    3rd party drivers shown by default Tick the box to display Inbox drivers
  15. Solved How to add drivers at USB's WinPE

    There should also be .sys and .cat files. It is better to export any relevant drivers . Look for the 3rd party drivers first and export any relevant ones into your winre_drivers folder. Then display the inbox drivers and export the relevant drivers into your winre_drivers folder. I use...
Back
Top Bottom