Windows 11 Tweaks, Fixes and Modifications [Overview]

Discussion in 'Windows 11' started by Enthousiast, Jul 1, 2021.

  1. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,057
    676
    90
    I had some old tweaks, and while sorting through them, I found this
    Code:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
    "NtfsDisableLastAccessUpdate"=dword:80000003
    "NtfsDisable8dot3NameCreation"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
    "DisablePagingExecutive"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
    "LargeSystemCache"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583]
    "ValueMax"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
    "IRQ8Priority"=hex(b):01,00,00,00,00,00,00,00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update]
    "UpdateMode"=dword:00000000
    Is it still relevant or is it useless ?

    Thanks

    PS : LargeSystemCache is useless with SSD I think
     
  2. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,785
    1,031
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,057
    676
    90
    @TairikuOkami Ok thanks for info ;)

    With W11, no need DisablePagingExecutive tweak then ?

    I already have disablelastaccess (3)
    I had disable8dot3 but I didn't put it back, I could put it back
     
  4. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,291
    1,217
    60
    From the description, it is disabled by default, but it could be probably enabled, similarly like PageCombining
     

    Attached Files:

  5. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,057
    676
    90
    Okay, I'll keep it, I don't think it's counterproductive
    I don't know PageCombining, I'll look into it

    Thanks
     
  6. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,057
    676
    90
    I'd like to remove all Print and PrintTo entries from the registry (so I no longer have the Print option with the right-click)
    Is this possible with a script and two lines, or do I have to do it for each entry present ?

    Thanks
     
  7. jonny32

    jonny32 MDL Novice

    Jul 8, 2025
    1
    0
    0
    #1968 jonny32, Jul 8, 2025
    Last edited: Jul 8, 2025
    "EnableDpxLog " from 1 to 0, what does that do? Thanks.

    EDIT: nvm it was off anyway in my 64 bit reg path, unlike 32 bit.