Windows 11 Tweaks, Fixes and Modifications [Overview]

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

  1. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    I hardly launch command prompt or powershell to execute commands. I prefer to create scripts. If I ever do...

    I use this
    Run as TrustedInstaller [from Context menu]

    I prefer PowerRun--it doesn't give me errors

    It's also past midnight here in my part of the world. I'm already in bed just using my phone
     
  2. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
  3. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,729
    5,174
    120
    maybe I switch too after you telling me this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    #884 crypticus, Nov 1, 2021
    Last edited: Nov 1, 2021
    If you also find any tool to edit Create > New Items menu please share here.

    because;
    ps1 cannot be added
    txt and bmp cannot be removed
     
  5. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    113
    16
    10
    guys i want make my own windows 11 iso but dont know which aplication is good for remove all things ?
    i see only ntlite any another aplication for removing staffs and integration update into iso ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. dabour

    dabour MDL Member

    Jan 17, 2014
    134
    25
    10
  7. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,823
    573
    60
    I customize Windows with NTLite and would like to remove Terminal (only using CMD)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. dany0071199661

    dany0071199661 MDL Member

    Oct 5, 2021
    113
    16
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    752
    60
    On the new Microsoft Defender Preview, has anyone bypassed the this account is not authorized notification? If so, How?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,729
    5,174
    120
    By remove it completely :evil:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. silv3rness

    silv3rness MDL Novice

    Jul 23, 2015
    13
    4
    0
    Does anyone know how to speed up boot time on Windows 11? Something must have happened after the latest update and the starting loop, which was moving twice before that, now has gone to 6 times or 7, meaning something is delaying the process. Thanks!
     
  12. dvbman

    dvbman MDL Junior Member

    Apr 23, 2015
    87
    50
    0
    Hello everybody.

    Despite searched through the whole thread, can't find these answers.

    Does anyone know how to:

    • Enable "Show always all tray icons"? If i'm not wrong, with early release i used "start explorer "shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}" and then checked "show all icons". Now with 22000.282 every reboot this settings is lost returning into an auto-hide state. Tried also an old registry settings "EnableAutoTray" but doesn't work.
    • Remove .bmp ShellNewHandler without remove MsPaint? I can't find the correct clsid (or something like that) using processviewer as regmon/filemon.

    Thank you anyway
     
  13. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,729
    5,174
    120
    #894 Dark Dinosaur, Nov 4, 2021
    Last edited: Nov 5, 2021
    you will get Normal console o_O

    Edit
    You can via runas
    But I don't want use it
    This free me from this :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,681
    1,929
    60
    #895 KleineZiege, Nov 4, 2021
    Last edited: Nov 4, 2021
    do not know if you already have
    Show Classic Kontextmenue
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
    @=""
    
    
    restart is required
     
  15. E_B_M

    E_B_M MDL Member

    Jan 16, 2012
    173
    99
    10
    #896 E_B_M, Nov 6, 2021
    Last edited: Nov 6, 2021
    Remove Shortcut Name Extension

    Code:
    @echo off
    
    REG ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /V link /T REG_Binary /D 00000000 /F
    
    Reg Delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\NamingTemplates" /V ShortcutNameTemplate /F
    
    :: To kill and restart explorer
    taskkill /f /im explorer.exe
    start explorer.exe
    Credit Shawn Brink @Elevenforum(dot)com
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,093
    30
    It doesn't "remove" shortcut, it stops new shortcuts being named with "Shortcut".

    Added to main post index as: Stop New Shortcuts Being Named With "Shortcut" [Added 06-Nov2021
     
  17. E_B_M

    E_B_M MDL Member

    Jan 16, 2012
    173
    99
    10
    #898 E_B_M, Nov 6, 2021
    Last edited: Nov 14, 2021
    Never wrote it "removed" shortcut, :animatedfear: I wrote it removes Shortcut Name Extension :evil:

    It's all good nevertheless, thanks for maintaining the tweaks, most helpful.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. E_B_M

    E_B_M MDL Member

    Jan 16, 2012
    173
    99
    10
    I've used this BAT file since Window 7 - still works on 11, tested on OS build 22000.282

    Clear Event Viewer BAT File
    Code:
    @echo off
    FOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%V
    IF (%adminTest%)==(Access) goto noAdmin
    for /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :do_clear "%%G")
    echo.
    echo goto theEnd
    :do_clear
    echo clearing %1
    wevtutil.exe cl %1
    goto :eof
    :noAdmin
    exit
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...