View KiXtart Macros
Office Options
This module allows you to configure Office user information and set options that control interaction with the user.

Filter:
Select the name of the filter you want assigned to this configuration element.

User Name:
Enter the user name Office should use. This option supports Office 97 and newer versions.

Initials:
Enter the initials Office should use. This option supports Office 97 and newer versions.

Personalized Menus:
Office 2000, Office XP, and Office 2003 automatically update menus to keep the features you use most often at the top of the menu where they are usually more accessible. This option allows you to control the Personalized Menus setting used by your users. Available choices are: Enable, Disable, and No Change.

Startup Dialogs:
This option allows you to control the Getting Started task pane that displays when an Office application is started. Available choices are: Enable, Disable, and No Change. This option supports the following applications from the Office XP and Office 2003 suites: Access, Excel, Power Point, Word, FrontPage, and Visio. Additionally, this option supports Publisher 2003.

Customer Feedback:
This option controls whether Microsoft is allowed to collect anonymous usage statistics about the way you use Office. Available choices are: Enable, Disable, and No Change. This option supports Office 2003 only.

Language Bar:
This option controls display of the Language Bar on the user desktop. Available choices are: Enable, Disable, and No Change. This option supports Office XP and Office 2003.

Show Office Clipboard Automatically:
This option controls automatic display of the Office clipboard when copying items. Available choices are: Enable, Disable, and No Change. This option supports Office 2000, Office XP, and Office 2003.

Collect Without Showing Office Clipboard:
This option allows items to be copied to the Office clipboard without displaying the Office clipboard. Available choices are: Enable, Disable, and No Change. This option supports Office XP and Office 2003.

Show Office Clipboard Icon on Taskbar:
This option controls display of the Office clipboard icon in the system tray when the Office clipboard is active. Available choices are: Enable, Disable, and No Change. This option supports Office XP and Office 2003.

Show Status Near Taskbar When Copying:
This option controls display of the collected item message when copying items to the Office clipboard. Available choices are: Enable, Disable, and No Change. This option supports Office XP and Office 2003.

Example:
Filter: Global Settings
User Name: @fullname
Initials: $$first_initial$$last_initial
Personalized Menus: Disable
Startup Dialogs: Disable
Customer Feedback: Disable
Language Bar: Disable
Show Office Clipboard Automatically: Disable
Collect Without Showing Office Clipboard: Enable
Show Office Clipboard Icon on Taskbar: Disable
Show Status Near Taskbar When Copying: Enable


The above example leverages the KiXtart macro @fullname and the User Defined Aliases module. When Script Start executes, the @fullname macro is expanded into the user's full name. The $$first_initial and $$last_initial are User Defined Aliases that expand into the user's first initial and last initial respectively. Therefore, the Office User Name field will be set to the user's full name and the Office Initials field will be set to the user's first initial and last initial. Collect Without Showing Office Clipboard and Show Status Near Taskbar When Copying will be enabled. All other available options will be disabled.