Jump to content

JFX

Member
  • Posts

    1,271
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. 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.
  2. @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?
  3. VMware-workstation-full-16.1.0-17198959.exe\Workstation.cab\_driver_vmx86_sys_Win8 --> C:\Windows\System32\drivers\vmx86.sys
  4. 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.
  5. 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
  6. 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.
  7. 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
  8. Fixed!
  9. 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="?
  10. 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
  11. 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
  12. Version 20.10 - removed ADK 8.0 options
  13. Just check the checkbox and save ini with Ctrl + S.
  14. 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
  15. No, same, but now file explorer is also effected.
  16. White box with white text here. NoDarkTooltips only works on taskbar tooltips, not start menu ones (expect with Windows 7.msstyles).
  17. 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.
  18. 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?
  19. 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
  20. 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.
  21. It's automatically done, if you install in compact or wimboot mode. Instead of adding lines like: \Windows\System32\DriverStore\FileRepository\urschipidea.inf_*\* to WimBootCompress.ini and keeping the list updated, it now scan the offline registry to catch all installed drivers that are placed in DriverStore folders.
  22. There seems to be an incompatibility with StartIsBack++ 2.9.2 / 2.999 and 7+ Taskbar Tweaker. For most taskbar pinned programs the jumplist is empty. No problem with 2.9.1
  23. WinNTSetup 4.2.3 - fixed Vista images could be applied in compact/wimboot mode - fixed compact:xpress4k using 8k compression with newer wimgapi.dll - fixed some command line ini option combinations - fixed vmware mounted drives disappear on winntsetup exit - new cmdline option regtweaks support wildcard file pattern - new scan offlines services to exclude Driverstore *.sys files from WOF Compression
  24. Thanks, could reproduce it, seems to only happens with UAC disabled.
  25. @Sonic There is no such feature, virtual disk expect mounted iso will still be available after winntsetup closed. @wimb Thanks for the report, seems MS has changed that in wimgapi.dll. Will be fixed in next version.
×
×
  • Create New...