|
Outlook Express komplett entfernen
Hallo Zusammen
Oft kann es sein, dass im Clientbereich dass OutlookExpress komplett deinstalliert werden muss. Anbei meine Lösung dazu ... benötigt das Tool Regutl aus dem Reskit. Das Outlook Express erscheint dann nicht mehr in neuen Profilen.
Gruss,
MAtthias
set batdir=\\%SERVERNAME%\%INSTSHARE%\ro\setup\tools
%batdir%\regutl d HKLM "SOFTWARE\Microsoft\Outlook Express"
%batdir%\regutl d HKLM "SOFTWARE\Microsoft\WAB"
%batdir%\regutl d HKCU "Identities"
%batdir%\regutl d HKCU "Software\Microsoft\Outlook Express"
%batdir%\regutl d HKCU "SOFTWARE\Microsoft\WAB"
%batdir%\regutl d HKLM "Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}"
%batdir%\regutl d HKLM "Software\Microsoft\Active Setup\Installed Components\{7790769C-0471-11d2-AF11-00C04FA35D02}"
%batdir%\regutl d HKLM "Software\Microsoft\Active Setup\Installed Components\>{881dd1c5-3dcf-431b-b061-f3f88e8be88a}"
if exist "%CommonProgramFiles%\Microsoft Shared\Stationery" rd "%CommonProgramFiles%\Microsoft Shared\Stationery" /q /s
if exist "%userprofile%\Application Data\Identities" rd "%userprofile%\Application Data\Identities" /q /s
if exist "%userprofile%\Local Settings\Application Data\Identities" rd if exist "%userprofile%\Local Settings\Application Data\Identities" /q /s
if exist "%userprofile%\Application Data\Microsoft\Address Book" rd "%userprofile%\Application Data\Microsoft\Address Book" /q /s
if exist "%userprofile%\Local Settings\Application Data\Address Book" rd "%userprofile%\Local Settings\Application Data\Address Book" /q /s
If exist "%programfiles%\Outlook Express" rd "%programfiles%\Outlook Express" /s /q
if exist "%userprofile%\Start Menu\Programs\Outlook Express.lnk" del "%userprofile%\Start Menu\Programs\Outlook Express.lnk"
if exist %SystemRoot%\System32\Dllcache\inetcomm.dll ren %SystemRoot%\System32\Dllcache\inetcomm.dll inetcomm.old
if exist %SystemRoot%\System32\Dllcache\msoeacct.dll ren %SystemRoot%\System32\Dllcache\msoeacct.dll msoeacct.old
if exist %SystemRoot%\System32\Dllcache\msoert2.dll ren %SystemRoot%\System32\Dllcache\msoert2.dll msoert2.old
if exist %SystemRoot%\System32\Dllcache\msoe.dll ren %SystemRoot%\System32\Dllcache\msoe.dll msoe.old
if exist %SystemRoot%\System32\Dllcache\msoeres.dll ren %SystemRoot%\System32\Dllcache\msoeres.dll msoeres.old
if exist %SystemRoot%\System32\Dllcache\msimn.exe ren %SystemRoot%\System32\Dllcache\msimn.exe msimn.old
if exist %SystemRoot%\System32\Dllcache\oeimport.dll ren %SystemRoot%\System32\Dllcache\oeimport.dll oeimport.old
if exist %SystemRoot%\System32\Dllcache\oemiglib.dll ren %SystemRoot%\System32\Dllcache\oemiglib.dll oemiglib.old
if exist %SystemRoot%\System32\Dllcache\oemig50.exe ren %SystemRoot%\System32\Dllcache\oemig50.exe oemig50.old
if exist %SystemRoot%\System32\Dllcache\setup50.exe ren %SystemRoot%\System32\Dllcache\setup50.exe setup50.old
if exist %SystemRoot%\System32\Dllcache\wab.exe ren %SystemRoot%\System32\Dllcache\wab.exe wab.old
if exist %SystemRoot%\System32\Dllcache\wabfind.dll ren %SystemRoot%\System32\Dllcache\wabfind.dll wabfind.old
if exist %SystemRoot%\System32\Dllcache\wabimp.dll ren %SystemRoot%\System32\Dllcache\wabimp.dll wabimp.old
if exist %SystemRoot%\System32\Dllcache\wabmig.exe ren %SystemRoot%\System32\Dllcache\wabmig.exe wabmig.old
if exist %SystemRoot%\System32\Dllcache\csapi3t1.dll ren %SystemRoot%\System32\Dllcache\csapi3t1.dll csapi3t1.old
if exist %SystemRoot%\System32\Dllcache\directdb.dll ren %SystemRoot%\System32\Dllcache\directdb.dll directdb.old
if exist %SystemRoot%\System32\Dllcache\wab32.dll ren %SystemRoot%\System32\Dllcache\wab32.dll wab32.old
if exist %SystemRoot%\System32\Dllcache\wab32res.dll ren %SystemRoot%\System32\Dllcache\wab32res.dll wab32res.old
if exist %SystemRoot%\System32\inetcomm.dll ren %SystemRoot%\System32\inetcomm.dll inetcomm.old
if exist %SystemRoot%\System32\msoeacct.dll ren %SystemRoot%\System32\msoeacct.dll msoeacct.old
if exist %SystemRoot%\System32\msoert2.dll ren %SystemRoot%\System32\msoert2.dll msoert2.old
if exist %SystemRoot%\System32\msoe.dll ren %SystemRoot%\System32\msoe.dll msoe.old
if exist %SystemRoot%\System32\msoeres.dll ren %SystemRoot%\System32\msoeres.dll msoeres.old
if exist %SystemRoot%\System32\msimn.exe ren %SystemRoot%\System32\msimn.exe msimn.old
if exist %SystemRoot%\System32\oeimport.dll ren %SystemRoot%\System32\oeimport.dll oeimport.old
if exist %SystemRoot%\System32\oemiglib.dll ren %SystemRoot%\System32\oemiglib.dll oemiglib.old
if exist %SystemRoot%\System32\oemig50.exe ren %SystemRoot%\System32\oemig50.exe oemig50.old
if exist %SystemRoot%\System32\setup50.exe ren %SystemRoot%\System32\setup50.exe setup50.old
if exist %SystemRoot%\System32\wab.exe ren %SystemRoot%\System32\wab.exe wab.old
if exist %SystemRoot%\System32\wabfind.dll ren %SystemRoot%\System32\wabfind.dll wabfind.old
if exist %SystemRoot%\System32\wabimp.dll ren %SystemRoot%\System32\wabimp.dll wabimp.old
if exist %SystemRoot%\System32\wabmig.exe ren %SystemRoot%\System32\wabmig.exe wabmig.old
if exist %SystemRoot%\System32\csapi3t1.dll ren %SystemRoot%\System32\csapi3t1.dll csapi3t1.old
if exist %SystemRoot%\System32\directdb.dll ren %SystemRoot%\System32\directdb.dll directdb.old
if exist %SystemRoot%\System32\wab32.dll ren %SystemRoot%\System32\wab32.dll wab32.old
if exist %SystemRoot%\System32\wab32res.dll ren %SystemRoot%\System32\wab32res.dll wab32res.old
:eof
|