From 77f51d19757094f6486324d7c15052346e0999e5 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 1 May 2023 01:21:20 +0200 Subject: [PATCH] Update onedrive --- src/Configuration/features/lite/one-drive.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Configuration/features/lite/one-drive.yml b/src/Configuration/features/lite/one-drive.yml index 5268bcd..73e7be7 100644 --- a/src/Configuration/features/lite/one-drive.yml +++ b/src/Configuration/features/lite/one-drive.yml @@ -6,6 +6,12 @@ actions: # ---------- OneDrive - !writeStatus: { status: 'Disable OneDrive' } + - !systemPackage: {name: 'Microsoft-Windows-OneDrive-Setup-Deployment-LanguagePack', arch: amd64, language: 'en-US'} + - !systemPackage: {name: 'Microsoft-Windows-OneDrive-Setup-Deployment', arch: amd64, language: 'neutral'} + - !systemPackage: {name: 'Microsoft-Windows-OneDrive-Setup-WOW64-Deployment-LanguagePack', arch: amd64, language: 'en-US'} + - !systemPackage: {name: 'Microsoft-Windows-OneDrive-Setup-WOW64-Deployment', arch: amd64, language: 'neutral'} + - !systemPackage: {name: 'Microsoft-Windows-SystemSettings-SettingsHandlers-OneDriveBackup', arch: amd64, language: 'neutral'} + - !registryValue: path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\OneDrive' value: 'DisableFileSyncNGSC'