Jump to content

JFX

Member
  • Posts

    1,254
  • Joined

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. Than maybe something is wrong with the WIM files you have.
  2. @ibay770 WinNTSetup has reach EOL status. You could use it's command line options to automate these steps. @hhui Access denied error is very common with wimgapi or Dism, WinNTSetup already use Trusted Installer rights to overcome some of them. You could try wimlib (top right window icon --> WIM API --> wimlib) for apply instead.
  3. Windows 7 in UEFI mode is a bit picky about partition layout. It only support GPT. The backported driver were update and are now signed with SHA-256. So this method does not work, unless you find the older drivers.
  4. Dunno, maybe a Windows 7 related problem. Try older version like 4.25. Maybe the SWM file is broken, try apply with image.exe.
  5. WinNTSetup 5.3.5.2 - fixed crash with no source selection - removed policy for HiberbootEnabled
  6. Yes, the second policy for HiberbootEnabled has no effect and will be removed. The first one seems to be different between windows versions.
  7. Yes, MinWin focus on deleting files. It's unusual to delete complete folder and than want to keep it. In that case, use wildcard pattern: !\Windows\SysWOW64\WindowsPowerShell\*
  8. It's just a problem with settings app. It properly tries to communicate with Defender and does not get any respond.
  9. Yes, Windows 10 2015 version already uses a 16 MB partition.
  10. Because older Windows versions used a 128 MB MSR partition. The default unattend and diskpart scripts should work for all OS, but you are free to edit them or add your own.
  11. No, <ProductKey> is not supported with WinNTSetup's direct WIM apply. Maybe you can use FirstLogonCommands to run: slmgr /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
  12. I think you can do this. The error your xml generates is very clear.
  13. @xiaoyue it does work as expected, ignored by older Windows versions, and converted to registry by newer ones.
  14. Adding dark mode for current Windows 10/11 builds, was already several month of work. I don't do this for deprecated windows versions. As for your mistakes: 1) It now longer loads ADK, if the current windows don't needed it. 2) Version display was removed, because some people carelessly updated and just broke supported OS versions, for no reason. 3) That's wanted, looking more current system conform. Re-uploaded, you now can disable these 3 options in WinNTSetup.ini. [Options] NoDownload=0 ShowEngineVersion=1 NewIcons=0
  15. WinNTSetup 5.3.5.1 - fixed language file creation failed with 5.3.5 - fixed capture of mounted VMware disks - added support for multi language WIM files
  16. That's because vmware mounts in the user session and WinNTSetup now uses TrustedInstaller for WIM operations. You can get back old behavior by adding this to WinNTSetup.ini [WimHost] RunAsTI=0 However VMware did removed the buggy disk mapping in version 17, so maybe better to mount the VDMK with OFSMount. This allow you to mount as physical disk and the capture won't have problems with special files like WIMBoot pointer files.
  17. File permission are changed for MinWin by default, so Admin users have full access to the entire file system. Profile\Options.ini --> options --> AdminAccess To use modified *.inf files, drvinst.exe need to be patched. you can remove signature check of inf files with: WinNTSetup_x64.exe drvinstpatch
  18. Just add this to your unattend.xml --> oobsystem. <component name="Microsoft-Windows-SecureStartup-FilterDriver" processorArchitecture="amd64" language="neutral" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS"> <PreventDeviceEncryption>true</PreventDeviceEncryption> </component> If you want to keep most of the WinSxS folder than delete WinSxS.ini. Without it you black\white list WinSxS files like all other in the Remove folder.
  19. That's because it is part of Windows 10/11. But old systems and WinPE are missing it.
  20. I forgot offreg.dll again, re-uploaded.
  21. WinNTSetup 5.3.5 - removed redudant code, WimHost options removed - updated wimlib to version 1.14.4 - enforce modded wimlib - HideProductKeys option defaults to 1 - minwim crash fixed - minwim speed improved - minwim extended log files - fixed WinRE GUI bugs - fixed crash installing WinXP
  22. Listviews group header text color is back to dark blue on dark mode. Was good with SAB 3.7.3.
  23. @dimo70 You can't disable defender while the system is still running, it does protect it self.
×
×
  • Create New...