Add statuses
This commit is contained in:
parent
388c63f820
commit
2fcb328d0f
@ -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'
|
||||||
|
@ -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'}
|
||||||
|
@ -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'
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user