debloat: do not disable appreadiness

currently, it breaks some windows updates

We should look into this more.
This commit is contained in:
Filip Stedronsky 2021-08-01 01:47:13 +02:00
parent 0bff628bc3
commit 05b43d8248
1 changed files with 6 additions and 5 deletions

View File

@ -114,11 +114,12 @@ Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FindMyDevice]
"AllowFindMyDevice"=dword:00000000
; Disable the AppReadiness service that installs a lot of bloatware apps from MS store
; on first user login. Note that this includes important apps such as the Windows
; Settings app. These have to be installed manually.
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\AppReadiness]
"Start"=dword:00000004
;; ; Disable the AppReadiness service that installs a lot of bloatware apps from MS store
;; ; on first user login. Note that this includes important apps such as the Windows
;; ; Settings app. These have to be installed manually.
;; [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\AppReadiness]
;; "Start"=dword:00000004
;; ; XX This currently breaks some Windows updates (e.g. KB5004237). Needs further investigation.
; https://gist.github.com/carcheky/981fda4af8e5aac73d0ca8558947ffbb
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]