Microsoft online help files open with wrong program

When ever I go to windows help and select an online article it tries to open with one of my paint programs.  I can view any help files that are "on my computer" but if it's elsewhere, I can not open it. Can anyone tell me where I can change
the default help files.
 

Hi,
Please try suggests here to restore the default file association:
Restore Default Windows 7 File Extension Type Associations
http://www.sevenforums.com/tutorials/19449-default-file-type-associations-restore.html
Note: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore,
Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you
completely understand the risk before retrieving any software from the Internet.
If it doesn't work, check this hotfix:
Error opening Help in Windows-based programs: "Feature not included" or "Help not supported"
http://support.microsoft.com/kb/917607
Kate Li
TechNet Community Support

Similar Messages

  • Word files opening with wrong application when attached

    So here is a new one..
    Whenever I open a word file that someone has sent me directly from the message in mail it opens with an application called note taker. Yet when in finder if I double click on a word file it opens in word. What gives and how do I change this?
    I am really not happy with Leopard thus far....

    bump Anyone?

  • Opening .doc files with wrong program

    Hi *,
    first I've installed open office. A few month later I installed micorsoft office. After that I converted all office files. Everything was working fine. Now my mac forgot to open .doc files with ms word, he chooses oo word. I do'nt have these problems with .xls files.
    Where are the global settings that I can tell my mac to open .doc files with ms word (I will not use "open with" each time;-)
    Thanks in advance
    Michael
    Message was edited by: MichaelLudt

    Select the file. Do a "Get-Info" from the File menu. (command-I). In the drop down menu "open with" select the program and then confirm you want all files like these to open with that program.

  • Launching Microsoft Access from Internet Explorer to view a downloaded MDB file opens the wrong file (not a problem if I use Firefox)

    When clicking on a link (in Internet Explorer 9) to download an Access MDB file and then choosing to open the file directly in Microsoft Access (2007) instead of saving it, the file is copied to Temporary Internet Files but Microsoft Access tries to open
    a different file and displays an (Unrecognized database format) error.
    When I click on the option to open the file, the MDB file is copied to Temporary Internet Files\Content.IE5 but instead of that file, Access tries to open a different (incorrect) file located in Temporary Internet Files\Content.MSO (e.g. in the above error
    message, NativeView.do is an XML file containing an error message).
    I don't see this problem with Word, Excel or PowerPoint files. When opening a Word file (without saving) the Word file is copied to Content.IE5 but an identical .tmp file is created in Content.MSO which when opened in Microsoft Word displayed the required file
    correctly. The same happens for Excel files. PowerPoint appears to be handled a little differently (no .tmp file created in Content.MSO but the required file is still copied to Content.IE5) but the PPT file is still opened correctly in Microsoft PowerPoint.
    I think the Content-Type "application/msaccess" is fine because Internet Explorer does launch Microsoft Access. It just tries to open the wrong file (or so I think). However, it looks like the file type is not being determined. Here is what I noticed
    when trying to open different Microsoft Office files using Internet Explorer:
    The last one is the MDB file. As you can see, only for this type of file, the "Type" (Microsoft Office Access 2007?) is not displayed in this Open/Save dialog box.
    On Firefox, I don't see this problem. When I tried clicking on the link to the MDB file in Firefox, Microsoft Access was launched and the file was opened correctly. Is there something I can do so the MDB file is opened properly using IE? I can add/change headers
    in the HTTP response that writes this file to the output stream (on disk) if that helps.
    Thanks for your time!

    Sounds like a problem symptom to be discussed in either an IE forum or an Access forum, not here.  How did you come to post here?  ForumsRedesign.  That might be an on-topic issue for this forum.  <eg>
    Can you find your way to either of those other forums easily from here?  Another on-topic question for here I think.   ; )
    Robert Aldwinckle
    Oops, my bad. Thanks for letting me know! :)
    I've re-posted it here: http://social.technet.microsoft.com/Forums/ie/en-US/1a818501-296c-42fb-8abb-ba914629c962/launching-microsoft-access-from-internet-explorer-to-view-a-downloaded-mdb-file-opens-the-wrong-file?forum=ieitprocurrentver
    Hopefully that's the right place for this.
    Cheers!

  • TS3212 when i download it saves as a file? itunes-setup? and ask me to open with a program. what am i missing

    when i download i tunes im asked to open save cancel. wherever i save it saves as a file itunes-setup. when i try to open this file it asks me to open with a program. just want to download i tunes, i had it before, thanks

    Have a look here  >  http://www.apple.com/support/itunes/install/

  • Open With my program doesn't work

    I have Java program which runs on PCs and saves files with a special extension. When I double click on a saved file, I would like it to open with my program. This worked before when my program was stored on the C drive. But now I store it more appropriately in the Program Files folder, and it does not work anymore.
    If I try to say Open With and browse to my program, it does not show up in the list, so I cannot choose it. Or if I go to Default Programs in the Start menu, click on Associate a file type or protocol with a specific program, select my extension, click on Change program, and browse to my program, again it does not show up in the list, so I still cannot choose it.
    I am using Windows Vista, and I am able to make associations with other programs, but not with my program.
    How can I make it work? Thanks for your time!

    Sorry to bother you with this. Yes, this was a Windows problem, not a Java problem.
    The solution was to use the Registry Editor. Just for the record, let me post my solution:
    For being able to open files with my extension, I had to create a registry in
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts,
    including the subkey of the program name in the subfolder OpenWithList
    and the subkey of the program id in the subfolder OpenWithProgIds.
    And for the program id I had to create another registry entry in HKEY_CLASSES_ROOT,
    including the subfolders Shell, Open, and Command, where I placed the
    subkey of the directory of my program.
    I did all this with my installation program Inno Setup (www.jrsoftware.org). Here is
    the code I created with Inno Setup for recognizing my ".ac" extension:
    [Registry]
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac"; Flags: uninsdeletekeyifempty
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac\OpenWithList"; Flags: uninsdeletekeyifempty
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac\OpenWithList"; ValueType: string; ValueName: "a"; ValueData: "Ananya.exe"; Flags: uninsdeletekey
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac\OpenWithProgIds"; Flags: uninsdeletekeyifempty
    Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ac\OpenWithProgIds"; ValueType: binary; ValueName: "AnanyaCurves"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves"; ValueType: string; ValueData: "AnanyaCurves"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell"; ValueType: string; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell\Open"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell\Open"; ValueType: string; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell\Open\Command"; Flags: uninsdeletekey
    Root: HKCR; Subkey: "AnanyaCurves\Shell\Open\Command"; ValueType: string; ValueData: """C:\Program Files\AnanyaCurves\Ananya.exe""""%1"""; Flags: uninsdeletekey
    Now my program even shows up in the Recommended Programs!
    And, by the way, this only worked if I put my extension key in
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts.
    It did not work if I tried to put my extension key in HKEY_CLASSES_ROOT.

  • Acrobat Pro X: File Open closes down program

    Just installed my licensed copy of Acrobat Pro X on Windows 7-  64 BIT with lots of RAM & a great processor; I am a retired computer science teacher so am no novice. When I try to open any local  a PDF on my hard drive by navigating within Acrobat Pro X: "Choose File > Open" the Acrobat program immediately just closes down every time (no messages, no warning, nothing). Yet the program is working fine when I open any PDF from OUTSIDE the program say an email or Windows Explorer. Same program closing occurs when I try to open a local PDF using the Splash Screen. Everything also works fine when I open a recent document from the Splash Screen..It's only the "OPEN" button both on the File Menu and the Splash Screen that "crashes" Acrobat Pro X....so peculiar & annoying...This is most disconcerting and I cannot find this problem for anyone else searching on Google. Can anyone get tot he bottom of this and help please?

    You are not the only one this happens to. I hope we can get an answer soon!

  • How change the File Open With list of apps?

    In Bridge CS3, how does one edit the list of applications in the File > Open With menu (also available from the contextual menu for any image).
    The list contains a number of applications that I would never use to open an image, and I would like to add to it, a new image editor (pixelmator) that does not appear in it. I have looked in the Bridge Help and the Preferences dialog and don't see any option to do this.

    OK, I have now learned that Mac OS keeps the list of which apps to open what, in the "launch services database."
    This database can be cleaned up and reset which somewhat simplifies the list that is displayed by the Finder OR by Bridge CS3.
    Here is an article on how to reset the launchdb:
    http://www.macosxhints.com/article.php?story=20031215144430486
    Be sure to read all the way to the end as there are updated instructions down among the comments.
    Here is a thread in the Apple Support forums discussing the same issue, and it includes links to some 3rd-party programs that can reset launch services without use of a lengthy Terminal command:
    http://discussions.apple.com/thread.jspa?messageID=1289317
    Even after rebuilding the launchdb, I find that a large number of apps are "registered" to open JPG files, including Camino, Opera, TextWrangler and others with only a tenuous connection to JPG. I don't understand why this is, and I would still like to find a way to limit the JPG Open-With list to a few graphics programs. But cleaning up the launchdb as described in the linked pages, did get rid of some programs and added some missing ones.
    Hope this actually constructive info is useful to others.
    Dave Cortesi

  • File open in native program, only if it is checked out in sharepoint

    File associations
    If .jph(xml file) file is checked-out in sharepoint, then file opens in native program exe on click on file link in sharepoint.
    But if file is not cheked out, then on click it opens xml in browser.
    I want file to be open in native progaram, on click on file link
    Kindly suggest.
    Jagadish

    Hello,
    If checkin/checkout is enabled for library then file is in read mode until you check it out. You may try one thing, just go to library settings-->advanced settings-->open file in client if it is set to browser.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Need suggestions for proofreading online help files

    I have created online help docs off an on for many years...
    and have contemplated this issue several times and never come up
    with a really good answer.
    Right now, the product manager is tryiing to proof one of the
    online help files that i've COMPLETELY revamped and he's
    complaining about the time this is taking and how difficult it is
    because not all topics are in the TOC...
    so I suppose i could regnerate the TOC and include EVERY
    SINGLE topic... but I was wondering if anyone else had any other
    suggestions for best practices when it comes to reviewing online
    help files.
    THANKS for any input you might have.

    Umm!. I have to admit that I find your approach of adding ALL
    topics to the TOC works as well as any. However it does cause
    problems where one or more popup topics appear in the same topic.
    This causes a bit of uncertainty unless there is a clear indication
    in the topic where a popup exists and an understanding of what TOC
    topic to look at. What I tend to do is have a piece of text (e.g.
    see popup titled xxxxx) which has a conditional build tag on it.
    Then you include the build tag when you compile. I also tend to
    have all the popups in a separate book in the TOC. You can then
    easily remove all the popups from the finalised output. It means a
    bit of tossing and turning between TOC chapters but seems to work
    reasonably well. You could also produce two printed copies, one
    containing the popups and another containing the main topic
    content. Hope this helps solve your conumdrum.

  • Flash files open with no timeline

    I just uprgraded my Mac OS from 10.4 to 10.6. Now some of my Flash files open with no timeline and nothing on the stage. If I try to open a library item it crashes. I tried reinstalling Flash and installing all updates to the OS… no luck. Help!

    I was able to open it on an OS 10.3 machine. After deleting the preloader from the stage, the fie works again on a 10.6 machine.

  • Online Help files not working on LR 6

    I am new to this forum and hope this question is posted correctly. I just downloaded a standalone version of LR6 but when I try to reach the online help files I am met with a message saying that Safari cannot reach the page. Can anyone please ?

    I am new to this forum and hope this question is posted correctly. I just downloaded a standalone version of LR6 but when I try to reach the online help files I am met with a message saying that Safari cannot reach the page. Can anyone please ?

  • What does the error - file open with write privilege mean?

    When exporting an iMovie, I received the error message, file open with write privilege - what does that mean and what causes it?

    Hi
    Error -49
    Error -49  opWrErr  File already open with write permission
    Trash the preference files while application is NOT Running.
    Yours Bengt W

  • CC14, all files open with asterisk in file name.

    CC14, all files open with asterisk in file name, need to save or cancel to close file. Is there a way to change that?

    No. It happens to any InDesign file. I created a new file in CC14, saved, closed, opened and it had the asterisk.
    If it is a time synchronization, how do I correct that?

  • File Association - Opening in wrong program

    Hi,
    I have a program file (Total Training for Photoshop CS Launchpad) which for some reason is opening up in Photoshop - I guess it's associated with it. but of course photoshop doesn't recognize the file...
    The file doesn't have an extension but in finder is listed as a Unix Executable file....
    Is there anyway I can get it to run properly?
    Thanks in advance, Chaim

    Welcome to discussions, Brandon. It has been a while since I worked with OS 10.2, but one thing you can try is to highlight the applications in question and then in the menu bar, click on "File" then click on "get info" In that drop down panel, you may see and option that says "Open with" where you can choose an alternative application to open.
    M.

