2.スタートメニューからOutlook Express 及び アドレス帳のショートカットを削除 C:\Documents and Settings\username\スタート メニュー
3.ディレクトリとファイル群削除(セーフモードが望ましい) 面倒なのでBATファイルにした。 以下バッチファイル内容 del "C:\WINNT\system32\dllcache\inetcomm.dll" del "C:\WINNT\system32\dllcache\msoeacct.dll" del "C:\WINNT\system32\dllcache\msoert2.dll" del "C:\WINNT\system32\dllcache\wab.exe" del "C:\WINNT\system32\dllcache\csapi3t1.dll" del "C:\WINNT\system32\dllcache\directdb.dll" del "C:\WINNT\system32\dllcache\msoe.dll" del "C:\WINNT\system32\dllcache\msoeres.dll" del "C:\WINNT\system32\dllcache\msimn.exe" del "C:\WINNT\system32\dllcache\oeimport.dll" del "C:\WINNT\system32\dllcache\oemig50.exe" del "C:\WINNT\system32\dllcache\oemiglib.dll" del "C:\WINNT\system32\dllcache\setup50.exe" del "C:\WINNT\system32\dllcache\wab32.dll" del "C:\WINNT\system32\dllcache\wab32res.dll" del "C:\WINNT\system32\dllcache\wabfind.dll" del "C:\WINNT\system32\dllcache\wabimp.dll" del "C:\WINNT\system32\dllcache\wabmig.exe"
del "C:\WINNT\ServicePackFiles\i386\inetcomm.dll" del "C:\WINNT\ServicePackFiles\i386\msoeacct.dll" del "C:\WINNT\ServicePackFiles\i386\msoert2.dll" del "C:\WINNT\ServicePackFiles\i386\wab.exe" del "C:\WINNT\ServicePackFiles\i386\csapi3t1.dll" del "C:\WINNT\ServicePackFiles\i386\directdb.dll" del "C:\WINNT\ServicePackFiles\i386\msoe.dll" del "C:\WINNT\ServicePackFiles\i386\msoeres.dll" del "C:\WINNT\ServicePackFiles\i386\msimn.exe" del "C:\WINNT\ServicePackFiles\i386\oeimport.dll" del "C:\WINNT\ServicePackFiles\i386\oemig50.exe" del "C:\WINNT\ServicePackFiles\i386\oemiglib.dll" del "C:\WINNT\ServicePackFiles\i386\setup50.exe" del "C:\WINNT\ServicePackFiles\i386\wab32.dll" del "C:\WINNT\ServicePackFiles\i386\wab32res.dll" del "C:\WINNT\ServicePackFiles\i386\wabfind.dll" del "C:\WINNT\ServicePackFiles\i386\wabimp.dll" del "C:\WINNT\ServicePackFiles\i386\wabmig.exe"
del "C:\Program Files\outlook express\csapi3t1.dll" del "C:\Program Files\outlook express\directdb.dll" del "C:\Program Files\outlook express\msoe.dll" del "C:\Program Files\outlook express\msoeres.dll" del "C:\Program Files\outlook express\msimn.exe" del "C:\Program Files\outlook express\oeimport.dll" del "C:\Program Files\outlook express\oemig50.exe" del "C:\Program Files\outlook express\oemiglib.dll" del "C:\Program Files\outlook express\setup50.exe" del "C:\Program Files\outlook express\wab32.dll" del "C:\Program Files\outlook express\wab32res.dll" del "C:\Program Files\outlook express\wabfind.dll" del "C:\Program Files\outlook express\wabimp.dll" del "C:\Program Files\outlook express\wabmig.exe"
del "C:\WINNT\system32\inetcomm.dll" del "C:\WINNT\system32\msoeacct.dll" del "C:\WINNT\system32\msoert2.dll" del "C:\WINNT\system32\wab.exe"
rem ステーショナリー RMDIR /S "C:\Program Files\Common Files\Microsoft Shared\Stationary"
rem アイデンティティ RMDIR /S "C:\Documents and Settings\username\Application Data\Identities" RMDIR /S "C:\Documents and Settings\username\Local Settings\Application Data\Identities" rem アドレス帳 RMDIR /S "C:\Documents and Settings\username\Application Data\Microsoft\Address Book"