Skip to content

Commit

Permalink
fix: do not check for MS Store apps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Dec 4, 2023
1 parent e083121 commit 4cc51d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Configuration/features/revision/appx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ actions:
- !appx: {name: '*Microsoft.Office.PowerPoint*', type: family, weight: 10}
- !appx: {name: '*Microsoft.Office.Word*', type: family, weight: 10}
- !appx: {name: '*Microsoft.Office.OneNote*', type: family, weight: 10}

# 23H2
- !appx: {name: 'Microsoft.OutlookForWindows*', type: family, weight: 10}
- !appx: {name: '*OutlookForWindows*', type: family, weight: 10}

- !writeStatus: {status: "Removing 3DViewer"}
- !appx: {name: '*Microsoft.Microsoft3DViewer*', type: family, weight: 10}
Expand Down
2 changes: 1 addition & 1 deletion src/Executables/FINALIZE.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if not defined w11 (
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "RegisteredOrganization" /t REG_SZ /d "ReviOS 11 %version%" /f >NUL 2>nul
)

PowerShell -NonInteractive -NoLogo -NoP -C "Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod" >NUL 2>nul
@REM PowerShell -NonInteractive -NoLogo -NoP -C "Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod" >NUL 2>nul

echo Configuring power settings
powercfg /hibernate off >NUL 2>nul
Expand Down

0 comments on commit 4cc51d7

Please sign in to comment.