The Word Booster macros store their data in the WBooster.Ini file which you will
find in Microsoft Word's StartUp Folder. You can alter a few of the default settings
for some macros via this file. Here are the details by section...

[WindowsManagement]
'the following causes ALL windows to be automatically selected when macro start up
SelectWithAll=y

[PrintSpecial]
'the following causes the number of copies to always default to 1 (rather than to 
' whatever the last value set by the user was).
CopiesAlways1=y

[WysiwygChanges]
'the following causes the default increment change to be small rather than large
DefaultSmallIncr=y

[DocumentNotes]
'the following causes the default view to be the full list view
StartView=ListOnly

[CleanUpDoc]
'normally, multiple spaces = 2 or more spaces. However, with the following statement
' you can set multiple spaces to be defined as 3 or more, etc.
Min4MultSpaces=3

[Miscellaneous]
'the following causes the WordBooster Information macro ("?" on the toolbar) to 
' call up the WordBoosters.Doc file if it is not currently open. You simply need
' to supply the full name (including path) where the document can be found. The
' following is just an example...
WBOpenHelp=C:\DATA\WINWORD\MACROS\WORDBOOSTERS.DOC
'the following causes messages from the CopyTextToVariable and CopyTextToNote 
' macros to be displayed in the status bar instead of in pop-up dialog boxes.
StatusBarMessage=y