The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    All of the links on my computer open in notepad instead of IE or Firefox

    Discussion in 'Windows OS and Software' started by Ricky_S, Jul 19, 2010.

  1. Ricky_S

    Ricky_S Notebook Evangelist

    Reputations:
    70
    Messages:
    324
    Likes Received:
    0
    Trophy Points:
    30
    Hey guys,

    I'm having this weird problem. The links in System icons or Taskbar (near the clock) they all open in Notepad.

    I mean when I receive a new email in my hotmail or gmail account. The messengers (gtalk and msn) have a little notification that pops that which tell you that you have a new mail.

    When I click on this notification instead of having Firefox open up my email account, I just get notepad with HTML code.

    I right clicked on one of the HTML files on my desktop and made sure that it opens with Firefox. Still the problem exists.

    Anyone have a similar or same problem?

    Thanks
     
  2. goofball

    goofball Notebook Deity

    Reputations:
    358
    Messages:
    1,710
    Likes Received:
    0
    Trophy Points:
    55
    What Windows version OS?
     
  3. Ricky_S

    Ricky_S Notebook Evangelist

    Reputations:
    70
    Messages:
    324
    Likes Received:
    0
    Trophy Points:
    30
    Win 7 home Premium
     
  4. goofball

    goofball Notebook Deity

    Reputations:
    358
    Messages:
    1,710
    Likes Received:
    0
    Trophy Points:
    55
    if you open regedit and go to

    • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html
    • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm

    Do you have 3 keys or only 2? Do you have one called Userchoice? What is the value for ProgID if you do?
     
  5. Ricky_S

    Ricky_S Notebook Evangelist

    Reputations:
    70
    Messages:
    324
    Likes Received:
    0
    Trophy Points:
    30
    .htm - ChromeHTML

    .html - FireforxHTML

    I don't even have Chrome on my Windows anymore. Since htm is attached to chrome and chrome is uninstalled, is that the reason it keeps opening it in notepad? Also I tried replace ChromeHTML with FirefoxHTML, it gave me an error "Cannot edit Progid: Error writing the value's new contents."
     
  6. jackluo923

    jackluo923 Notebook Virtuoso

    Reputations:
    1,038
    Messages:
    3,071
    Likes Received:
    1
    Trophy Points:
    105
    Right click the file, open with, choose your default program as firefox, and click ok.
     
  7. goofball

    goofball Notebook Deity

    Reputations:
    358
    Messages:
    1,710
    Likes Received:
    0
    Trophy Points:
    55
    delete the userchoice key(s) and start over again. It will go back to whatever the default is set to open with.
     
  8. Ricky_S

    Ricky_S Notebook Evangelist

    Reputations:
    70
    Messages:
    324
    Likes Received:
    0
    Trophy Points:
    30
    I did this step. I deleted the keys and opened the html and htm files again, this time they opened with notepad as well. When I went to change the program it had "Microsoft Office 2010 Component" as the default program to open those two file types. I changed both of them to firefox and now they open in FF from desktop.

    But the issue remains, whenever I click on the notification of an email in the taskbar, the link opens up in notepad. It just displays HTML code of the file that was suppose to open in FF.

    I wouldn't care much about this, but I use a device and after syncing, it opens a HTM or HTML file that displays some variables. But the file keeps opening in notepad. And this applies to everything in the taskbar system icons.

    For example, this is the file name that the notepad opens when I click on email link in Gtalk. "TokenAuth[1]..com%2Fmail&source=googletalk"
     
  9. Ricky_S

    Ricky_S Notebook Evangelist

    Reputations:
    70
    Messages:
    324
    Likes Received:
    0
    Trophy Points:
    30
    Anyone?
    Thanks :)
     
  10. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    This link should give you a bit of information:

    Registering an Application to a URL Protocol

    The problem isn't with file associations, it's with the http protocol handler somehow being associated with Notepad instead of a web browser. It should be fixable by editing the registry, I'm not sure of the exact location though.

    You may also be able to fix it by going into Firefox and setting it to be your default browser again. Probably the best way of going about it.
     
  11. Ricky_S

    Ricky_S Notebook Evangelist

    Reputations:
    70
    Messages:
    324
    Likes Received:
    0
    Trophy Points:
    30
    WOW

    I went to the settings and set firefox as the default browser again and it WORKED!

    Now, it seems too simple. Like the others I thought the problem was with file extension.

    Thank you kind sir. :)