Skip to content

Instantly share code, notes, and snippets.

@arvati
Created June 10, 2019 23:19
Show Gist options
  • Save arvati/5bb3f80f2e0bbea3651b1454d0934f85 to your computer and use it in GitHub Desktop.
Save arvati/5bb3f80f2e0bbea3651b1454d0934f85 to your computer and use it in GitHub Desktop.
registry key for one drive
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
@="OneDrive"
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{3BA2E6B1-A6A1-CCF6-942C-D370B14D842B}]
@="OneDrive for Business"
@arvati
Copy link
Author

arvati commented Jun 10, 2019

Remover estas duas chaves:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace{018D5C66-4533-4307-9B53-224DE2ED1FE6}
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace{3BA2E6B1-A6A1-CCF6-942C-D370B14D842B}

Alterar para zero ispinned... :
HKEY_CLASSES_ROOT\CLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}
HKEY_CLASSES_ROOT\WOW6432Node\CLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}
HKEY_CLASSES_ROOT\CLSID{3BA2E6B1-A6A1-CCF6-942C-D370B14D842B}
HKEY_CLASSES_ROOT\WOW6432Node\CLSID{3BA2E6B1-A6A1-CCF6-942C-D370B14D842B}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment