Jump to content

JFX

Member
  • Posts

    1,254
  • Joined

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. Drive letter assignment is really simple stuff. WinNTSetup will calculate and write \DosDevices\C: to HKLM\SYSTEM\MountedDevices On first boot Windows will recognize a different drive letter and does all the work. This version will add logging for black and whitelist as well MUI and MUN file removal.
  2. PerformenceV2 deletes the registry keys under: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\_V2Providers
  3. @suxichao You the first one having that problem. Try to nail down what causing it. @wuliyen Seems the MUI progression if a bit a aggressive. This should limit it to *.mui files only.
  4. No. And i don't want to add UI options for everything.
  5. NoDarkTooltips works now, thanks.
  6. Seems the "NoDarkTooltips" reg option is ignored by this new version.
  7. Start by looking at the log files: \Windows\Panther. Maybe your BCD is a bit unusual are edit it to much with bootice. Maybe you some alternative boot manager.
  8. Are you sure you don't delete it somewhere else. Lines that get skipped will be logged: \Windows\Logs\WinNTSetup\*\MinWin_WimHost.log
  9. I don't plan any new version. Create your own tool for scanning or modify the scanfiles.cmd to your need. Change it with Disk management or bootice and hit F5 in WinNTSetup.
  10. No. But maybe try the ScanFiles.cmd. You could use it to populate the source combo box.
  11. It it would work perfectly well running from invalid path, I would not have added this check.
  12. Not sure why you have missing system files, but you can always download all requires files. WinNTSetup_x64.exe download
  13. That path is invalid, some API's will misunderstand "..\Tools" to be the parent directory. I doubt you could even open that folder in windows explorer.
  14. Thanks, added and also re-added offreg.dll.
  15. I would say steve6375 has already given the right answer. WinNTSetup only applies the WIM to the VHD and create boot files. The image is still in sysprep phase and therefor will try to "specialize" the BCD store on first boot. If he immediately boot that VHD with Ventoy it will cause that error. I don't know how Ventoy boot it, but i guess it uses a virtual boot drive like NTBOOT. And that can't be seen later in the boot process. For the "hidden menu" he will need to use newer version.
  16. WinNTSetup 5.3.4 - fixed problems starting as TrustedInstaller on some machines - fixed rare heap corruption - fixed CompactOS was ignored for Windows Server versions - Removed offreg.dll (will be downloaded for older Windows) - MinWin uses build number from registry rather than WIM - MinWin removed hard coded pathes - MinWin WinSxS.ini - can use "!" to avoid old components removal - MinWin WinSxS.ini can be deleted - MinWin fixed wincopy mode bug
  17. \windows\system32\config should never be deleted. If it happens without you using telling it to do, then it's a bug.
  18. Good you remind me about CompactOS and Server. It works so I'll remove this limitation. ! for WinSxS.ini will be supported. I think about making this ini optional. That should make things easier for people that just want to remove some files.
  19. They were actually test versions for some problems that I could not reproduce. As there was not much feedback, i have to assume that all is fixed now. I will release an update, maybe next week.
  20. Hi, no it's not a BETA version. It's the latest stable.
  21. There is a command line tool for Group Policy: LGPO.exe. It should be possible to restore a saved backup in setupcomplete.cmd or FirstLogonCommands.
  22. Nope, it's not possible to do this with registry.
  23. That error means you did not run _DeltaPatchWinXP\FixWinXP.cmd.
  24. Than use 3.8.6. Legacy version will not get any updates or fixes.
  25. I would say that the problem, you create the boot files inside the VHD. You should select the bootable partition on local disk (I guess on disk 0).
×
×
  • Create New...