-
-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: disable auto store app archival by default
- Loading branch information
Showing
4 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/playbook/Configuration/tweaks/qol/disable-auto-app-archival.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
4 changes: 4 additions & 0 deletions
4
...op/3. General Configuration/Store App Archiving/Disable Store App Archiving (default).reg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
4 changes: 4 additions & 0 deletions
4
.../AtlasDesktop/3. General Configuration/Store App Archiving/Enable Store App Archiving.reg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |