Update one-drive
Disable Onedrive from side panel
This commit is contained in:
parent
7a74b393ef
commit
128ae1781d
@ -11,3 +11,11 @@ actions:
|
|||||||
value: 'DisableFileSyncNGSC'
|
value: 'DisableFileSyncNGSC'
|
||||||
data: '1'
|
data: '1'
|
||||||
type: REG_DWORD
|
type: REG_DWORD
|
||||||
|
|
||||||
|
# Remove OneDrive from the Explorer Side Panel
|
||||||
|
- !registryKey:
|
||||||
|
path: 'HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}'
|
||||||
|
operation: add
|
||||||
|
- !registryKey:
|
||||||
|
path: 'HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}'
|
||||||
|
operation: add
|
Loading…
Reference in New Issue
Block a user