Displaying 9 results from an estimated 9 matches for "proxyenable".
2010 Feb 24
1
Sketchup 7 and proxy settings.
...tions for setting up a proxy for Wine from:
http://wiki.winehq.org/FAQ#head-d582e2a4e92f4d8ae6c3401daebd7d5621eb220f
######
My ~/.wine/user.reg contains the following entries after editing the file:
[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings] 1266741039
@=""
"ProxyEnable"=dword:00000001
"ProxyServer"="proxy.A.B.C:8080"
"User Agent"="Mozilla/4.0 (compatible; MSIE 8.0; Win32)"
######
Using the proxycfg.exe command to set the winhttp proxy I get the following;
> wine proxycfg -u
> wine proxycfg
Microsoft (R) WinHTT...
2009 Jan 06
1
Re: Configure the proxy in Internet Explorer
L. Rahyen wrote:
> On 2008-11-30 (Sunday) 19:41:17 eduardo_38 wrote:
>
> > Hello, I'm new and I need help.
> > I'm testing the Wine Internet Explorer are not as set proxy.
> > I'm testing the Wine and Internet Explorer do not know how to configure the
> > proxy. If anyone knows how, please help me.
> >
>
> Please read following short
2007 Mar 19
1
HOWTO configure internet access
Hi,
after searching all the sources I knew so far, there seems to be no
advice for configuring internet access for wine. Must obviously be too
streamline to bother about... ;-)
I'm running a program on wine that tries to update via internet without
bringing any configuration tools for this task itself. I assume that on
native win it reads system settings. And on wine, the update process
2005 Mar 03
2
Logon script
Hey everybody;
I've got a problem with a Windows 98 machine on my network. I use Samba as a
storage server with a folder for every user. To create network drives I use
a script that will be copied to the client and then executed whenever a
machine logs on to the domain.
So far everything works fine. The script is being executed on logon.
However, the network drive can never be found
2002 Feb 26
0
few idea about dealing with "Large Roaming Profiles"
...EGORY "Internet Explorer 5.X"
POLICY "enable proxy"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
PART "Use proxy server" CHECKBOX DEFCHECKED
VALUENAME "ProxyEnable"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END PART
PART "address of proxy server" EDITTEXT
VALUENAME "ProxyServer"
END PART
PART "specify as prox...
2004 May 24
2
Re: Windows XP machine not connecting to Samba 3.04 after upgrade
Hi,
as I wrote before: I'm not able to connect a Windows XP Pro notebook
to a Samba 3.0.4 server. All the other machines (most Windows XP Pro,
but also a few Windows 2000 and Windows 98) can connect without any
problem.
This one machine is not part of the NT domain because it needs to
connect 1 or 2 times a week only, and is on the road most of the
time.
The machine could connect
2008 May 23
0
Wine release 1.0-rc2
....
Ken Thomases (1):
winex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against numpad vkeys.
Lei Zhang (5):
quartz: Check input in MediaControl_GetState.
explorer: Allow explorer with no arguments to run winefile.
wine.inf: Open xml files using winebrowser.
mshtml: Added ProxyEnable / ProxyServer handling.
wininet: Send https scheme to proxy server when appropriate.
Maarten Lankhorst (11):
quartz: Don't return a pin in filesource when there is none.
quartz: Silence a fixme.
quartz: Reset time when rejecting sample in the mpeg splitter.
ntdll:...
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...e to @DOMAIN."
?
Sleep 10
Exit
; SUBROUTINE mailconfig
:mailconfig
? "Setting up your e-mail configuration ..."
?
;regedit \\gilbert\netlogon\administrator.reg
WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings", "ProxyEnable", "1", "REG_DWORD")
WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings", "ProxyServer", "192.168.0.30:3128", "REG_SZ")
;WriteValue("HKEY_CURRENT_USER\Software\HbTools\Time\HostIE\Updates...
2008 Apr 04
0
Wine release 0.9.59
...d reads in InternetReadFileEx too.
wininet: Support http_proxy environment variable.
wininet: Don't close proxy connections when keep-alive is specified.
wininet: Fix redirects through a proxy.
wininet: Don't set the host port from the server port.
wininet: Set ProxyEnable registry value if it isn't already set.
wininet: Use a direct connection for tests that connect to localhost.
wininet: Remove dead code from HTTP_DealWithProxy and improve its debug trace.
wininet: Parse the redirect URL in HTTP_HandleRedirect in case of a proxy connection....