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/
  • 相关阅读:
    poj 2155 Matrix
    iOS之Prefix.pch
    多用派发队列,少用同步锁
    SenTestingKit.framework的报错!
    xcode4的环境变量,Build Settings参数,workspace及联编设置
    xcode4中build Settings常见参数解析
    XCode环境变量及路径设置
    Xcode添加静态库以及编译选项配置常见问题
    基于第三方微信授权登录的iOS代码分析
    理解iOS 8中的Self Sizing Cells和Dynamic Type
  • 原文地址:https://www.cnblogs.com/ejin/p/7113553.html
Copyright © 2011-2022 走看看