news://news.* protocol

Posted: 12-30-2004, 03:35 AM
Hello,

How do I get it so that when I click on a news://news.* link in a
program that is aware of my system settings (like my web-browser), that
windows will open my default news client. I currently use FireFox & IE6
for browsing, both will open OE when clicking on a news://* link,
whereas I wish for ThunderBird (Mozilla) to be the default. I assume
that I will have to change something on the File Types tab, in Folder
Options Control Panel. I also assume that I'll have to change the
"URL:News Protocol" and the "URL:NNTP Protocol" selections, but don't
know what to do from there. I don't need help with my 3rd party
application (Thunderbird), though. Thanks for the help.

-matson
Reply With Quote

Responses to "news://news.* protocol"

Ramesh [MVP]
Guest
Posts: n/a
 
Re: news://news.* protocol
Posted: 12-30-2004, 06:01 AM
Open Internet Explorer
Click Tools, Internet Options, Programs tab
Select the preferred program as your default news reader (Newsgroups)

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"David Matson" <david-matson@comcast.net> wrote in message news:uVKvkCi7EHA.3336@TK2MSFTNGP11.phx.gbl...
Hello,

How do I get it so that when I click on a news://news.* link in a
program that is aware of my system settings (like my web-browser), that
windows will open my default news client. I currently use FireFox & IE6
for browsing, both will open OE when clicking on a news://* link,
whereas I wish for ThunderBird (Mozilla) to be the default. I assume
that I will have to change something on the File Types tab, in Folder
Options Control Panel. I also assume that I'll have to change the
"URL:News Protocol" and the "URL:NNTP Protocol" selections, but don't
know what to do from there. I don't need help with my 3rd party
application (Thunderbird), though. Thanks for the help.

-matson
Reply With Quote
David Matson
Guest
Posts: n/a
 
Re: news://news.* protocol
Posted: 12-30-2004, 06:04 AM
thank you, Ramesh. I should of mentioned that I've done that already.
It is set to my preferred news program (Thunderbird).

-matson



Ramesh [MVP] wrote:
> Open Internet Explorer
> Click Tools, Internet Options, Programs tab
> Select the preferred program as your default news reader (Newsgroups)
>
Reply With Quote
Ramesh [MVP]
Guest
Posts: n/a
 
Re: news://news.* protocol
Posted: 12-30-2004, 08:25 AM
Hi David,

You may try this question here:
http://forums.mozillazine.org/

Enquire about the news: protocol / command settings for Thunderbird.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"David Matson" <david-matson@comcast.net> wrote in message news:ebaL2Vj7EHA.2192@TK2MSFTNGP14.phx.gbl...
thank you, Ramesh. I should of mentioned that I've done that already.
It is set to my preferred news program (Thunderbird).

-matson



Ramesh [MVP] wrote:
> Open Internet Explorer
> Click Tools, Internet Options, Programs tab
> Select the preferred program as your default news reader (Newsgroups)
>
Reply With Quote
David Matson
Guest
Posts: n/a
 
Re: news://news.* protocol
Posted: 12-30-2004, 02:49 PM
thank you. I am currently trying this in both a microsoft and in the
mozilla forums. since it works fine for other users of Thunderbird
(Mozilla) on WinXP, it seems to be a problem with my windows settings...
thus I am asking in this microsoft forum how to set a news protocol
handler. I notice that in Folder Options | File Types, that there is no
"(None) URL:News Protocol", and that there does not seem to be an
implementation to create a new one using the "New" button at that
screen. I do not need help with the 3rd party application; I just need
generic help on how to use my WinXP system to fix this system problem.
Even by setting the default news client (internet options | Programs
tab) to OE, links (in IE or Thunderbird) are not opened in OE... So this
is NOT a Thunderbird problem. Using SysInternals' RegMon, I can see
that there is a registry entry for mailto:// links when clicked on, but
that there isn't for news:// links. Again, thank you for your support.
If you can post what I should do to set the News Protocol handler (and
not just the default client), I'll do my best to follow them. I should
be able to follow them. I know that this was a little long, but I felt
I needed to clarify.

-david

Ramesh [MVP] wrote:
> Hi David,
>
> You may try this question here:
> http://forums.mozillazine.org/
>
> Enquire about the news: protocol / command settings for Thunderbird.
>
Reply With Quote
Ramesh [MVP]
Guest
Posts: n/a
 
Re: news://news.* protocol
Posted: 12-30-2004, 03:02 PM
David,

The reason why I redirected to Mozilla support is that they should be knowing the command-line parameters for Thunderbird (if any)

Example: Outlook Express uses this command-line for news:
"C:\Program Files\Outlook Express\msimn.exe" /newsurl:"%1"


Now, because you're telling that there is no "URL : News Protocol" in the File types dialog:

1. Type "regsvr32 /i shdocvw.dll" in Start/Run. This create the default URL:News Protocol framework. Then select TBird from IE Options

-or-

2. From a working XP system, export the following registry key:
HKEY_CLASSES_ROOT\news

Then, import the REG file to your system.

-or-

3. Apply the REG file which I've attached here with. This creates the URL: News Protocol entry, but sets OE as the default news reader. You can change it to Thunderbird using IE Options again.

<Attached : news.reg>


If this helped, post back which of the above helped!

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"David Matson" <david-matson@comcast.net> wrote in message news:uOjJD7n7EHA.1188@tk2msftngp13.phx.gbl...
thank you. I am currently trying this in both a microsoft and in the
mozilla forums. since it works fine for other users of Thunderbird
(Mozilla) on WinXP, it seems to be a problem with my windows settings...
thus I am asking in this microsoft forum how to set a news protocol
handler. I notice that in Folder Options | File Types, that there is no
"(None) URL:News Protocol", and that there does not seem to be an
implementation to create a new one using the "New" button at that
screen. I do not need help with the 3rd party application; I just need
generic help on how to use my WinXP system to fix this system problem.
Even by setting the default news client (internet options | Programs
tab) to OE, links (in IE or Thunderbird) are not opened in OE... So this
is NOT a Thunderbird problem. Using SysInternals' RegMon, I can see
that there is a registry entry for mailto:// links when clicked on, but
that there isn't for news:// links. Again, thank you for your support.
If you can post what I should do to set the News Protocol handler (and
not just the default client), I'll do my best to follow them. I should
be able to follow them. I know that this was a little long, but I felt
I needed to clarify.

-david

Ramesh [MVP] wrote:
> Hi David,
>
> You may try this question here:
> http://forums.mozillazine.org/
>
> Enquire about the news: protocol / command settings for Thunderbird.
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
News groups Carlo Razzeto Windows Vista Mail 14 12-20-2007 10:13 PM
Configure for News-only Naseru Windows Vista Mail 1 05-30-2006 11:02 AM
news goupes rob Windows XP Help & Support 1 10-19-2003 11:52 AM
news Windows XP Movie Maker 1 10-15-2003 03:51 AM
MSN Breaking News Gregg Windows XP Messenger 1 07-08-2003 09:05 PM