Jump to content

JFX

Member
  • Posts

    1,276
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 

Everything posted by JFX

  1. It's properly the timeout I set. It's currently waiting only 500 ms for the newly created volumes be recognized by the OS. I really should do something about error 0x0 message.
  2. You could try the fixed VHD with GPT layout for your UEFI RAMOS. Indeed, with the new VHD function the "system default" for alignment currently don't work and uses biggest value of 4096 hidden sectors.
  3. WinNTSetup 4.5.0 Beta 2 - removed NT5 uxtheme patch - fixed mounting boot partition regression - improved bootice darkmode
  4. Replace these 2 in C:\Windows\System32\drivers VMware-workstation-full-16.1.0-17198959.exe\VmciSockets.cab\vmci.sys_Vista.20BE52C5_0815_4F26_9816_FB06A9A9F012 VMware-workstation-full-16.1.0-17198959.exe\USB.cab\_driver_hcmon_sys_win7_x64.AB568CC9_1F06_4225_B985_9531B0D3BB56
  5. Fragmentation does not matter with SSD and recommending something that writes multiple GB on a flash disk would be wrong.
  6. Ah, found it. It's about structure alignment for 1 call it needs a 4 byte padding at the end and for the other it don't. For VHD creation, yes the default type has changed. I'll remove the recommend.
  7. @graphixillusion I don't think there will be much use of it. If anyone really wants this there is diskpart or bootice. @wimb Yes, as 4.5 now always creates the VHD internal boot files depending on partition style, I thought it would not be necessary to give it a drive letter. Do you need one?
  8. VMware-workstation-full-16.1.0-17198959.exe\Workstation.cab\_driver_vmx86_sys_Win8 --> C:\Windows\System32\drivers\vmx86.sys
  9. Download links are shared folder that include older version. If I have some time I'll make an XP special version with delta patch for the lost ADK files.
  10. WinNTSetup 4.5.0 Beta 1 - Dropped 32-Bit version, system requirements are now Windows 7x64 + - VHD functions no longer uses diskpart.exe - VHD Attach / Detach supports ISO files - VHD Creation supports GPT Partitionsttyle - VHD Install will always create internal boot files depending on partition style - Fixed open file dialog pattern not working on default WinPE 3.x + - Fixed wimgapi capture build number on H2 Systems (19041 instead 19042) - Support multiple "-regtweaks" cmdline switches - DPI-Awareness for Imdisk - Darkmode and DPI-Awareness for Bootice - Workaround Win10 MessageBox Font bug
  11. RemoveObsoleteDosDevices will not remove existing mounted boot partitions. It thought for removable USB or VHD disks. For the mounted ImDisk ISO files, by default they should be removed in v425. (KeepISOAlive=0) Not sure why it doesn't work for you. If you do not have imdisk installed try WinNTSetup's system menu --> imdisk and see if you can unmount them there.
  12. Yes, when v421 exit it did scan for mount points that have no valid target anymore. But this caused trouble with VMWare mounted drives. I have improved that function, but it's still disabled by default. You can set it in the ini file: [Options] RemoveObsoleteDosDevices=1
  13. Fixed!
  14. If a volume has a shadow copy there will be a big file \System Volume Information\{someguid}{someguid} containing the data. But why not check return code of "vssadmin list shadows /for="?
  15. Hi Dan777, yes, I forgot to mention that one. We used the old bcd*.exe tools from Win10 ADK 1511 for compatibility with Windows 7. Microsoft removed this ADK version, so GWT now loads 2004 version and alters bcdedit.exe to let it run on Win7
  16. WinNTSetup 4.2.5 - added ini option NoHiberBoot - added ini option KeepISOAlive ! Microsoft removed Assessment and Deployment Kit 8.0 from their servers If you still have these files and want to run WinNTSetup on XP/Vista overwrite the following: Tools\x??\bcdboot.exe Tools\x??\bcdedit.exe Tools\x??\bootsect.exe Tools\x??\wimgapi.old
  17. Version 20.10 - removed ADK 8.0 options
  18. Just check the checkbox and save ini with Ctrl + S.
  19. You can set it in your unattend.xml: <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RegisteredOwner>Owner</RegisteredOwner> <RegisteredOrganization>Organization</RegisteredOrganization> </component> </settings> Or edit them after setup with Regedit in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
  20. No, same, but now file explorer is also effected.
  21. White box with white text here. NoDarkTooltips only works on taskbar tooltips, not start menu ones (expect with Windows 7.msstyles).
  22. WinNTSetup 4.2.4 - Driverstore WOF exclude added to WimBootReCompress.ini - added MergeIDE tweak - added ini option NoFileSystemChecks For the MergeIDE tweak see Tools\MergeIDE_9200.ini and edit it to you needs.
  23. Good, idea. I already thought about adding a MergeIDE tweak. I guess for windows 8-10, removing StartOverride subkey from all services would be enough. What "0" value does Windows gives, if it recreates the key in your case?
  24. Version 20.09 Microsoft removed the Windows Server 2003 Service Pack 1 files from their server, this affects the xpramboot option of GWT. It now will download the bugged SP2 version, see first post for an xdelta3 patch to get the desired SP1 setupldr.bin
  25. Hi ZhuMa, these NTFS checks are there to prevent an unbootable or broken Windows installation. I'm not gonna remove them, but will add a ini file option to disable them in next version.
×
×
  • Create New...