Remove onedrive icon in Explorer
This commit is contained in:
parent
d4e384be68
commit
88b48f5c66
1 changed files with 14 additions and 0 deletions
|
@ -67,6 +67,20 @@
|
|||
"action" : "DelRegKey",
|
||||
"key" : "OneDriveSetup",
|
||||
"path" : "HKU:\\Default\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run"
|
||||
},
|
||||
{
|
||||
"_comment" : "Hide Onedrive icon from explorer",
|
||||
"action" : "AddRegKey",
|
||||
"value" : "0",
|
||||
"key" : "System.IsPinnedToNameSpaceTree",
|
||||
"path" : "HKCR:\\Wow6432Node\\CLSID\\{018D5C66-4533-4307-9B53-224DE2ED1FE6}"
|
||||
},
|
||||
{
|
||||
"_comment" : "Hide Onedrive icon from explorer (2)",
|
||||
"action" : "AddRegKey",
|
||||
"value" : "0",
|
||||
"key" : "System.IsPinnedToNameSpaceTree",
|
||||
"path" : "HKCR:\\CLSID\\{018D5C66-4533-4307-9B53-224DE2ED1FE6}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue