Add statuses

This commit is contained in:
Przemek Grondek 2023-05-01 01:35:36 +02:00
parent 388c63f820
commit 2fcb328d0f
4 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,8 @@ title: Privacy settings
description: Enable more privacy description: Enable more privacy
privilege: TrustedInstaller privilege: TrustedInstaller
actions: actions:
- !writeStatus: { status: 'Improving privacy' }
- !registryValue: - !registryValue:
path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\DataCollection' path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\DataCollection'
value: 'AllowTelemetry' value: 'AllowTelemetry'

View File

@ -3,6 +3,8 @@ title: Context menu
description: Context menu customization description: Context menu customization
privilege: TrustedInstaller privilege: TrustedInstaller
actions: actions:
- !writeStatus: { status: 'Personalize context menu' }
# Remove 'Give access to' from context menu # Remove 'Give access to' from context menu
- !registryKey: {path: 'HKCR\*\shellex\ContextMenuHandlers\Sharing'} - !registryKey: {path: 'HKCR\*\shellex\ContextMenuHandlers\Sharing'}
- !registryKey: {path: 'HKCR\Directory\Background\shellex\ContextMenuHandlers\Sharing'} - !registryKey: {path: 'HKCR\Directory\Background\shellex\ContextMenuHandlers\Sharing'}

View File

@ -3,6 +3,8 @@ title: Windows explorer
description: Explorer customization description: Explorer customization
privilege: TrustedInstaller privilege: TrustedInstaller
actions: actions:
- !writeStatus: { status: 'Personalize explorer' }
# Show file extensions in File Explorer # Show file extensions in File Explorer
- !registryValue: - !registryValue:
path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced' path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced'

View File

@ -3,6 +3,8 @@ title: Taskbar
description: Settings for taskbar personalization description: Settings for taskbar personalization
privilege: TrustedInstaller privilege: TrustedInstaller
actions: actions:
- !writeStatus: { status: 'Personalize taskbar' }
# Set search as icon on taskbar # Set search as icon on taskbar
- !registryValue: - !registryValue:
path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search' path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search'