Delete Office Addins from registry
To delete Microsoft Office 2003/2007 add-ins from registry follow the steps bellow
Go to start>run type regedit and hit the enter key
For Word – Delete the keys bellow – You can delete the key by pressing right click and delete
HKEY_Local_Machine \Software \Microsoft \Office\word\Addins
HKEY_Local_Machine \Software \Microsoft \Office\X.0\word\Addins
HKEY_CURRENT_USER \Software \Microsoft \Office\X.0\ Word\Addins
HKEY_CURRENT_USER \Software \Microsoft \Office\ Word\Addins
For PowerPoint – Delete the keys bellow – You can delete the key by pressing right click and delete
HKEY_Local_Machine \Software \Microsoft \Office\PowerPoint\Addins
HKEY_Local_Machine \Software \Microsoft \Office\X.0\PowerPoint\Addins
HKEY_CURRENT_USER \Software \Microsoft \Office\X.0\ PowerPoint\Addins
HKEY_CURRENT_USER \Software \Microsoft \Office\PowerPoint\Addins
For Excel- Delete the keys bellow – You can delete the key by pressing right click and delete
HKEY_Local_Machine \Software \Microsoft \Office\Excel\Addins
HKEY_Local_Machine \Software \Microsoft \Office\X.0\Excel\Addins
HKEY_CURRENT_USER \Software \Microsoft \Office\X.0\Excel\Addins
HKEY_CURRENT_USER \Software \Microsoft \Office\Excel\Addins
For Outlook 2007 installed on Windows XP – Copy the text bellow in to text file and save it as .bat
The bat file will clean outlook 2007 Addins.
|
@echo off REM # Outlook Addins Reset # REM Change window title REM Warning and pause REM Create backup directory (change color) md %TempBackupPath% REM Check if the directory was created REM Backup the Addins and check for errors REM Delete the Addins and check for errors echo Rename outcmd to .old REM Clear screen with success color message and puase REM Error handling :ErrorFileExist :ErrorExport :ErrorDelete REM Exit |
For Outlook 2003 installed on Windows XP – Copy the text bellow in to text file and save it as .bat
The bat file will clean outlook 2003 Addins.
|
@echo off REM # Outlook Addins Reset # REM Change window title REM Warning and pause REM Create backup directory (change color) md %TempBackupPath% REM Check if the directory was created REM Backup the Addins and check for errors REM Delete the Addins and check for errors echo Rename outcmd to .old REM Clear screen with success color message and puase REM Error handling :ErrorFileExist :ErrorExport :ErrorDelete REM Exit |
For Outlook 2007 installed on Windows Windows Vista – Copy the text bellow in to text file and save it as .bat
The bat file will clean outlook 2007 Addins.
|
@echo off REM # Outlook Addins Reset # REM Change window title REM Warning and pause REM Create backup directory (change color) md %TempBackupPath% REM Check if the directory was created REM Backup the Addins and check for errors REM Delete the Addins and check for errors echo Rename outcmd to .old REM Clear screen with success color message and puase REM Error handling :ErrorFileExist :ErrorExport :ErrorDelete REM Exit |
For Outlook 2003 installed on Windows Vista – Copy the text bellow in to text file and save it as .bat
The bat file will clean outlook 2003 Addins.
|
@echo off REM # Outlook Addins Reset # REM Change window title REM Warning and pause REM Create backup directory (change color) md %TempBackupPath% REM Check if the directory was created REM Backup the Addins and check for errors REM Delete the Addins and check for errors echo Rename outcmd to .old REM Clear screen with success color message and puase REM Error handling :ErrorFileExist :ErrorExport :ErrorDelete REM Exit |
Thanks to Microsoft support blog http://blogs.microsoft.co.il/blogs/support/default.aspx





