Umzug von Outlook 2003 -> 2010: neue pst-Dateien nach D:\ verschieben? Win7Prof.

Pauline

NGBler
Registriert
24 Dez. 2013
Beiträge
187
Hallo liebe Windows7-Insider hier im Forum,

um die SSD nicht zuzumüllen, habe ich dank des Tipps von Hezu das was an "Eigenen Dateien" möglich war mit Rechtsklick auf den Ordner und Pfadangabe nach D:\xxx geändert.

Ich habe es auch bei der ersten Outlook.pst, die bei der Installation von Outlook2010 angegelegt wurde, geschafft. Die beiden IMAP-Konten haben die pst-Dateien aber dann unter "C:\Users\ich\AppData\Local\Microsoft\Outlook" angelegt... und da habe ich keine Option gefunden, wie ich diese nach D:\xxx verschieben kann...

Hat dazu jemand einen Tipp?

Die Mails aus den alten 2003-pst-Dateien dachte ich in Outlook2003 jeweils als "Datei -> pst" zu exportieren, nach D:\xxx auf dem neuen PC zu verschieben und anschließend dort in Outlook2010 zu öffenen. Importieren muss ich ja nicht, oder?

Muss ich eigentlich den Umweg über Exportieren in Outlook2003 gehen oder kann ich auch direkt die pst-Dateien von Outlook2003 auf den neuen Rechner verschieben?

Ganz lieben DANK für euere Tipps und Anregungen

Pauline
 
Zuletzt bearbeitet:
Durch Registryeinträge kannst du Outlook neue Imapkonten irgendwo anlegen zu lassen.

Key: HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Outlook
Value name: ForcePSTPath
Value type: REG_EXPAND_SZ
Value: path to your storage folder
und

Key: HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Outlook
Value name: ForceOSTPath
Value type: REG_EXPAND_SZ
Value: path to your storage folder



Das soll aber nur für neue Konten funktionieren.

Bei den alten Imap-Konten kannst du einen "Symbolic Link" probieren, das ist so eine Art Weiterleitung bzw. Verknüpfung.

To create a Symbolic Link, you can use the MKLINK Command line tool in Windows.

In the example below, we assume that the name of the ost-file is hotmail.ost and that we move it from its original location to a location called D:\Documents\Outlook Files

Close Outlook.
Move the ost-file or pst-file from its original location to its new location.
The default location is; C:\Users\%username%\AppData\Local\Microsoft\Outlook
Open an elevated Command window.
A quick way to do this is;
Open the Start Menu and immediately type; cmd
Right click on the cmd.exe file and choose; Run as administrator
Provide administrator credentials for your computer or press “Yes” to accept the User Account Control prompt.
Type the following command (of course with your own file names and locations);

mklink "C:\Users\%username%\AppData\Local\Microsoft\Outlook\hotmail.ost" "D:\Documents\Outlook Files\hotmail.ost"

Alles >> << gefunden und nicht getestet.

Gruß
Baer
 
Wie groß ist denn die pst datei? Würde die einfach auf der SSD lassen, startet Outlook ja auch schneller.
 
Zurück
Oben