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
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.
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
the simple way to block teams install .. remove Teams UUP app. >!teamDirectory! echo. that it ... i happy man after this the result is .. [C:\Program Files\WindowsApps] file name :: MicrosoftTeams_21253.510.996.1465_x64__8wekyb3d8bbwe
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...
How to remove Windows 11 built-in Chat app in Settings? https://forums.mydigitallife.net/th...ndows-11-built-in-chat-app-in-settings.84235/ I would like to remove the built-in chat app completely and the icon must also be removed.
@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
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
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.
Code: Get-AppxPackage -allusers *Microsoft.Getstarted* | Remove-AppxPackage did not remove the Get Started App on Win11? Any other solution for this?
anyway to stop windows to download apps in background some apps i remove but windows download them again
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