Old 1st October 2007, 20:31   #1
Snowsride
Junior Member
 
Join Date: Oct 2007
Posts: 2
Reg file code does not work

I am not a programmer and have created two reg files by trial and error one works and the other does not although they are nearly identical.

I want to automate the enabling and disabling of proxy server in IE so that the user (my wife) does not have to go through tedious keystrokes in IE.

This works to enable proxy server:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=Dword:00000001

The following does not work although I get a message that the registry has been updated:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=Dword:00000000

I have ensured that IE is closed when I run the file.

Any help appreciated.
Snowsride is offline   Reply With Quote
Old 1st October 2007, 20:46   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
How is this related to NSIS?

With NSIS, use WriteRegDWORD.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 1st October 2007, 21:03   #3
Snowsride
Junior Member
 
Join Date: Oct 2007
Posts: 2
Kichik

I guess I'm in the wrong forum can you point me in the right direction?
Snowsride is offline   Reply With Quote
Old 1st October 2007, 21:05   #4
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
No. I can't think of one forum in the Winamp forums that'd match that question.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump