Microsoft MVPs inside





 MCSEboard.de – IT Pro Forum zu Windows Server 2008 R2 / 2008 / 2003 & Windows 7 / Vista / XP
Registrieren Hilfe Regeln Benutzerliste Suchen Heutige Beiträge Alle Foren als gelesen markieren

Tipps & Links


Tipps, Links und Wissenswertes zum Thema Windows Client und Server
Bitte nur Tipps und Links posten!


Antwort
     
Themen-Optionen
Alt 15.07.2004, 07:06   #1
Board Veteran
 
Offline
Registriert seit: 02-2004
Ort: Pratteln
Beiträge: 1.637
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
    Mit Zitat antworten
Alt 15.07.2004, 08:03   #2
Member
 
Offline
Registriert seit: 10-2002
Ort: Lampaden
Beiträge: 191
gute sache danke

Signatur
Gruß
Michael
_________________________
Nimm Dir Zeit für Deine Freunde, sonst nimmt die Zeit Dir Deine Freunde

    Mit Zitat antworten
Alt 15.07.2004, 11:19   #3
Member
 
Benutzerbild von OnkelGauss
 
Offline
Registriert seit: 06-2003
Ort: Oensingen [SO/CH]
Beiträge: 302
pcwKillOutlookExpress

Hier auch noch eine Lösung: http://www.pcwelt.de/index.cfm?pid=662&pk=39928&p=2

Und hier noch weitere PCW-Tools: http://www.pcwelt.de/index.cfm?pid=636

Signatur
Gruss OnkelGauss

    Mit Zitat antworten
Alt 15.07.2004, 11:31   #4
Board Veteran
 
Offline
Registriert seit: 02-2004
Ort: Pratteln
Beiträge: 1.637
...auch ne Möglichkeit ...


Ich bevorzuge jedoch bat-/cmd-files ....


Gruss,

Matthias
    Mit Zitat antworten
Antwort


Themen-Optionen


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Wie Verknüpfungen zu Outlook Express entfernen flotricon MS Exchange Forum 1 21.06.2006 16:36
outlook express lädt nicht komplett steen Windows Forum — Allgemein 2 21.09.2004 22:59
Outlook Express Icon lässt sich nicht entfernen ;( lupo45 Windows Forum — Allgemein 6 10.02.2004 13:31
HILFE - Outlook Express 6 komplett im Ar.... CRX_Targa MS Exchange Forum 1 16.01.2004 18:47
Über Gruppenrichtlinie outlook express icon entfernen? haraldh Active Directory Forum 1 24.10.2002 08:49


Alle Zeitangaben in MEZ/CET. Es ist jetzt 03:16 Uhr. Seite generiert in 0,033 Sekunden.

- Unsere Partner -

Copyright © 2000 – 2012 MCSEboard.de

Sprung zum Seitenanfang