fix: do not check for MS Store apps updates

This commit is contained in:
h3r0 2023-12-04 09:07:28 +00:00 committed by GitHub
parent e083121ec9
commit 4cc51d70a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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}

View File

@ -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