<pre>Simple patch to add Proxy Enable key by default. Fixes bug 9150.<br><br>(Credit goes to Dan Kegel/Sebastian for the key, but since no one implemented, here it is).<br><br>-Austin<br><br>Please CC me if needed, I&#39;m not subscribed to this list.
<br><br>From 03bd173063bb0d1101c26b9d8a0e94c85ac4292f Mon Sep 17 00:00:00 2001<br>From: Austin English &lt;<a href="mailto:austinenglish@gmail.com">austinenglish@gmail.com</a>&gt;<br>Date: Mon, 6 Aug 2007 22:13:52 -0500<br>
Subject: [PATCH] Add in Proxy Enable registry key by default.<br><br>---<br> tools/wine.inf |    1 +<br> 1 files changed, 1 insertions(+), 0 deletions(-)<br><br>diff --git a/tools/wine.inf b/tools/wine.inf<br>index 30e7ee0..1426e22 100644
<br>--- a/tools/wine.inf<br>+++ b/tools/wine.inf<br>@@ -335,6 +335,7 @@ HKLM,System\CurrentControlSet\Control\VMM32Files,,,&quot;&quot;<br> HKCU,Software\Wine\MSHTML,&quot;GeckoUrl&quot;,,&quot;<a href="http://source.winehq.org/winegecko.php">
http://source.winehq.org/winegecko.php</a>&quot;<br> HKLM,HARDWARE\DEVICEMAP\PARALLEL PORTS,,,&quot;&quot;<br> HKLM,HARDWARE\DEVICEMAP\SERIALCOMM,,,&quot;&quot;<br>+HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings,&quot;ProxyEnable&quot;,0x10001,0x00000000
<br> <br> [Nls]<br> HKLM,System\CurrentControlSet\Control\Nls\Codepage,&quot;37&quot;,,&quot;&quot;<br>-- <br><a href="http://1.5.2.3">1.5.2.3</a></pre>