![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: default, file, locations |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
The article at
http://office.microsoft.com/en-us/as...265401033.aspx discusses changing the default location for saving messages and attachments. The registry settings in this artical have no impact on the default location for new personal folder files or archive files. Does anyone know the registry settings to change the default location of new personal folder files and new archive files, including from the auto archive function? Thank you! |
| Ads |
|
#2
|
|||
|
|||
|
From the appendices in my latest book:
Key: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok Value name: ForcePSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..pst and .ost files. Environment variables such as %userprofile% are supported. If you do not enable this policy, Outlook automatically creates .pst and .ost files in the %userprofile%\Local Settings\Application Data\Microsoft\Outlook\ folder. Key: HKCU\Software\Microsoft\Office\11.0\Outlook Value name: ForceOSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..ost files. Environment variables such as %userprofile% are supported. See MSKB 896591 -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... The article at http://office.microsoft.com/en-us/as...265401033.aspx discusses changing the default location for saving messages and attachments. The registry settings in this artical have no impact on the default location for new personal folder files or archive files. Does anyone know the registry settings to change the default location of new personal folder files and new archive files, including from the auto archive function? Thank you! |
|
#3
|
|||
|
|||
|
Sue,
Thanks for the reply. HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlookor HKCU\Software\Policies\Microsoft\Office\Outlook work instead? Thanks, Tommy "Sue Mosher [MVP-Outlook]" wrote: From the appendices in my latest book: Key: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok Value name: ForcePSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..pst and .ost files. Environment variables such as %userprofile% are supported. If you do not enable this policy, Outlook automatically creates .pst and .ost files in the %userprofile%\Local Settings\Application Data\Microsoft\Outlook\ folder. Key: HKCU\Software\Microsoft\Office\11.0\Outlook Value name: ForceOSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..ost files. Environment variables such as %userprofile% are supported. See MSKB 896591 -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... The article at http://office.microsoft.com/en-us/as...265401033.aspx discusses changing the default location for saving messages and attachments. The registry settings in this artical have no impact on the default location for new personal folder files or archive files. Does anyone know the registry settings to change the default location of new personal folder files and new archive files, including from the auto archive function? Thank you! |
|
#4
|
|||
|
|||
|
Oops. That should read:
HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlook or HKCU\Software\Microsoft\Office\Outlook work instead? Thanks. "Tommy" wrote: Sue, Thanks for the reply. HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlookor HKCU\Software\Policies\Microsoft\Office\Outlook work instead? Thanks, Tommy "Sue Mosher [MVP-Outlook]" wrote: From the appendices in my latest book: Key: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok Value name: ForcePSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..pst and .ost files. Environment variables such as %userprofile% are supported. If you do not enable this policy, Outlook automatically creates .pst and .ost files in the %userprofile%\Local Settings\Application Data\Microsoft\Outlook\ folder. Key: HKCU\Software\Microsoft\Office\11.0\Outlook Value name: ForceOSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..ost files. Environment variables such as %userprofile% are supported. See MSKB 896591 -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... The article at http://office.microsoft.com/en-us/as...265401033.aspx discusses changing the default location for saving messages and attachments. The registry settings in this artical have no impact on the default location for new personal folder files or archive files. Does anyone know the registry settings to change the default location of new personal folder files and new archive files, including from the auto archive function? Thank you! |
|
#5
|
|||
|
|||
|
If you want a policy setting that the user can't change (unless they're an admin), you need to use the Policies key. Those particular settings are intended to work as policy settings. I would expect them to work OK as user preference settings, though, if you put them in Software\Microsoft instead of Software\Policies. As with any key, if it doesn't exist, you can create it.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... Oops. That should read: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlook or HKCU\Software\Microsoft\Office\Outlook work instead? Thanks. "Tommy" wrote: Sue, Thanks for the reply. HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlookor HKCU\Software\Policies\Microsoft\Office\Outlook work instead? Thanks, Tommy "Sue Mosher [MVP-Outlook]" wrote: From the appendices in my latest book: Key: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok Value name: ForcePSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..pst and .ost files. Environment variables such as %userprofile% are supported. If you do not enable this policy, Outlook automatically creates .pst and .ost files in the %userprofile%\Local Settings\Application Data\Microsoft\Outlook\ folder. Key: HKCU\Software\Microsoft\Office\11.0\Outlook Value name: ForceOSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..ost files. Environment variables such as %userprofile% are supported. See MSKB 896591 -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... The article at http://office.microsoft.com/en-us/as...265401033.aspx discusses changing the default location for saving messages and attachments. The registry settings in this artical have no impact on the default location for new personal folder files or archive files. Does anyone know the registry settings to change the default location of new personal folder files and new archive files, including from the auto archive function? Thank you! |
|
#6
|
|||
|
|||
|
It does not work for us in the Policies key.
Thats okay, because our users are not admins and Regedit is disabled. I have tested the settings as user preference settings and they work. That is fine for us for now, as we are not sure we will change all users, and the users we do change have roaming profiles. I did not see, however, that the change had any effect on the default archive location. Is there a separate setting for this? Or should I expect that setting to Thank you, Sue. Your help is proving invaluable. Tommy "Sue Mosher [MVP-Outlook]" wrote: If you want a policy setting that the user can't change (unless they're an admin), you need to use the Policies key. Those particular settings are intended to work as policy settings. I would expect them to work OK as user preference settings, though, if you put them in Software\Microsoft instead of Software\Policies. As with any key, if it doesn't exist, you can create it. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... Oops. That should read: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlook or HKCU\Software\Microsoft\Office\Outlook work instead? Thanks. "Tommy" wrote: Sue, Thanks for the reply. HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlookor HKCU\Software\Policies\Microsoft\Office\Outlook work instead? Thanks, Tommy "Sue Mosher [MVP-Outlook]" wrote: From the appendices in my latest book: Key: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok Value name: ForcePSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..pst and .ost files. Environment variables such as %userprofile% are supported. If you do not enable this policy, Outlook automatically creates .pst and .ost files in the %userprofile%\Local Settings\Application Data\Microsoft\Outlook\ folder. Key: HKCU\Software\Microsoft\Office\11.0\Outlook Value name: ForceOSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..ost files. Environment variables such as %userprofile% are supported. See MSKB 896591 -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... The article at http://office.microsoft.com/en-us/as...265401033.aspx discusses changing the default location for saving messages and attachments. The registry settings in this artical have no impact on the default location for new personal folder files or archive files. Does anyone know the registry settings to change the default location of new personal folder files and new archive files, including from the auto archive function? Thank you! |
|
#7
|
|||
|
|||
|
The setting affects only new .pst and .ost files, not existing .pst files nor the existing settings for archving. What exactly are you hoping to accomplish?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... It does not work for us in the Policies key. Thats okay, because our users are not admins and Regedit is disabled. I have tested the settings as user preference settings and they work. That is fine for us for now, as we are not sure we will change all users, and the users we do change have roaming profiles. I did not see, however, that the change had any effect on the default archive location. Is there a separate setting for this? Or should I expect that setting to Thank you, Sue. Your help is proving invaluable. Tommy "Sue Mosher [MVP-Outlook]" wrote: If you want a policy setting that the user can't change (unless they're an admin), you need to use the Policies key. Those particular settings are intended to work as policy settings. I would expect them to work OK as user preference settings, though, if you put them in Software\Microsoft instead of Software\Policies. As with any key, if it doesn't exist, you can create it. "Tommy" wrote in message ... Oops. That should read: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlook or HKCU\Software\Microsoft\Office\Outlook work instead? Thanks. "Tommy" wrote: Sue, Thanks for the reply. HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlookor HKCU\Software\Policies\Microsoft\Office\Outlook work instead? Thanks, Tommy "Sue Mosher [MVP-Outlook]" wrote: From the appendices in my latest book: Key: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok Value name: ForcePSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..pst and .ost files. Environment variables such as %userprofile% are supported. If you do not enable this policy, Outlook automatically creates .pst and .ost files in the %userprofile%\Local Settings\Application Data\Microsoft\Outlook\ folder. Key: HKCU\Software\Microsoft\Office\11.0\Outlook Value name: ForceOSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..ost files. Environment variables such as %userprofile% are supported. See MSKB 896591 -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... The article at http://office.microsoft.com/en-us/as...265401033.aspx discusses changing the default location for saving messages and attachments. The registry settings in this artical have no impact on the default location for new personal folder files or archive files. Does anyone know the registry settings to change the default location of new personal folder files and new archive files, including from the auto archive function? Thank you! |
|
#8
|
|||
|
|||
|
We're trying to get autoarchive to default to the folder of our choosing.
"Sue Mosher [MVP-Outlook]" wrote: The setting affects only new .pst and .ost files, not existing .pst files nor the existing settings for archving. What exactly are you hoping to accomplish? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... It does not work for us in the Policies key. Thats okay, because our users are not admins and Regedit is disabled. I have tested the settings as user preference settings and they work. That is fine for us for now, as we are not sure we will change all users, and the users we do change have roaming profiles. I did not see, however, that the change had any effect on the default archive location. Is there a separate setting for this? Or should I expect that setting to Thank you, Sue. Your help is proving invaluable. Tommy "Sue Mosher [MVP-Outlook]" wrote: If you want a policy setting that the user can't change (unless they're an admin), you need to use the Policies key. Those particular settings are intended to work as policy settings. I would expect them to work OK as user preference settings, though, if you put them in Software\Microsoft instead of Software\Policies. As with any key, if it doesn't exist, you can create it. "Tommy" wrote in message ... Oops. That should read: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlook or HKCU\Software\Microsoft\Office\Outlook work instead? Thanks. "Tommy" wrote: Sue, Thanks for the reply. HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok does not exist. Will HKCU\Software\Microsoft\Office\11.0\Outlookor HKCU\Software\Policies\Microsoft\Office\Outlook work instead? Thanks, Tommy "Sue Mosher [MVP-Outlook]" wrote: From the appendices in my latest book: Key: HKCU\Software\Policies\Microsoft\Office\11.0\Outlo ok Value name: ForcePSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..pst and .ost files. Environment variables such as %userprofile% are supported. If you do not enable this policy, Outlook automatically creates .pst and .ost files in the %userprofile%\Local Settings\Application Data\Microsoft\Outlook\ folder. Key: HKCU\Software\Microsoft\Office\11.0\Outlook Value name: ForceOSTPath Value type: REG_EXPAND_SZ (expandable string value) Value data: Path to default location where you want Outlook to create ..ost files. Environment variables such as %userprofile% are supported. See MSKB 896591 -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... The article at http://office.microsoft.com/en-us/as...265401033.aspx discusses changing the default location for saving messages and attachments. The registry settings in this artical have no impact on the default location for new personal folder files or archive files. Does anyone know the registry settings to change the default location of new personal folder files and new archive files, including from the auto archive function? Thank you! |
|
#9
|
|||
|
|||
|
Setting the actual archive location is a different matter, covered at http://support.microsoft.com/kb/836755/
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Tommy" wrote in message ... We're trying to get autoarchive to default to the folder of our choosing. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Deleting unwanted folders from default PST file | Level 13 | Outlook - General Queries | 1 | March 4th 06 06:19 PM |
| pst file option missing under new outlook data file dialog | UncleBuckle | Outlook - Installation | 2 | February 25th 06 12:49 AM |
| Can I add a default Subject to my signature file? | Aaron_I | Outlook - Installation | 0 | February 22nd 06 08:36 PM |
| how to change default delivery location to my new pst file | sf= | Outlook - General Queries | 5 | February 20th 06 04:18 PM |
| How do I make my imported pst file (calender) the default calender | Ron | Outlook - Installation | 1 | January 16th 06 05:49 PM |