What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » python reg read

2 votes - 3 average   python reg read
Author: Message:
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: python reg read
Forgive my lack of python experience, but I think it would look something like this:

code:
iesettings = _winreg.OpenKey(
    _winreg.HKEY_CURRENT_USER,
    "Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings"
    )
    value, type = _winreg.QueryValueEx(iesettings,"ProxyServer")

    # do something with the value and data.

    _winreg.CloseKey(iesettings)

12-16-2008 02:59 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
python reg read - by Jarrod on 11-26-2008 at 11:20 AM
RE: python reg read - by segosa on 12-16-2008 at 01:51 AM
RE: python reg read - by Jarrod on 12-16-2008 at 02:08 AM
RE: python reg read - by segosa on 12-16-2008 at 02:54 AM
RE: python reg read - by TheSteve on 12-16-2008 at 02:59 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On