Jump to content

JFX

Member
  • Posts

    1,271
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. Should be possible, if you add these lines to WinNTSetup.ini: [WinNT6] sourcedir=.\ driverdir=.\ unattenddir=.\ regtweaksdir=.\ oemdir=.\ rundir=.\
  2. I uploaded WinNTSetup_v501a.rar. This should fix it, just wonder that I have not seen this one the 200dpi screen.
  3. Yes, it only runs on 64-bit operation systems. 32-bit version was dropped after 4.25. Old version is still available for download.
  4. WinNTSetup 5.0.1 - Win11: disabled buggy Mica effect - Win11: use new font only, if system font is Segoe UI - fixed scaling with higer system fonts - fixed combobox flyout high for high dpi systems - fixed wrong log line - ini load/save dialogs remember last selection
  5. Win7-11-Select.xml (a simple option for fully unattend installs) is only applied if you choose it. With WinNTSetup there are not complaints about hardware restrictions, but it does not mean it will work.
  6. Use adksetup.exe and only select want you want.
  7. Nope, this app has been discontinued. Version 21.04 is the very last one.
  8. Glad you make it. Indeed, the update of the boot configuration often causes that error message. I have never found out what's exactly the problem is. Even with the same BCD file, it does not always happen.
  9. @sharicov@gmail.comtry try normal windows setup instead. @Sonic Yes, Ctrl+S works for this option, too.
  10. WinNTSetup 5.0 Final is out. - mounting boot partition is disabled by default - combobox list to select boot and installation drive - MRU feature for most inputs - mounted ISO in VHD menu will stay alive - mounted ISO sources will be save with ISO names to ini - regimport supports HKEY_CURRENT_USER\Software\Classes (UsrClass.dat) - regimport will effect all existing user profiles - separate disable Windows Defender tweak (-nodefender command line) - fixed WinRE could not display PNG compressed icons - new gui font on Windows 11 - uses Mica on Windows 11 - ini option nodownload added - command line source accepts wildcard - new dikspart GUI with selectable disk and warn dialog
  11. 1) It saved the window position and MRU outside the SFX, so it won't be lost. You could make it unaware of the SFX, by removing the environment variable with CMD: set 7zSfxFolder36= Or change "SfxFolder" Unicode string in the SFX.exe 2) That would make the start very slow, but I will think about it
  12. Thanks for the translation. While you're at it, Final version will have 2 more: 1439, "Restore Classic Menus" 1440, "Always show the full context menus"
  13. Don't know about add any more tweaks. The development of Windows requires more and more tweaks to get it usable. So I tend to always collect tweaks in folder and select it in regtweaks combo box. Than we have the problem of the name, I mean 3 years ago I wrote a shell extension called ClassicContextMenus, to fixed the blurry menus in Windows Explorer.
  14. Oh, that function did still expect a drive letter, fixed and reuploaded.
  15. WinNTSetup 5.0 Beta 4 - fixed various bug on Windows 7 Host - fixed WinRE could not display PNG compressed icons - fixed MessageBox font on Windows 11 - fixed tweaks incorrectly loaded from ini - lighter disk access during disk scanning
  16. 1 - will be fixed 2 - you can use UP DOWN to select an entry in the list or press A - Z to select a drive letter directly 3 - progressbar should only be yellow while canceling a progress with the cancel button. Maybe it does not get reset sometimes. 4 - Hmm, have not seen that, but I have an idea ...
  17. An excellent work as usual. some problems: - taskbar icon width is ignored, instantly reset - starting an explorer.exe instance as admin, StartIsBack has no effect on this elevated window. - OldNewExplorer is not compatible at least not with redirected Shell folders onto another drive HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders Desktop or Personal Feature request: - Windows 11 explorer does not create thumbnails for folder, maybe SIB could fix that. - integrate all OldNewExplorer features into StartIsBack .
  18. WinNTSetup 5.0 Beta 3 - MRU for unattend options - sorted MRU list - fixed crash on Windows 11 - new gui font on Windows 11 - fixed high DPI bugs
  19. Load offline registry and enumerate HKEY_LOCAL_MACHINE\sys\ControlSet001\Services. Check if ImagePath starts with \SystemRoot\System32\DriverStore\ or System32\DriverStore\.
  20. Very good work on trimming down Windows. If you only use this VHD for RAM booting, you could save roughly 80 MB of NTFS logging. format /FS:NTFS /v:RAMDISK /Q /s:disable /TXF:disable /LogSize:1024 /NoRepairLogs X:
  21. I was tired to update my batch files for every new Win 11 ISO, so the following will pick the first matching iso: WinNTSetup_x64.exe NT6 -source:E:\ISOs\22*.iso RunAfter does not have wildcard support. Variables can be accessed in a batch: %_build% %_drivers% %_source% %_syspart% %_tempdrive%
  22. WinNTSetup 5.0 Beta 2 - fixed drive combo not updated after run diskpart script - fixed drive combo not showing drive letter from DefineDosDevice - fixed drive combo on classic selection - new dikspart GUI with selectable disk and warn dialog - ini option nodownload added - command line source accepts wildcard
  23. Yes, can be set in the ini file. [Options] NoBootMount=0
  24. Not sure what you mean, the format dialog will only show file systems that are supported by windows format engine.
  25. WinNTSetup 5.0 Beta 1 - mounting boot partition is disabled by default - combobox list to select boot and installation drive - MRU feature for most inputs - mounted ISO in VHD menu will stay alive - mounted ISO sources will be save with ISO names to ini - regimport supports HKEY_CURRENT_USER\Software\Classes (UsrClass.dat) - regimport will effect all existing user profiles - separate disable Windows Defender tweak (-nodefender command line)
×
×
  • Create New...