Windows 11 Tweaks, Fixes and Modifications [Overview]

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

  1. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    113
    16
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
    Not tested, why not try, it's easily enough removed if not.
     
  3. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    113
    16
    10
    yeah it works on 10 too thx :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,691
    1,932
    60
    that also good regtweak
    add disminfo contextmenu to esd wim vhd cab msu ( right click )
    Code:
    Windows Registry Editor Version 5.00
    
    ;4th version uses dism and Get-WimInfo instead of Get-ImageInfo (for outdated win7); force entry to appear (7-zip shell issue)
    ;3rd version adds support for vhd images, and lists all existing indexes details (detecting them adds a bit of slow at start)
    ;2nd version adds support for msu, and blindly listed first 3 indexes details, fast, but could list 'error"
    ;1st version undo (HCU unreliable, more so if having 7-Zip shell extensions, hence switched to HKCR)
    [-HKEY_CURRENT_USER\Software\Classes\.esd]
    [-HKEY_CURRENT_USER\Software\Classes\.wim]
    [-HKEY_CURRENT_USER\Software\Classes\.cab]
    [-HKEY_CURRENT_USER\Software\Classes\CABFolder]
    [-HKEY_CURRENT_USER\Software\Classes\Microsoft.System.Update.1]
    
    ;========================================================================================
    [HKEY_CLASSES_ROOT\.esd]
    @=-
    
    [-HKEY_CLASSES_ROOT\.esd\shell\DISMinfo]
    
    [HKEY_CLASSES_ROOT\.esd\shell\DISMinfo]
    "MUIVerb"="DISM Info"
    "Icon"="C:\\Windows\\HelpPane.exe"
    "CommandFlags"=dword:00000010
    
    [HKEY_CLASSES_ROOT\.esd\shell\DISMinfo\command]
    @="powershell -noprofile -w Hidden -c \"Start-Process powershell -ArgumentList '-c \\\"$w=''%1'';$w;$c=(dism /Get-WimInfo /WimFile:$w) | sls ''Index'';for($i=1;$i -le $c.count;$i++){dism /Get-WimInfo /WimFile:$w /Index:$i;write-host (''=''*60)};timeout -1\\\"' -verb RunAs\""
    
    ;========================================================================================
    [HKEY_CLASSES_ROOT\.wim]
    @=-
    
    [-HKEY_CLASSES_ROOT\.wim\shell\DISMinfo]
    
    [HKEY_CLASSES_ROOT\.wim\shell\DISMinfo]
    "MUIVerb"="DISM Info"
    "Icon"="C:\\Windows\\HelpPane.exe"
    "CommandFlags"=dword:00000010
    
    [HKEY_CLASSES_ROOT\.wim\shell\DISMinfo\command]
    @="powershell -noprofile -w Hidden -c \"Start-Process powershell -ArgumentList '-c \\\"$w=''%1'';$w;$c=(dism /Get-WimInfo /WimFile:$w) | sls ''Index'';for($i=1;$i -le $c.count;$i++){dism /Get-WimInfo /WimFile:$w /Index:$i;write-host (''=''*60)};timeout -1\\\"' -verb RunAs\""
    
    ;========================================================================================
    [HKEY_CLASSES_ROOT\Windows.VhdFile]
    @=-
    
    [-HKEY_CLASSES_ROOT\Windows.VhdFile\shell\DISMinfo]
    
    [HKEY_CLASSES_ROOT\Windows.VhdFile\shell\DISMinfo]
    "MUIVerb"="DISM Info"
    "Icon"="C:\\Windows\\HelpPane.exe"
    "CommandFlags"=dword:00000010
    
    [HKEY_CLASSES_ROOT\Windows.VhdFile\shell\DISMinfo\command]
    @="powershell -noprofile -w Hidden -c \"Start-Process powershell -ArgumentList '-c \\\"$w=''%1'';$w;$c=(dism /Get-ImageInfo /ImageFile:$w) | sls ''Index'';for($i=1;$i -le $c.count;$i++){dism /Get-ImageInfo /ImageFile:$w /Index:$i;write-host (''=''*60)};timeout -1\\\"' -verb RunAs\""
    
    ;========================================================================================
    [HKEY_CLASSES_ROOT\.cab]
    @=-
    
    [-HKEY_CLASSES_ROOT\.cab\shell\DISMinfo]
    
    [HKEY_CLASSES_ROOT\.cab\shell\DISMinfo]
    "MUIVerb"="DISM Info"
    "Icon"="C:\\Windows\\HelpPane.exe"
    "CommandFlags"=dword:00000010
    
    [HKEY_CLASSES_ROOT\.cab\shell\DISMinfo\command]
    @="powershell -noprofile -w Hidden -c \"Start-Process cmd -ArgumentList '/c dism /Online /Get-PackageInfo /PackagePath:\\\"%1\\\" &timeout -1' -verb RunAs\""
    
    ;========================================================================================
    [HKEY_CLASSES_ROOT\CABFolder]
    @=-
    
    [-HKEY_CLASSES_ROOT\CABFolder\shell\DISMinfo]
    
    [HKEY_CLASSES_ROOT\CABFolder\shell\DISMinfo]
    "MUIVerb"="DISM Info"
    "Icon"="C:\\Windows\\HelpPane.exe"
    "CommandFlags"=dword:00000010
    
    [HKEY_CLASSES_ROOT\CABFolder\shell\DISMinfo\command]
    @="powershell -noprofile -w Hidden -c \"Start-Process cmd -ArgumentList '/c dism /Online /Get-PackageInfo /PackagePath:\\\"%1\\\" &timeout -1' -verb RunAs\""
    
    ;========================================================================================
    [HKEY_CLASSES_ROOT\Microsoft.System.Update.1]
    @=-
    
    [-HKEY_CLASSES_ROOT\Microsoft.System.Update.1\shell\DISMinfo]
    
    [HKEY_CLASSES_ROOT\Microsoft.System.Update.1\shell\DISMinfo]
    "MUIVerb"="DISM Info"
    "Icon"="C:\\Windows\\HelpPane.exe"
    "CommandFlags"=dword:00000010
    
    [HKEY_CLASSES_ROOT\Microsoft.System.Update.1\shell\DISMinfo\command]
    @="powershell -noprofile -w Hidden -c \"Start-Process cmd -ArgumentList '/c pushd \\\"%%temp%%\\\" &mkdir disminfo &Expand -F:*Properties.txt \\\"%1\\\" disminfo &pushd disminfo &type *.txt &del /f /q *.* &timeout -1'\""
     
  5. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    that's oddly familiar :mml:
    no idea where I've shared it but it's a part of my arsenal on all installs
    the as-admin is annoying, tho, need some workaround / using wimlib instead
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,691
    1,932
    60
    #786 KleineZiege, Oct 14, 2021
    Last edited: Oct 14, 2021
    hehe, I still had this in mind.
    haha I knew you'd write
    i did not want to change it, still missing swm

    For ALL Vmware Update
     
  7. Vegan711

    Vegan711 MDL Novice

    Jan 12, 2020
    13
    9
    0
    Greetings...

    Has anyone figured out how to display Seconds in the system tray clock?

    \m/ (-_-) \m/
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Venom0642

    Venom0642 MDL Novice

    Jan 18, 2011
    10
    9
    0
    Winaero Tweaker
     
  9. Vegan711

    Vegan711 MDL Novice

    Jan 12, 2020
    13
    9
    0
    Thank you, I will check it out.

    If Winaero Tweaker can do it, there must be a way to do it manually.

    \m/ (-_-) \m/
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    Man that is ugly.
     
  11. Mellipes

    Mellipes MDL Senior Member

    Jun 17, 2021
    328
    205
    10
    I would say MESSY
     
  12. krdu

    krdu MDL Junior Member

    Jul 31, 2009
    51
    35
    0
    That is because you didn't complete the installation of windows. You forgot to load StartAllBack
     
  13. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,754
    5,216
    120
    So you got more nice tools
    Please share :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. bendeyar

    bendeyar MDL Novice

    Mar 14, 2019
    25
    14
    0
    would you try this,was working

     
  15. Icio64

    Icio64 MDL Novice

    Sep 11, 2015
    16
    5
    0
    ... tried now, unfortunately only the date format changes, from 15/10/21 to 15 Oct 2021 ... which is a nice thing anyway ...:)
    thanks for your advice.
     
  16. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    i'm speechless
     
  17. patkhoo

    patkhoo MDL Novice

    Dec 16, 2015
    9
    14
    0
    Does anyone have a suggestion/recommendation about the default apps situation in Win11?

    Changing the default browser is quite a number of clicks.

    But I'd like VLC (or MPC-HC) to automatically be able to handle every known media type it can. That is a HUGE number of clicks.

    Is there a better way? A pre-written .reg? Or some third party app?
     
  18. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,754
    5,216
    120
    #799 Dark Dinosaur, Oct 16, 2021
    Last edited: Oct 16, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,754
    5,216
    120
    #800 Dark Dinosaur, Oct 16, 2021
    Last edited: Oct 22, 2021

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...