Written by James McDonald

October 4, 2022

Go from thisTo This

Create a registry file (.reg) with the following and double click it

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
"System.IsPinnedToNameSpaceTree"=dword:00000000

Or merge the above using reg and the command line (if you save the above snippet as remove_default_onedrive_icon.reg

reg import '.\remove_default_onedrive_icon.reg'

Or run regedit.exe and navigate to the following location and change Value data from 1 to 0

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Meraki Open Source Licenses

Until today I assumed that Meraki was built in-house with only closed source software. But having a look at the...

VEEAM FAILS

If you have Veeam backup failing with the Updating BCD failed with Cannot update SafeBoot flag and SentinelOne is...