Skip to content

Instantly share code, notes, and snippets.

@lokifer
Created March 25, 2015 22:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lokifer/c2187fee2d38fce24d6f to your computer and use it in GitHub Desktop.
Save lokifer/c2187fee2d38fce24d6f to your computer and use it in GitHub Desktop.
.reg file to stop Google Apps Outlook Sync from trying to import your drive documents into Outlook as Notes
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Google\Google Apps Sync]
"SyncFlagsEnabled"=dword:00000001
[HKEY_CURRENT_USER\Software\Google\Google Apps Sync\NotesSync]
"DownloadEnabled"=dword:00000000
"UploadEnabled"=dword:00000000
@hirenshah
Copy link

I know it has been a while since you shared this, but would you happen to know how to delete the thousands of notes from Outlook? I'm worried that deleting all the notes from Outlook will delete the corresponding files from Drive.

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