Re: Blocking Outlook 2003 Menu Features
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Michael Kimmel wrote:
Hi Michael,
Is there something I'm doing wrong, or do I need to do something else
to remove that File menu item?
You can disable the use of .pst's which would result in disabling the use of
autoarchiving.
See the following adm template which disables this feature in Outlook 2000
and 2002. So I would guess it should work in 2003 if you change the
registrypath to Office 11.0
http://support.microsoft.com/default.aspx?scid=kb;en-us;896515
CLASS MACHINE
CATEGORY "Outlook"
POLICY "Disable .pst files"
KEYNAME "Software\Microsoft\Office\9.0\Outlook"
EXPLAIN "!!DisablePst_Hlp"
PART "Disable .pst file creation in Outlook 2000" CHECKBOX
KEYNAME "Software\Microsoft\Office\9.0\Outlook"
VALUENAME "DisablePst"
DEFCHECKED
VALUEON NUMERIC 1
END PART ;Disable .pst file creation in Outlook 2000
PART "Disable .pst file creation in Outlook 2002" CHECKBOX
KEYNAME "Software\Microsoft\Office\10.0\Outlook"
VALUENAME "DisablePst"
END PART ;Disable .pst file creation in Outlook 2002
END POLICY ;Disable .pst files
END CATEGORY ;Outlook
HTH
Norbert
.
Relevant Pages
- Re: Custom ADM file doesnt work
... KEYNAME tag is defined multiple times in this category 2) this KEYNAME is ... PART "Disable .pst file creation in Outlook 2000" CHECKBOX ... VALUENAME "DisablePst" ... (microsoft.public.windows.group_policy) - Re: Blocking Outlook 2003 Menu Features
... See the following adm template which disables this feature in Outlook 2000 and 2002. ... PART "Disable .pst file creation in Outlook 2000" CHECKBOX ... VALUENAME "DisablePst" ... (microsoft.public.windows.group_policy) - Re: Word 2003 doesnt see Outlook 2003 Contacts
... Russ Valentine ... documentation for the problems with Outlook data migration that we have seen, ... There is no technical evidence or any reasonable Outlook programming paradigm shift that indicates that statuement to be true. ... What is stored in the PST file and how it is stored has changed over the years, so now the import process may leave information and connections behind that create problems in the receiving PST file. ... (microsoft.public.word.mailmerge.fields) - Re: Word 2003 doesnt see Outlook 2003 Contacts
... Sorry I can't jump through your hoops of providing technical documentation for the problems with Outlook data migration that we have seen, ... Outlook 2007 has become extremely intolerant of the PST file migration strategies that used to work well in older versions, including simply placing a file with the right name in the default location. ... (microsoft.public.word.mailmerge.fields) - Re: Word 2003 doesnt see Outlook 2003 Contacts
... The "we" is the Outlook MVP's after discussions with the Outlook Development Team during the Outlook 2007 beta and after so many end users started reporting difficulties with both migrating and importing PST files. ... What is stored in the PST file and how it is stored has changed over the years, so now the import process may leave information and connections behind that create problems in the receiving PST file. ... How and when a given profile creates its connection to a PST file has changed and may get disrupted during an import process or during file migration which corrupts the receiving profile. ... Russ, stop drinking your Kool-aide and you'll see that you have been extremely arrogant and continue to provide corrections and advice to someone who hasn't asked for any and has posted the problem, cause, and solution. ... (microsoft.public.word.mailmerge.fields) |
|