Lock NT via screensaver

Lock NT via screensaver 1.4

Lock NT via screensaver 1.4 Download Summary

  • Language: Python
  • Platform: Windows
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 291
  • Released: Jun 7, 2007

Lock NT via screensaver 1.4 Description

Lock NT via screensaver code implements a Python solution for locking a workstation via a secure screensaver.

Lock NT via screensaver Bookmark

Hyperlink code:
Hyperlink for Forum code:

Lock NT via screensaver 1.4 Script Download Notice

Top 4 Download periodically updates information of Lock NT via screensaver 1.4 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Lock NT via screensaver 1.4 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Controlling Windows Services

... For example, if you want to control the Workstation service try this: import WService workstation = WService.WService("Workstation") workstation.start() workstation.fetchstatus("running", 10) workstation.stop() workstation.fetchstatus("stopped") Creating an instance of the WService class is ...
Python

Dictionary tool for lazy typers

This script provides an alternative way of generating and updating dictionaries. It saves couple of keystrokes, making routine dict operations easier. ...
Python

Memory usage

Memory usage script provides a number of functions to get the memory usage of a Python application on Linux. ...
Python

Tabify

This script introduces a function that converts the indentation with spaces to tabs. ...
Python

Docstring coverage

This script is a tool to examine lack of docstrings in a module. It prints a rundown of the classes, functions, and methods in the given module that have not been given a docstring. ...
Python