![]() |
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. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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)[email protected]+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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]() 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 | |
|
|