Windows registry

Windows registry Download Summary

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

Windows registry Description

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

Windows registry Bookmark

Hyperlink code:
Hyperlink for Forum code:

Windows registry Script Download Notice

Top 4 Download periodically updates information of Windows registry 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. Windows registry 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!

Treat the Win32 Registry like a Python dict

... most of the win32api functions for accessing a registry. It will read and write all win32 registry types, and will de/serialize python objects to registry keys when a string or integer representation is ...
Python

Example For winreg

... easily modified to make use of the Window's registry but retains traces of its original method of operation. ...
Python

Get system language dependent paths on windows

... 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 ...
Python

Controlling Windows Services

... the short name as itpears in in the registry. ...
Python

Creating a share on windows

... python's win32net module to create a share on windows. ...
Python