Windows 11 Tweaks, Fixes and Modifications [Overview]

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

  1. #641 Deleted member 1385001, Oct 6, 2021
    Last edited by a moderator: Oct 6, 2021
    ---
     
  2. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
    How to set Edit With Paint in the Context Menu???
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,161
    5,975
    150
    nice tip :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. ;)
     
  5. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,161
    5,975
    150
    #645 Dark Dinosaur, Oct 6, 2021
    Last edited: Oct 6, 2021
    Find the best Version, will update my script too :)
    ( Re Install my VM about 5 times to find out )
    under Admin Acc [ without -ALLUSERS Switch ] -- No More UUP APPS (included XBOX and other)
    Under System Acc [ WITH -ALLUSERS Switch ] -- No More UUP APPS For all users
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. RatePV

    RatePV MDL Novice

    Feb 24, 2012
    18
    9
    0
    Does anyone know how to prevent automatic Teams install after connecting to the Internet?
     
  7. #647 Deleted member 1385001, Oct 6, 2021
    Last edited by a moderator: Oct 6, 2021
    GP Edit for Machine as well as User will answer your question for M$ teams .
    Try Policy Plus by Fleex255 github user.

    Edited to correct github username.
     
  8. I am at your side while nobody else wants to be ;)
    Pl be sure ui xaml plus desktopapp installer plus immersibecontrol plus shellviewhost remains untouched rest all can be removed ;)
     
  9. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,161
    5,975
    150
    the simple way to block teams install ..
    remove Teams UUP app.
    >!teamDirectory! echo.
    that it ... :cool:
    i happy man after this

    the result is ..
    [C:\Program Files\WindowsApps]
    file name :: MicrosoftTeams_21253.510.996.1465_x64__8wekyb3d8bbwe
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    The above command works fine. Does anyone know how I can implement it offline? I've tried:
    Code:
    reg load "HKEY_USERS\DUMMY" "W:\Users\Default\NTUser.dat"
    reg Add "HKEY_USERS\DUMMY\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
    reg add "HKEY_USERS\DUMMY\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t "REG_DWORD" /d "0" /f
    reg unload "HKEY_USERS\DUMMY"
    Hide File Extension = 0 command works but Disable new context menu doesn't...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. sfhfwsdq3et

    sfhfwsdq3et MDL Novice

    Oct 6, 2021
    6
    1
    0
  12. #652 Deleted member 1385001, Oct 6, 2021
    Last edited by a moderator: Oct 7, 2021
    @zucrin if you need solution on srdrepository database to take down triggers as well set isinbox to 0 i already have a script for it with sqlite3 & setacl too.
    pl feel free to pm me for the same if you dont find any solution on how to play with it ;)
     
  13. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,161
    5,975
    150
    I accidentally remove chat app
    But I don't know what it's name
    In uup apps list lol

    But it work ok now
    I even remove chat app
    By accidently
    But you can tell me how to do
    It's nice option to add
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. if you want to add any w11 provisionedapp then msmg toolkit already have them in his packs just download all from his mega account n reinstall them using /nolicencecheck param for dism command.

    to play with srdrepository you need two executables at same path with script ie setacl to acquire admin rights over database plus sqlite3 to tweak.

    or

    offline systemapps removal reg tweak is already there as suggested by abbodi1406 years ago on msmg thread somewhere in his comment.
     
  15. Kraith

    Kraith MDL Novice

    Aug 8, 2016
    44
    17
    0
  16. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,103
    30
    Added to main tweaks/fixes/modding post index as Add Windows Terminal As Admin To Context Menus.
     
  17. Opa114

    Opa114 MDL Novice

    Aug 28, 2009
    37
    4
    0
    Code:
    Get-AppxPackage -allusers *Microsoft.Getstarted* | Remove-AppxPackage
    did not remove the Get Started App on Win11? Any other solution for this?
     
  18. adinid

    adinid MDL Junior Member

    Nov 23, 2014
    62
    24
    0
    anyway to stop windows to download apps in background
    some apps i remove but windows download them again
     
  19. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    502
    97
    30
  20. menno-megaworks

    menno-megaworks MDL Novice

    Jul 28, 2021
    1
    0
    0
    I allways use this :

    === REGEDIT ===
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
    "DisableWindowsConsumerFeatures"=dword:00000001

    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent]
    "DisableWindowsConsumerFeatures"=dword:00000001

    =========

    Hope this helps for you