Learning Network Manager Thread, Proxy settings not there on second logon. in Technical; I'm not sure whether this is an LNM problem - or a pc image problem but here's the scenario:
- ...
-
6th October 2006, 11:37 AM #1
- Rep Power
- 0
Proxy settings not there on second logon.
I'm not sure whether this is an LNM problem - or a pc image problem but here's the scenario:
- Mini-towers with XP Pro SP1 logon to the server GPO invokes - my documents redirected fine, the internet works.
- 1st user logs off - 2nd users logs on and everything works fine but - the proxy settings and the homepage are gone - so no 'net access. If the PC reboots the first user to log on can browse the net fine.
All desktop PCs with different hardware work fine everytime. I guess I'm answering my own question and it is an image issue - but has anyone come accross this before? Is there a fix so I don't have to re-image all the towers?
- tried upgrade to service pack 2 - no joy
- there is the possibility they were upgraded from XP Home Edition
One last note - the towers did not have this problem when logging on to the old (now departed) server (server 2000).
Any suggestions gratefully accepted.
-
-
IDG Tech News
-
6th October 2006, 12:11 PM #2 Re: Proxy settings not there on second logon.
Are you redirecting the application data folder?
-
-
6th October 2006, 01:08 PM #3 Re: Proxy settings not there on second logon.
-
-
6th October 2006, 02:13 PM #4
- Rep Power
- 0
Re: Proxy settings not there on second logon.

Originally Posted by
Geoff Are you redirecting the application data folder?
Nope.
-
-
7th October 2006, 10:38 AM #5
- Rep Power
- 0
Re: Proxy settings not there on second logon.
I fixed it by putting this vbscript in startup on the profile
(works a treat):
set WSHShell = WScript.CreateObject("WScript.Shell")
' Proxy Settings
WSHShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Internet Settings\ProxyServer", "10.0.0.2:8080"
WSHShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Internet Settings\ProxyEnable", 1, "REG_DWORD"
WSHShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Internet Settings\ProxyOverride", "10.0.0.*;intranet.*;"
Set WSHShell = WScript.CreateObject("WScript.Shell")
' Home Page URL
StartPage = "http://www.google.co.uk"
WSHShell.RegWrite "HKLM\Software\Microsoft\Internet Explorer\Main\Start Page", StartPage
WSHShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", StartPage
-
-
7th October 2006, 10:54 AM #6 Re: Proxy settings not there on second logon.
Oh hold on a second... it could just be that you haven't set the proxy as per machine instead of per user so each user account was being considered seperate and thus empty.
Either way you got a fix that worked so all good..
-
-
7th October 2006, 11:58 AM #7 Re: Proxy settings not there on second logon.
Equally you could use that method to block access when you wanted
-
-
6th October 2007, 11:14 AM #8 Re: Proxy settings not there on second logon.
I use a group policy for those logging onto the network. See Internet Explorer settings.
-
SHARE:
Similar Threads
-
By gh256 in forum How do you do....it?
Replies: 1
Last Post: 7th December 2007, 10:15 AM
-
Replies: 3
Last Post: 9th November 2007, 11:42 AM
-
By Jonny_sims in forum Windows
Replies: 19
Last Post: 25th May 2007, 07:12 AM
-
By dezt in forum Networks
Replies: 16
Last Post: 3rd October 2006, 08:26 PM
-
By tosca925 in forum Windows
Replies: 9
Last Post: 18th January 2006, 01:54 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules