Disabe OneDrive
This commit is contained in:
parent
435b66a51b
commit
c21c82a6ba
@ -5,3 +5,4 @@ privilege: Admin
|
|||||||
actions: []
|
actions: []
|
||||||
features:
|
features:
|
||||||
- features\lite\dark-mode.yml
|
- features\lite\dark-mode.yml
|
||||||
|
- features\lite\one-drive.yml
|
||||||
|
13
src/Configuration/features/lite/one-drive.yml
Normal file
13
src/Configuration/features/lite/one-drive.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: OneDrive
|
||||||
|
description: Disable OneDrive
|
||||||
|
privilege: TrustedInstaller
|
||||||
|
actions:
|
||||||
|
# ---------- OneDrive
|
||||||
|
- !writeStatus: {status: 'Disable OneDrive'}
|
||||||
|
|
||||||
|
- !registryValue:
|
||||||
|
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\OneDrive'
|
||||||
|
value: 'DisableFileSyncNGSC'
|
||||||
|
data: '1'
|
||||||
|
type: REG_DWORD
|
Loading…
Reference in New Issue
Block a user