If you want to completely disable the ability to create a .pst file through the Outlook user interface, you can use this registry entry:
Key: HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Outlook
Value name: DisablePST
Value type: REG_DWORD
Values: 1=disable .pst use; 0=allow .pst use (default)
Outlook 2000 would be Office\9.0. There is also a recent Outlook 2003 hotfix that allows it to be deployed in HKCU rather than HKLM, and another one to allow the continued use of SharePoint proxy .pst files.
When DisablePST is set to 1, users will not be able to create Personal Folders .pst files and most features that depend on .pst files will be disabled.
Oddly enough, setting DisablePST to 1 does not disable the ability to open an existing .pst file. To block that feature, you can disable the File | Open | Outlook Data File command with a Group Policy Object using the setting "Disable command bar buttons and menu item." That command's ID is 5576.
the thing is I don't want to completely disable it, I wanted to see if there
was any way like to just assign some kind of permison, and when it was needed
to disable that permisson so the person could create a pst file.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.