Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 committed May 17, 2023
2 parents 723b428 + 19129a7 commit 9f6e849
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/Configuration/features/revision/appx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f6e849

Please sign in to comment.