Remove onedrive icon in Explorer

This commit is contained in:
Yorick Barbanneau 2018-05-02 21:36:35 +02:00
parent d4e384be68
commit 88b48f5c66

View file

@ -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}"
}
]
}