Skip to content

Commit 195815e

Browse files
committed
feat: add fix for ms store
1 parent a9646ac commit 195815e

File tree

4 files changed

+3606
-71
lines changed

4 files changed

+3606
-71
lines changed

src/playbook/Configuration/atlas/appx.yml

Lines changed: 36 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -33,48 +33,42 @@ actions:
3333
- !appx: {name: 'MSTeams*', type: family}
3434
# 24H2 Copilot app
3535
- !appx: {name: 'Microsoft.Copilot*', type: family}
36-
- !powerShell:
37-
wait: true
38-
exeDir: true
39-
errorAction: Ignore
40-
weight: 48
41-
command: >-
42-
.\REMOVEAPPX.ps1 -Packages @(
43-
'Clipchamp.Clipchamp*'
44-
'Disney.37853FC22B2CE*'
45-
'SpotifyAB.SpotifyMusic*'
46-
'Microsoft.549981C3F5F10*'
47-
'Microsoft.XboxApp*'
48-
'microsoft.windowscommunicationsapps*'
49-
'Microsoft.MSPaint*'
50-
'Microsoft.Getstarted*'
51-
'Microsoft.ZuneVideo*'
52-
'MicrosoftCorporationII.MicrosoftFamily*'
53-
'Microsoft.MixedReality.Portal*'
54-
'Microsoft.Windows.DevHome*'
55-
'Microsoft.BingWeather*'
56-
'Microsoft.BingSearch*'
57-
'Microsoft.OutlookForWindows*'
58-
'Microsoft.GetHelp*'
59-
'Microsoft.MicrosoftOfficeHub*'
60-
'Microsoft.Microsoft3DViewer*'
61-
'Microsoft.MicrosoftSolitaireCollection*'
62-
'Microsoft.MicrosoftStickyNotes*'
63-
'Microsoft.Office.OneNote*'
64-
'Microsoft.People*'
65-
'Microsoft.PowerAutomateDesktop*'
66-
'Microsoft.ScreenSketch*'
67-
'Microsoft.SkypeApp*'
68-
'Microsoft.Todos*'
69-
'Microsoft.WindowsAlarms*'
70-
'Microsoft.WindowsCamera*'
71-
'Microsoft.WindowsFeedbackHub*'
72-
'Microsoft.WindowsMaps*'
73-
'Microsoft.WindowsSoundRecorder*'
74-
'Ink.Handwriting.Main.Store.en-US1.0'
75-
'Microsoft.BingNews*'
76-
'Microsoft.YourPhone*'
77-
)
36+
# Other apps
37+
- !appx: {name: 'Clipchamp.Clipchamp*', type: family}
38+
- !appx: {name: 'Disney.37853FC22B2CE*', type: family}
39+
- !appx: {name: 'SpotifyAB.SpotifyMusic*', type: family}
40+
- !appx: {name: 'Microsoft.549981C3F5F10*', type: family} # Cortana
41+
- !appx: {name: 'Microsoft.XboxApp*', type: family} # Xbox Console Companion (deprecated)
42+
- !appx: {name: 'microsoft.windowscommunicationsapps*', type: family} # Mail and Calendar
43+
- !appx: {name: 'Microsoft.MSPaint*', type: family} # Paint 3D
44+
- !appx: {name: 'Microsoft.Getstarted*', type: family} # Tips (deprecated)
45+
- !appx: {name: 'Microsoft.ZuneVideo*', type: family} # Films & TV
46+
- !appx: {name: 'MicrosoftCorporationII.MicrosoftFamily*', type: family}
47+
- !appx: {name: 'Microsoft.MixedReality.Portal*', type: family}
48+
- !appx: {name: 'Microsoft.Windows.DevHome*', type: family}
49+
- !appx: {name: 'Microsoft.BingWeather*', type: family}
50+
- !appx: {name: 'Microsoft.BingNews*', type: family}
51+
- !appx: {name: 'Microsoft.BingSearch*', type: family}
52+
- !appx: {name: 'Microsoft.OutlookForWindows*', type: family}
53+
- !appx: {name: 'Microsoft.GetHelp*', type: family}
54+
- !appx: {name: 'Microsoft.Microsoft3DViewer*', type: family}
55+
- !appx: {name: 'Microsoft.MicrosoftOfficeHub*', type: family}
56+
- !appx: {name: 'Microsoft.MicrosoftSolitaireCollection*', type: family}
57+
- !appx: {name: 'Microsoft.MicrosoftStickyNotes*', type: family}
58+
- !appx: {name: 'Microsoft.Office.OneNote*', type: family}
59+
- !appx: {name: 'Microsoft.People*', type: family}
60+
- !appx: {name: 'Microsoft.PowerAutomateDesktop*', type: family}
61+
- !appx: {name: 'Microsoft.ScreenSketch*', type: family, option: 'remove-snipping-tool'}
62+
- !appx: {name: 'Microsoft.SkypeApp*', type: family}
63+
- !appx: {name: 'Microsoft.Todos*', type: family}
64+
- !appx: {name: 'Microsoft.WindowsAlarms*', type: family}
65+
- !appx: {name: 'Microsoft.WindowsCamera*', type: family}
66+
- !appx: {name: 'Microsoft.WindowsFeedbackHub*', type: family}
67+
- !appx: {name: 'Microsoft.WindowsMaps*', type: family}
68+
- !appx: {name: 'Microsoft.WindowsSoundRecorder*', type: family}
69+
- !appx: {name: 'Ink.Handwriting.Main.Store.en-US1.0', type: family}
70+
# Removing using AME Wizard causes issues with Cross Device Experience Host installing
71+
# - !appx: {name: 'Microsoft.YourPhone*', type: family}
7872

7973
- !powerShell:
8074
command: |

src/playbook/Configuration/atlas/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ actions:
77
command: 'reg import .\DEFAULT.reg'
88
exeDir: true
99
wait: true
10+
onUpgrade: false
1011
runas: currentUserElevated
1112
- !powerShell:
1213
command: '.\DEFAULT.ps1'

src/playbook/Configuration/atlas/revert.yml

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,11 @@ privilege: TrustedInstaller
55
onUpgrade: true
66
actions:
77
- !writeStatus: {status: "Reverting old changes"}
8-
# https://github.com/Atlas-OS/Atlas/issues/1283
9-
10-
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
11-
12-
- !registryValue: {path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{31C0DD25-9439-4F12-BF41-7FF4EDA38722}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
13-
14-
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{a0c69a99-21c8-4671-8703-7934162fcf1d}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
15-
16-
- !registryValue: {path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{a0c69a99-21c8-4671-8703-7934162fcf1d}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
17-
18-
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d83ee9b-2244-4e70-b1f5-5393042af1e4}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
19-
20-
- !registryValue: {path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d83ee9b-2244-4e70-b1f5-5393042af1e4}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
21-
22-
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
23-
24-
- !registryValue: {path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
25-
26-
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
27-
28-
- !registryValue: {path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
29-
30-
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
31-
32-
- !registryValue: {path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
33-
34-
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
35-
36-
- !registryValue: {path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\PropertyBag', value: 'ThisPCPolicy', operation: delete}
8+
- !powerShell:
9+
command: |
10+
$windir = [Environment]::GetFolderPath('Windows')
11+
Start-Process -FilePath """$windir\AtlasModules\Scripts\fixStoreIssues.cmd""" -WindowStyle Hidden
12+
weight: 2
13+
wait: true
14+
exeDir: true
15+
onUpgrade: true

0 commit comments

Comments
 (0)