Add statuses
This commit is contained in:
parent
388c63f820
commit
2fcb328d0f
@ -3,6 +3,8 @@ title: Privacy settings
|
||||
description: Enable more privacy
|
||||
privilege: TrustedInstaller
|
||||
actions:
|
||||
- !writeStatus: { status: 'Improving privacy' }
|
||||
|
||||
- !registryValue:
|
||||
path: 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\DataCollection'
|
||||
value: 'AllowTelemetry'
|
||||
|
@ -3,6 +3,8 @@ title: Context menu
|
||||
description: Context menu customization
|
||||
privilege: TrustedInstaller
|
||||
actions:
|
||||
- !writeStatus: { status: 'Personalize context menu' }
|
||||
|
||||
# Remove 'Give access to' from context menu
|
||||
- !registryKey: {path: 'HKCR\*\shellex\ContextMenuHandlers\Sharing'}
|
||||
- !registryKey: {path: 'HKCR\Directory\Background\shellex\ContextMenuHandlers\Sharing'}
|
||||
|
@ -3,6 +3,8 @@ title: Windows explorer
|
||||
description: Explorer customization
|
||||
privilege: TrustedInstaller
|
||||
actions:
|
||||
- !writeStatus: { status: 'Personalize explorer' }
|
||||
|
||||
# Show file extensions in File Explorer
|
||||
- !registryValue:
|
||||
path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced'
|
||||
|
@ -3,6 +3,8 @@ title: Taskbar
|
||||
description: Settings for taskbar personalization
|
||||
privilege: TrustedInstaller
|
||||
actions:
|
||||
- !writeStatus: { status: 'Personalize taskbar' }
|
||||
|
||||
# Set search as icon on taskbar
|
||||
- !registryValue:
|
||||
path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search'
|
||||
|
Loading…
Reference in New Issue
Block a user