Windows 11 Tweaks, Fixes and Modifications [Overview]

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

  1. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
  2. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,759
    5,223
    120
    an example.
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Chromium\BLBeacon]
    "TestKey"=dword:00000001
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
    You need to spoiler those large images! Did you look in the Start11 settings?

    Settings > Start Menu > Change Visual Settings > Show icons as tiles split into columns.
     
  4. My Suggestion upon "How can we add all these in a single reg file. So that all policies can be changed or added automatically at once."

    LGPO single command will do its best.
    either parsing pol to txt for changes according to user or apply policy file to machine \ user.
     
  5. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
    Thank you !
    I don't know English - that's why I have problems with programs that have settings in this language.
    A scren with right click settings?
    How can I get it?
     
  6. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
    #666 Xtreme21, Oct 7, 2021
    Last edited: Oct 7, 2021
  7. sfhfwsdq3et

    sfhfwsdq3et MDL Novice

    Oct 6, 2021
    6
    1
    0
    Can you add this by default in MSMG Toolkit and what is the name so I can add it under RemovePkgsList.
     
  8. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
    I like a lot of things about win11 - but at the same time I would like to have a lot of things with win10.
    Unfortunately - you can't.:)

    There is a saying - you can't - eat a cookie and to have a cookie. :)
     
  9. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,759
    5,223
    120
    #671 Dark Dinosaur, Oct 7, 2021
    Last edited: Oct 7, 2021
    Find it ...... Remove teams LOL
    ( Re Install My VM For you )

    Code:
    echo == Hide Chat
    REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v TaskbarMn /t REG_DWORD /d 0
     

    Attached Files:

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

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,932
    60
    an new beta is WinRAR 6.10 Beta 1
     
  11. JuliusB

    JuliusB MDL Member

    Feb 25, 2018
    114
    37
    10
    Hello;
    A new version of start11 ver 0.90
    She is really complete.
    better than StartAllBack 2.9.91
     
  12. SkyNet6

    SkyNet6 MDL Novice

    Jul 18, 2021
    17
    2
    0
    Is there a file that can be modified so that you don’t have to use Regedit to add the following DWORD entries.
    BypassTPMCheck
    BypassSecureBootCheck
    BypassRAMCheck
     
  13. splop

    splop MDL Novice

    Aug 11, 2015
    1
    0
    0
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
    "AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001

    a trick given by microsoft to use old computers with Windows 11
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450
  15. test4

    test4 MDL Novice

    Apr 17, 2012
    22
    38
    0
  16. xunkaze

    xunkaze MDL Novice

    Sep 27, 2009
    14
    2
    0
    Windows 11 new context menu only,

    anyone have the tweak to add "Open Command Prompt as Administrator Here" Tweak? I'm not talking about Windows Terminal that is already installed, plus it needs the run as admin option. I would also like to extend it to have powershell in the context menu too
     
  17. providensia

    providensia MDL Novice

    Aug 7, 2009
    7
    0
    0
    how to remove shortcut arrow on windows 11?
     
  18. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
    Add Admin Command Prompt Here To Context Menus

    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT\Directory\shell\runas]
    
    [HKEY_CLASSES_ROOT\Directory\shell\runas]
    @="Admin Command Prompt Here"
    "HasLUAShield"=""
    
    [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
    @="cmd.exe /s /k pushd \"%V\""
    
    [-HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
    @="Admin Command Prompt Here"
    "HasLUAShield"=""
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command]
    @="cmd.exe /s /k pushd \"%V\""
    
    [-HKEY_CLASSES_ROOT\Drive\shell\runas]
    
    [HKEY_CLASSES_ROOT\Drive\shell\runas]
    @="Admin Command Prompt Here"
    "HasLUAShield"=""
    
    [HKEY_CLASSES_ROOT\Drive\shell\runas\command]
    @="cmd.exe /s /k pushd \"%V\""