========================================================================
    DYNAMIC LINK LIBRARY : PWBDisableWindowsGUI
========================================================================


Version 1.02 11-21-2005


PWB add-on that selectively disables the Windows Graphical User Interface.

To use with PWB, copy the PWBDisableWindowsGUI to a folder of your choice, and add the following to your PWB INI file.

[Addons]
PWBDisableWindowsGUI=C:\Path to folder\PWBDisableWindowsGUI.DLL


Edit the PWBDisableWindowsGUI.INI file to selectively hide or show GUI parts. The PWBDisableWindowsGUI.INI must be in the same folder as the PWB.EXE file.


PWBDisableWindowsGUI.INI

[General]
HideDesktop=True
Hides Windows Desktop preventing direct access to it.

HideTaskbar=True
HIdes Windows Taskbar preventing direct access to it.

HideStartButton=True
Hides Windows Start Button preventing direct access to it.

HideTaskTray=True
Hides Windows Task Tray  preventing direct access to it.

HideTaskbarButtons=True
Hides Windows Taskbar buttons preventing direct access to it. Used in conjunction with HideWindowsTaskbar.

CloseStartButton=True
Closes Windows Start Button preventing direct access to it. Unlike the hide option, this will not show the Start button when application is exited.

CloseTaskTray=False
Closes Windows Task Tray  preventing direct access to it. Unlike the hide option, this will not show the task tray when application is exited.



[Keys]
DisableShortcutKeys=True
Enables disabling Windows shortcut keys by setting a low level keyboard hook.

DisableWindowsKey=True
Disables both right and left Windows keys.

DisableApplicationsKey=True
Disables the applications key (context menu key).

DisableCtrlEsc=True
Disables the key combination Ctrl-Esc to access Start Menu.

DisableTaskSwitching=True
Disables the key combinations Alt-Tab, and Alt-Esc.

DisableAltSpace=True
Disables the key combination Alt-Space to prevent the System menu form displaying.

DisableCtrlKey=False
Disables the Ctrl key.

DisableAltKey=False
Disables the Alt key.


[Mouse]
DisableMouseClicks=True
Enables disabling mouse clicks by setting a low level keyboard hook.

DisableRightClick=True
Disables right mouse clicks.

DisableShiftLeftClick=True
Disables Shift plus left mouse click.


Please email Support@TeamSoftwareSolutions.com for questions or problems using PWBDisableWindowsGUI.



This software is distributed as is, the user takes all responsibility in using this program.