-
Notifications
You must be signed in to change notification settings - Fork 217
Uninstall
Uninstall |
---|
- Open up Control Panel and then select "Uninstall a program"
- Find "Outlook Google Calendar Sync" and hit "Uninstall/Change"
- Open up Control Panel and then select "Uninstall a program"
- Find "Outlook Google Calendar Sync" and hit "Uninstall/Change"
- Select "Remove the application from this computer" and OK
- Open Windows Explorer and locate the folder you unzipped to
- Delete the entire folder
🗑️ Having uninstalled and reboot, the following will clean any stray elements.
For any type of install not running in "Portable" mode
del /s "%APPDATA%\Outlook Google Calendar Sync"
For GitHub
del /s "%LOCALAPPDATA%\OutlookGoogleCalendarSync"
For CodePlex
cd %LOCALAPPDATA%\Apps\2.0
You will then need to determine the directory to navigate down to, eg:
dir /b/s outlookgooglecalendarsync.exe
This will return something like
C:\Users\<user>\AppData\Local\Apps\2.0\WHGZRQP3.54J\9MM51RYM.BN2\outl..tion_a30846 ba3587a523_0002.0004_d79036ab77ef318b\OutlookGoogleCalendarSync.exe
The below values will be different for your particular install
cd WHGZRQP3.54J
del /s 9MM51RYM.BN2
Version from v2.1.5.0
reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v "Outlook Google Calendar Sync" /f
Version from v2.1.1.0 to v2.1.4.0
del "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\Outlook Google Calendar Sync.lnk"
Version before v2.1.1.0
del "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\OutlookGoogleCalendarSync.lnk"