Jump to content

JFX

Member
  • Posts

    1,270
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. Dark dialogs are looking great. Only the RICHEDIT50W controls used by "Digital Signature" file properties are still white.
  2. It's seems to run a diskpart script and assign S: and W:, then calls WinNTSetup like this: WinNTSetup_x64 NT6 -source:"D:\sources\install.wim" -wimindex:1 -syspart:S: -tempdrive:W: -unattend:"path_unattend.xml" -compact:xpress4k PS: See, F1 -Help for command line options
  3. https://mega.nz/folder/ObATya7C#oR2t79bT-4MGjKxOAYwkbQ https://www.mediafire.com/folder/53um6k2nmhvd5/
  4. I mean format these lines you posted with the forums code button. As for WMI applications there no easy telling, many using it, but seems to work without it.
  5. Please use code tags. Your list is a bit radical. Most of them are empty folder or space gain is minimal. Deleting wbem folder saves some space but will break all applications that uses WMI. Downlevel folder should be save, if recall correctly it's only be used while servicing from older WinOS. (like Win7/8 uses dism to add drivers to offline Win10/11 system)
  6. Hmm, never got this error message. There is currently no way to skip errors. Can you post log file: %TEMP%\WinNTSetup\Logs\wimlib_error.log (don't close WinNTSetup it will delete the temp folder) @galkinvv Thanks for these tests. I will remove the 2 Messageboxes and silently create/delete the folders in next version.
  7. I've added the temporary creation of the 5 folder in case of UEFI boot file creation on NTFS drive. It shows a message box after creation and deletion. WinNTSetup_x64.7z
  8. Interesting, but I guess this is a very rare problem caused by a specif BIOS. Or the combination of that BIOS plus the creation\formation of the partition with gparted. Can these 5 fives be deleted after creation or are the required?
  9. Good, than it's probably the drive label. GUI is using the filename as drive label. I can't find anything other than it is limited to 32 characters. Beta 6 will now trimm it to 32 chars or rename the label to "VHD" is case of such a problem.
  10. Yes, if the WIM already exists, than a new index will be appended to it.
  11. Happy New Year. If you select the current Windows Installation as source, WinCopy and WimCapture will always create a shadow copy.
  12. Use a clean MinWin default profile without it. I tested it against some Windows 11 ISOs 21H2, 22H2 and also latest DEV.
  13. Well there is only one way to tell if your mysoftware.txt is the problem ...
  14. What happens if you just copy your mysoftware.txt inside the current MinWin profile?
  15. But, without transparency option, wasn't it SAB which changed the title bars to 0x202020 color in dark mode?
  16. Thanks for that, but what about the Run and SHFileOperation dialogs. On build 22000 SAB fixed them, too.
  17. Thanks for the reports sharicov. I have trouble reproducing them, It could be that the FormatEx API has a problem with some characters of the drive label. Could you try the same on command line with a simple label: WinNTSetup_x64.exe VHD-CREATE -file:"X:\full_path_to_VHD.vhd" -size:20GB -type:expandable -label:"VHD" The other problem could occur with a inaccessible device, if so it will be fixed with next version. @Antonino Dunno, I was under the impression that I had fixed all Win11 explorer issues.
  18. Crash should be fixed with Beta 5.
  19. Please check the file version that got downloaded. Tools\x64\DISM\dismapi.dll should be version 10.0.22621.1. Seams it does not load the Tools version and the Windows !0 Host one is too old. Will be fixed.
  20. WinNTSetup 5.3 Beta 4 - fixed offline windows scan may not detect Windows 10/11 builds correctly - fixed internal VHD boot files option may create duplicate BCD entries - fixed auto format may not work if drive is in use - fixed loading ISO with relative path may create duplicates in source combo box - added Remove OneDrive tweak - added DISM feature enable/disable and APPX removal - new right-click on tweaks button to quickly disable all tweaks
  21. Click on the windows flag on top right. Than check "Create Language File" in the menu. I removed it on the NT6 Tab site. There was no need, you can select ISO or WIM with normal left click.
  22. Sure, being disconnected from network should avoid the whole problem.
  23. Hmm, actually I already did this 5 month ago. ; 5.2.5 - always disable Network requirement ORSetDword(*SftHive, "Microsoft\Windows\CurrentVersion\OOBE", "BypassNRO", 1)
  24. I can't reproduce it with ru-ru_windows_11_consumer_editions_version_21h2_updated_nov_2022_x64_dvd_0b76dae7.iso nor with ru-ru_windows_11_consumer_editions_version_22h2_updated_nov_2022_x64_dvd_d94d1eb8.iso However, MSMG ToolKit adds the following to registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE] "BypassNRO"=dword:00000001 If this work for you I'll add it to next beta.
  25. Win7-11-Select.xml should actually avoid this, no idea why it should fail to suppress any prompt.
×
×
  • Create New...