diff --git a/src/Configuration/features/revision/appx.yml b/src/Configuration/features/revision/appx.yml index adc654ad..22fd631a 100644 --- a/src/Configuration/features/revision/appx.yml +++ b/src/Configuration/features/revision/appx.yml @@ -53,7 +53,9 @@ actions: - !appx: {name: '*Microsoft.Office.Word*', type: family} - !appx: {name: '*Microsoft.Office.OneNote*', type: family} - !appx: {name: '*Microsoft.Microsoft3DViewer*', type: family} - + - !appx: {name: 'Microsoft.Advertising*', type: family} + - !appx: {name: '*MixedReality.Portal*', type: family} + # Paint 3D - !appx: {name: '*Microsoft.MSPaint*', type: family} diff --git a/src/Configuration/features/revision/registry/configure-explorer-settings.yml b/src/Configuration/features/revision/registry/configure-explorer-settings.yml index b520ede0..c7c20652 100644 --- a/src/Configuration/features/revision/registry/configure-explorer-settings.yml +++ b/src/Configuration/features/revision/registry/configure-explorer-settings.yml @@ -29,7 +29,7 @@ actions: # ============= # === Extra === # ============= - # === Inscreased context options time threshold + # === Increased context options time threshold # ------> If selecting and right clicking more than x amount of items, some context options disappear (i.e. Take ownership), this will increase the threshold. - !registryValue: {path: 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer', value: 'MultipleInvokePromptMinimum', type: REG_DWORD, data: '100'} - !registryValue: {path: 'HKCU\Software\Winaero.com\Winaero Tweaker\Changes', value: 'pageContextMenuSelectionLimit', type: REG_DWORD, data: '1'} diff --git a/src/Configuration/features/revision/registry/configure-microsoft-store.yml b/src/Configuration/features/revision/registry/configure-microsoft-store.yml index 5dd1b30c..4939998a 100644 --- a/src/Configuration/features/revision/registry/configure-microsoft-store.yml +++ b/src/Configuration/features/revision/registry/configure-microsoft-store.yml @@ -4,7 +4,7 @@ description: configure-microsoft-store privilege: TrustedInstaller actions: - # === Turn off Automatic Download and Install of updates - Enabled + # === Turn off Automatic Download and Install of updates - Disabled # ------> https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsStore::DisableAutoInstall - !registryValue: {path: 'HKLM\Software\Policies\Microsoft\WindowsStore', value: 'AutoDownload', type: REG_DWORD, data: '4'} # === Turn off the offer to update to the latest version of Windows - Enabled