Maybe you are looking for

  • List of issues with patch level

    Is there a list of application errors reported for each patch level? When working with SAP R/3, there is a SAP note released for each patch level which states the changes delivered in that patch as well as what fixes are delivered. Therefore, it is e

  • Incomplete Data on Desktop

    Hi! Everyone We are working wit MAM 25 SR5 SP21. We do have the following parameters  set on the MobileEngine.config file: MobileEngine.Sync.RepetitiveSyncEnabled=true MobileEngine.Sync.MaximumNumberOfRepetitiveSyncs=10 MobileEngine.Sync.TimeBetweenR

  • Fix didn't work, nor did reimport of 32 GB

    After trying Chris CA's fix, the music library was still incorrect, despite "Copy files to iTunes" being checked. I created a new, empty library. Impoertd one cd. Quit. - THe library works where it is and all iTunes 'special' files are in place - I t

  • Maximum number of items reached in FI--help required please

    Hi, How to avoid the situation(error) Po raised for some 300 line items. PO consists of 3-4 header conditions and all the conditions are linked to a differrent GL account all together. GR to be done against PO. System fails to post the document becau

  • Cwm won't read configuration files

    i built cwm from source and it won't seem to accept configuration. either from ~/.cwmrc or -c /path/file. i've tried various different .cwmrc's, from full configs to just one bind, but it won't seem to take it. any tips from cwm users on what i might