Jump to content

Server Outlook Express deinstallieren


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Moin, hab mal ne Frage ist es möglich Outlook unter W2k-Server zu deinstallieren?? Muss das nämlich machen, weils im Moment zu Problemen kommt, wenn ich einen BLACK BERRY ENTERPRISE SERVER aufsetzte und ich vermute, dass es mit Outlook was zu tun haben könnte, da dies auch im BlackBerry Handbuch steht,( dass man zuerst Office bzw Outlook deinstallieren soll.)

 

wäre nett wenn mir jemand helfen kann!

 

ciao

Link zu diesem Kommentar

Hi Michi,

 

meinst du Outlook oder Outlook Express ?

Outlook kannst du doch einfach über Systemsteuerung deinstallieren. Sollte es Outlook Express sein versuche mal ob du in deinem %windir%\inf eine Datei namens sysoc.inf findest dort musst du dann alle Wörter Namens "Hide" entfernen ausser den letzten der ungefähr so aussieht.

"netfx=netfxocm.dll,UrtOcmProc,netfxocm.inf,hide,7"

dann kannst du über windows komponenten hinzufügen und entfernen die Programme deinstallieren.

 

Mach aber vorher eine Sicherheitskopie der "sysoc.inf"

 

Grüße frankmannb

Link zu diesem Kommentar

Hallo Zusammen

 

 

Also Outlook Express. Hier ein Script ...

 

 

REM --- Disable SFC

regedit /s C:\install\SFCQUIET.REG

echo --- Done.

 

 

C:\install\regutl d HKLM "SOFTWARE\Microsoft\Outlook Express"

C:\install\regutl d HKLM "SOFTWARE\Microsoft\WAB"

C:\install\regutl d HKCU "Identities"

C:\install\regutl d HKCU "Software\Microsoft\Outlook Express"

C:\install\regutl d HKCU "SOFTWARE\Microsoft\WAB"

C:\install\regutl d HKLM "Software\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}"

C:\install\regutl d HKLM "Software\Microsoft\Active Setup\Installed Components\{7790769C-0471-11d2-AF11-00C04FA35D02}"

C:\install\regutl d HKLM "Software\Microsoft\Active Setup\Installed Components\>{881dd1c5-3dcf-431b-b061-f3f88e8be88a}"

rem C:\install\reg delete "HKU\.default\Identities" /f

 

 

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

 

 

 

 

Dazu benötigt wird regutil.exe der im Resourcekit 2K dabei ist oder vielleicht im google auffindbar. Dann SFC muss ein bisschen verbogen werden:

 

 

REGEDIT4

 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"SFCDisable"=dword:00000004

 

 

Ich weiss leider nicht obs mit deuschem XP auch flutscht...Würde mich aber wundernehmen ...

 

Wenn alles sauber durchfunzt gibts keib OutlookExpress mehr sowie bei neuen Profiles keine unlinked Icons mehr angezeigt werden.

 

 

Gruss,

 

Matthias

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...