Jump to content

JFX

Member
  • Posts

    1,243
  • Joined

  • Days Won

    6
  • Donations

    0.00 USD 

Posts posted by JFX

  1. 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

  2. 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
     

  3. 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

  4. 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.

  5. 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 ...

  6. 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 .

  7. On 9/11/2021 at 8:01 AM, wimb said:

    Windows 11x64 Compact LZX in VHD  UsedSize = 5.7 GB   -   Mini-11x64 Compact LZX in VHD as RAMDISK UsedSize = 2.1 GB

    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:

     

    format.png

  8. 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%

     

  9. 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

  10. 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...