From 4cc51d70a49ade6892c51b1a5f56fec0d0d501f1 Mon Sep 17 00:00:00 2001 From: h3r0 <50238852+melo936@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:07:28 +0000 Subject: [PATCH] fix: do not check for MS Store apps updates --- src/Configuration/features/revision/appx.yml | 3 ++- src/Executables/FINALIZE.cmd | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Configuration/features/revision/appx.yml b/src/Configuration/features/revision/appx.yml index eeb1d189..978aa454 100644 --- a/src/Configuration/features/revision/appx.yml +++ b/src/Configuration/features/revision/appx.yml @@ -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} diff --git a/src/Executables/FINALIZE.cmd b/src/Executables/FINALIZE.cmd index 0c848dbb..635a223b 100644 --- a/src/Executables/FINALIZE.cmd +++ b/src/Executables/FINALIZE.cmd @@ -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