Search
Page 54 of 256. Showing 2,557 results (0.102 seconds)
How to implement locking/unlocking a Windows worker at user login/out
You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock " in the logoff script. To set up logon/logoff scripts for…How to implement locking/unlocking a Linux worker at user login/out
KDM: In /usr/share/config/kdm, create the files: Xstartup (run a logon) Xreset (run at logoff) GDM: In /etc/gdm, create the files: PostLogin/Default (Logon) PostSession/Default (Logoff) This is the script that runs on login: MYHOSTNAME=`/bin/hostname` CO…How to implement locking/unlocking a Windows worker at user login/out
You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock " in the logoff script. To set up logon/logoff scripts for…How do I set up debugging for a supervisor or worker crash on Windows?
Briefly, set up Dr. Watson to get a crash dump. From the Start Menu, run these commands: Start->Run->drwtsn32 -i Start->Run->drwtsn32 More information on Dr. Watson can be found at Microsoft: http://support.microsoft.com/kb/308538 http://support.microsoft…Adding Tab plugins for custom lower tabs
will be displayed. Options: job: this tab plugin will be shown when the job list is visible. host: this plugin will be shown with the host/workers list is visible. tab_type: the type of tab…Installing submission dialogs in 3rd party applications
on the local machine. This may require local admin permissions. Confirmation of install When installation has completed, a dialog will be displayed showing results of the install…Adding Custom Plugins
: job: this tab plugin will be shown when the job list is visible. host: this plugin will be shown with the host/workers list is visible. tab_type: the type of tab plugin. See…Adding Custom Plugins
: this plugin will be shown with the host/workers list is visible. tab_type: the type of tab plugin. See above "Types of Tab Plugins" for a list of options. functions…Adding Custom Plugins
: job: this tab plugin will be shown when the job list is visible. host: this plugin will be shown with the host/workers list is visible. tab_type: the type of tab plugin. See…Adding Custom Plugins
with the host/workers list is visible. tab_type: the type of tab plugin. See above "Types of Tab Plugins" for a list of options. functions: a dictionary that maps UI focus to a plugin…