Example For winreg

Example For winreg

Example For winreg Download Summary

  • Language: Python
  • Platform: Windows
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 399
  • Released: Feb 23, 2007

Example For winreg Description

This script is an example of how to use the winreg module. The code had the first purpose of demonstrating the concept of a graphical shell built in Python. The shell was easily modified to make use of the Window's registry but retains traces of its original method of operation.

Example For winreg Bookmark

Hyperlink code:
Hyperlink for Forum code:

Example For winreg Script Download Notice

Top 4 Download periodically updates information of Example For winreg 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. Example For winreg 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!

Windows registry

This script allows you to store some data for your progam in the windows registry without many complex operations. ...
Python

Easily call executables from Python

... such as bash. This script implements a shell-like module in Python which allows you to easily call executables and work with the results. all >execu/ ...
Python

Get system language dependent paths on windows

This module provides a few functions to retrieve the path names of some windows system directories from the registry and the environment. These path names can be different depending on OS version, installation language, current user and personal setup. Because of this, they should not be included statically in your ...
Python

Creating a share on windows

This script is an example of how one would use python's win32net module to create a share on windows. ...
Python

Controlling Windows Services

This script is a module for manipulating WinNT, Win2k & WinXP services. It contains the WService Class. The WService Class is used for controlling WinNT, Win2k & WinXP like services. Just ... to the class instance and go from there. For example, if you want to control the Workstation service ...
Python