Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

any way to read/write registry info on Windows System

Status
Not open for further replies.

yannb

Technical User
Mar 12, 2003
3
US
I am new to python and I need a way to read a registry key and string and possibly modify that string.

any way to do that with python?

thanks

yann
 
Sure !

You need the win32all module.

You have the choice:
- You can download it separetely and install it over Python (see or - or use a Pyhton distribution which already includes the win32all modules (like ActivePython
Then use the reg* methods in the win32api module.
(see enclosed documentation).

If you need an example, see this:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top