Skip to content

Commit

Permalink
feat: disable auto store app archival by default
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jul 16, 2024
1 parent e2b77c9 commit 438745e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ actions:
- !task: {path: 'tweaks\qol\disable-win11-settings-banner.yml'}
- !task: {path: 'tweaks\qol\disable-screen-capture-hotkey.yml', option: 'remove-snipping-tool'}
- !task: {path: 'tweaks\qol\disable-dynamic-lighting.yml'}
- !task: {path: 'tweaks\qol\disable-auto-app-archival.yml'}

# -------------------------------------------------------------------------- #
# qol\appearance #
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Disable Automatic Store App Archiving
description: Disables automatic Store app archiving so that less commonly apps don't disappear and have to be redownloaded
actions:
- !cmd:
command: 'reg import "AtlasDesktop\3. General Configuration\Store App Archiving\Disable Store App Archiving (default).reg"'
exeDir: true
wait: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Appx]
"AllowAutomaticAppArchiving"=dword:00000000
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Appx]
"AllowAutomaticAppArchiving"=dword:00000001

0 comments on commit 438745e

Please sign in to comment.