Jump to content

JFX

Member
  • Posts

    1,271
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. Well first make sure the installation has the wof driver installed. Best if you have installed that system with any of WinNTSetups compact option. Than start the compression: WofCompress -c:LZX -path:C:\ It will automatically use the exclusion list in WimBootReCompress.ini that WinNTSetup has placed in Windows\System32 folder. You can also use it to just compress any folder, if you want: WofCompress -c:LZX -a -path:D:\Programs
  2. Yes The WofCompress tool for Win7 - win10 http://jfx.cwcodes.net/WofCompress/WofCompress.7z
  3. What you mean with "won't let you"? It should display a warning, but let you continue.
  4. Added a link on first post.
  5. Yes, a ini is always loaded if found. Either Winntsetup.ini or the one specified by -cfg parameter.
  6. No order does not matter, expect NT6 must be first one.
  7. WinNTSetup_x64.exe NT6 -source:%MYISO% -wimindex:1 -cfg:WinNTSetupHome.ini should do exactly that.
  8. No, if you set source in command line you must set wimindex there too.
  9. NONE option does not compress any file, but adds the wofadk.sys driver and copies the WimBootCompress.ini to System32 folder. So this new install can read WOF compressed files and is ready to be compressed later.
  10. Ah, ok my mistake, seems it uses bcdboot.exe from your system32 directory and that one does not accept the firmware switch. I'll fix this later, but older version should work for you: http://jfx.square7.ch/WinNTSetup/WinNTSetup392.rar
  11. The error comes from bcdboot.exe, see G:\Windows\WinNTSetup.log for more informations.
  12. Yeah, Defender now detects some of my tools a as virus. So MS blocked my entire outlook account Well new link to v18.10 on first page.
  13. @blipton Make sure the 3 icons next to boot drive are green. @click-click Not sure what you mean with old icons? The tweak only removes cortana, task switch and people icons from taskbar. The 3 options you also have on the taskbar right click menu.
  14. I have not problem with gimagex, it produces a correct wim file.
  15. It does not have the needed xml information and not even my fix for that seems to be working for this image. How did you made this WIM file
  16. It are 2 separate combo boxes, when you set ALL you mean this command. bcdboot C:\windows /s C: /f ALL
  17. Why not use: WinNTSetup_x64.exe VHD-CREATE -file:H:\myVHD.vhd -size:16GB -type:fixedfast -label:"MY VHD" VhdTool2.0.zip
  18. I create the VHD manually and diskpart only to create the partition in this case. If you curious search for vhdtool and vhdxtool.
  19. @Tihiy MS remove the option to disable ImmersiveContextMenu in Windows 10 1809. It seems to be an easy fix for CDefView::_DoContextMenuPopup, but I guess we really need your skills for the CProperTreeHost::CreateHWNDInternal part. Can we get rid of the blurry menus with the next ONE release?
  20. Use "Instant creation" option.
  21. Hmm, the log file tells that there was a "F:\EFI\Microsoft\Boot\BCD" And a "F:\Boot\BCD" file.
  22. I would say, you already had this entry before and just deleted the old VHD.
  23. Your right, if you use no tweaks and no other checkbox or command line, the only registry change is the drive letter.
  24. Interesting yeah, but not so easy to implement. Not all tweaks are simple registry values. Also some are different depending on the Windows version. Removing the useless build-in Apps would not be possible on all Host OS, due to dism limitations: I'll consider it if I find a good way of doing it, but for now it's properly the best doing that with setupcomplete.cmd in $OEM$ folder. "Applying tweaks" sounds better than "Applying settings" or any idea?
  25. Hi mnogo999, the "Turn off USB Device after safe remove" tweak is only using the DisableOnSoftRemove REG_DWORD you mentioned.
×
×
  • Create New...