zoukankan      html  css  js  c++  java
  • How to Change Default Location for Outlook Data File (PST & OST)

    Is there a way to change the default location of new .pst file when create a new e-mail account in Outlook? Different versions of Outlook use different default locations to store pst files. In this tutorial we’ll show you how to change default location for Outlook .PST & .OST data file using a registry trick. It works with all versions of Outlook, including Outlook 2016 / 2013 / 2010 / 2007 / 2003.

    How to Change Default Location for Outlook PST/OST File?

    1. Press the Win + R keys in a meanwhile to open the Run box. Type regedit and click OK.

      regedit

    2. When the Registry Editor launches, navigate to one of the following keys, depend on your Outlook version:

      • Outlook 2016:
        HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0Outlook
      • Outlook 2013:
        HKEY_CURRENT_USERSoftwareMicrosoftOffice15.0Outlook
      • Outlook 2010:
        HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0Outlook
      • Outlook 2007:
        HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0Outlook
    3. At the right-side pane, right-click on any blank area and select New -> Expandable String Value.

      new-expandable-string

    4. Name the newly created value as ForcePSTPath, then double-click on it. On the Edit String dialog, enter the new default location where you wish to store the PST file for Outlook new profile, and click OK.

      ForcePSTPath

      Note: To change the default location folder of .ost files generated by exchange accounts, you can create an expandable string value and name it as ForceOSTPath.

      ForceOSTPath

    5. Close the Registry Editor and restart Microsoft Outlook application. From now on, when you set up a new email account, Outlook will automatically create a new PST file in the new default location.

    This method won’t affect the location of existing .pst files. If you want to change the location of existing pst file, follow these steps:

      1. Exit the Outlook application. Locate your .pst file in Windows Explorer and move it to a new location.

        outlook-pst-location

      2. Restart Outlook. An error dialog box appears that notifies you that an Outlook Data File (.pst) could not be found. Click OK.

        pst-file-cannot-be-found

      3. It will open the Create/Open Outlook Data File dialog box. Browse to the new location, select the Outlook Data File (.pst) that you moved, and then click Open.

        open-outlook-data-file

      4. When you see a warning message, just ignore it by clicking OK. Now you’ve successfully moved your existing pst file to a new location.

        cannot-open-default-pst

    转自: https://www.top-password.com/blog/change-default-location-for-outlook-pst-ost-file/
  • 相关阅读:
    e552. 取Applet的参数
    e551. 精简的Applet
    e558. 在Applet中多图片交互显示
    e1087. try/catch语句
    e1086. if/else语句
    e1087. 用For循环做数组的遍历
    e1084. 捕获错误和异常
    Zookeeper 应用程序
    Zookeeper API
    Java并发编程:volatile关键字解析
  • 原文地址:https://www.cnblogs.com/ejin/p/7113553.html
Copyright © 2011-2022 走看看