A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Customizing Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How can I set different homepage for when I am logged to different networks?



 
 
Thread Tools Display Modes
  #1  
Old November 14th 11, 08:24 AM posted to microsoft.public.windowsxp.customize
spenningzahl
external usenet poster
 
Posts: 1
Default How can I set different homepage for when I am logged to different networks?

Hi
Our company computers are set to open our intranet page for default
homepage on Internet Explorer. This page can only be opened within the
company network.

When we log on computer outside this network the page cannot be opened
and we only get an error message.

Is it possible to set IE to open another webpage as homepage when
network is not company? And how can this perhaps be done?

Hoping somebody knows this type of challenge.

Thanks,
Karin
Ads
  #2  
Old November 14th 11, 08:46 AM posted to microsoft.public.windowsxp.customize
J. P. Gilliver (John)
external usenet poster
 
Posts: 5,291
Default How can I set different homepage for when I am logged to different networks?

In message
,
spenningzahl writes:
Hi
Our company computers are set to open our intranet page for default
homepage on Internet Explorer. This page can only be opened within the
company network.

When we log on computer outside this network the page cannot be opened
and we only get an error message.

Is it possible to set IE to open another webpage as homepage when
network is not company? And how can this perhaps be done?

Hoping somebody knows this type of challenge.

Thanks,
Karin


Are you allowed to _use_ the computer logged in to a different network?
--
J. P. Gilliver. UMRA: 1960/1985 MB++G.5AL-IS-P--Ch++(p)Ar@T0H+Sh0!:`)DNAf

"Everyone has always regarded any usage but his own as either barbarous or
pedantic." - Evelyn Waugh, quoted by Lynne Truss in "Eats, shoots & Leaves"
2003
  #3  
Old November 14th 11, 03:00 PM posted to microsoft.public.windowsxp.customize
Mayayana
external usenet poster
 
Posts: 6,438
Default How can I set different homepage for when I am logged to different networks?

Why not just use another browser for outside
the company intranet? Your options with IE
are not promising. The setting is in the Registry:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page

You could put a script on your Desktop to toggle
that setting, but there's a good chance that company
IT is overriding your choices. IE Registry settings are
*incredibly* convoluted, and they're designed so that
your sys. admin. can override any of them without
your control. The following setting, in some cases, can
override your choice, and you probably can't change it:

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\Start Page

If your IT people used the Group Policy settings to
override your start page the setting will be as below, and
again you probably can't change it because a normal user
cannot write to HKEY_LOCAL_MACHINE:

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet
Explorer\Main\Default_Page_URL

If you want to try toggling your start page, paste the
following in Notepad and save as StartPage.vbs. When you
double-click the file it will show a prompt to enter your
home page selection. Run that before opening IE.

'--- start code. watch out for newsgroup wordwrap -----

Dim SH, sURL
sURL = InputBox("Enter new Start Page URL", "Set Start Page", "http://")
If Len(sURL) 12 Then WScript.quit
Set SH = CreateObject("WScript.Shell")
SH.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page",
sURL
Set SH = Nothing

'-------------- end code ----------------

If the above doesn't work then either you don't have
permission to run the script or your home page choice
is being overridden by the IT dept.


--
"spenningzahl" wrote in message
...
| Hi
| Our company computers are set to open our intranet page for default
| homepage on Internet Explorer. This page can only be opened within the
| company network.
|
| When we log on computer outside this network the page cannot be opened
| and we only get an error message.
|
| Is it possible to set IE to open another webpage as homepage when
| network is not company? And how can this perhaps be done?
|
| Hoping somebody knows this type of challenge.
|
| Thanks,
| Karin


  #4  
Old November 15th 11, 11:36 PM posted to microsoft.public.windowsxp.customize
Tim Meddick[_3_]
external usenet poster
 
Posts: 1,020
Default How can I set different homepage for when I am logged to different networks?


One alternative might be to set your browser's homepage to a local
"offline" HTML file - say, to a saved local copy of the Google search-page,
then create on your desktop different internet shortcuts for each of your
needs.

Thus, when you need one "homepage" you click on one of the links, and when
you need the other, you click on the other!

If you ever happen to accidentally click on the "homepage button" in your
browser, then it will always, harmlessly navigate to a local address, which
will always be available...

==

Cheers, Tim Meddick, Peckham, London. :-)




"spenningzahl" wrote in message
...
Hi
Our company computers are set to open our intranet page for default
homepage on Internet Explorer. This page can only be opened within the
company network.

When we log on computer outside this network the page cannot be opened
and we only get an error message.

Is it possible to set IE to open another webpage as homepage when
network is not company? And how can this perhaps be done?

Hoping somebody knows this type of challenge.

Thanks,
Karin


 




Thread Tools
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

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






All times are GMT +1. The time now is 10:24 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.