Search

Search

Help

Page 54 of 256. Showing 2,557 results (0.102 seconds)

  1. 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…
    Qube 6.10May 23, 2018
  2. 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…
    Qube 7.0Nov 04, 2020
  3. 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…
    Qube 7.0Nov 04, 2020
  4. 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…
    Qube 7.0Nov 04, 2020
  5. 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…
    Qube 6.5May 01, 2014
  6. 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…
    Qube 7.0Nov 04, 2020
  7. 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…
    Qube 6.9Jul 05, 2017
  8. 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…
    Qube 7.0Nov 04, 2020
  9. 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…
    Qube 6.10May 23, 2018
  10. 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…
    Qube 6.7Jan 11, 2016