I am having a problem with file associations in that the options in Folder Options/File Types are grayed out. These are the New, Delete, Change and Advanced buttons. I noticed that I had a problem with my associations when my computer stopped keeping the changes I made using the Open With/Choose Program method. I installed Foobar2000 media player today and when I tried to associate media files within the configuration preferences I get the error message "An error occurred while changing file type associations. If you are using a limited account, please contact your system administrator.
I'm running WinXP Pro, SP2, in a two-month-old laptop. Until this week, I could add new file types in the Tools, Folder Options/File Types tab. Now I can't, and I don't know why. I can see the file-types list, but the New, Delete, Change, Advanced buttons are greyed out
somehow the default setting when i double click a file folder changed from "open" to "search". in my efforts to solve the problem i created a shortcut that does not work and i can't get rid of it because the "remove" option is greyed out in the "edit file type" window.
I restarted my computer and when I opened firefox, the program wouldnt open. The error said something about file extentsion does not exist, attach an association in the folder options of control panel. This problem applies to almost all programs on my computer. I had to change exe and insert in firefox in order to open it and I post this problem.. I was dumb enough and newbish not to create a system restore before fiddling with the registry. Is there any way to fix the problem?
I have been playin a lot of online RPG lately, so I been working with maps and photos, drawings, etc.. I got PSP8,and while installing it I switched the file associations ALL on, so every graphics file becames a PSP8 file. Well its causing all sorts of problems, the web wont upload PSP8 format. OOoopss. Fine , right, I just remove the PSP8 assoc on files, such as Jpeg, gif, bmp, but now those files are listed as having no extension now!! So the web wont even recognize them know, ie they dont show up in the 'browse' list. How can I restore the file associations to the originals, on the jpeg, bmp, gifs ?
For some reason now, whenever I try to RIGHT click on ANY of my file types, and do a OPEN WITH, I come up with the following message, "This file doesn't have a program associated with it, for performing this action. Create an association in the folder options control panel". Except that when I go there, there IS a program associated with the particular file type. Example: .jpg files, I have Microsoft photo editor, Paint Shop Pro 7, and Picassa, installed. I used to be able to RIGHT click on a .jpg file, and then go to "open with" and it would give me a list of installed programs to choose from. NOW I get the above error. Now, I DO use a registry cleaner, could I have damaged something? and how do I get it back?
nothing will open..i know it has to do with the file associations, and all that stuff.. i have looked everywhere about how to fix it, and nothing will work.
with .exe file associations in win xp.Every time an exe file starts up (including any startup programmes) an error window pops up headed clone dvd registration, and informing me that this program cant open whatever application is trying to open.I have tried restoring the association, but when I change the exe to open with 'application'. it automatically changes back to clone dvd registration.I have tried all the suggestions on this page: http://filext.com/info/showthread.php?t=12 but Im still getting the same results.
seems like with every new update done to Windows XP Home (SP2 + all current updates), I develop a new little annoyance.A few updates back, I noticed that when I change file associations to a specific program opening up my .jpgs, .tifs, and .gifs, from the default (Windows Picture & Fax Viewer), the newly-associated file does open the file, but the icons for those files remains as the default Windows Picture & Fax Viewer.(I suspect at the bottom of many of problems MAY be the installation of my Lexmark printer -- but then, it's a convenient scapegoat for everything!
Running xp home sp2. I cannot get it to recognize the program Quick Par for par2 files. When I right click a par2 & select "open with", it defaults to the wrong program, and the correct one (Quick Par) is not listed. When I try using the browse option from this point, it ignores my selection of Quick Par's .exe. When I go to WE/tools/folder options file types, I get the same dialogues with the same result. When I try to delete the par2 association from here, hoping to reset it the file to the right priogram, the delete button is dimmed. If I open Quick par & select the file in question, it performs normally, but I want the much more convenient right click context menu option. How can I associate these files with Quick Par, which the pc seems determined to ignore?
solution for hiding file extensions for known file types... even after reboot? I know nobody likes to hide them, but I do and I have tried EVERYTHING! I have checked it under Folder Options, I have tried setting it in my registry, I have increased BagMRU Size to 8000+, I have even tried silly batch files suggested through web page research and no matter what I do windows xp pro will never remember the setting after reboot and show the extensions. Is there anyway to fix this annoying problem so what I set in folder options or in my registry remains as I have set it after reboot.
On windows 98 you can simply right click the file name and change its file type. Example: image.bmp can be right clicked and changed to image.gif.I was wondering how you could do that on XP.
does anyone know any programs that work fairly well for converting m4a files of 320 kbps, to a mp3 of 192 kbps. i used to have a program that did this, but i can no longer find it. i've googled and everything. i can't find much.
I recently created a new "File Type" for file extension "H" (C source header files) and changed the "Open with" setting to that of my favorite text editor. Now, as expected, my "H" extension files have my text editors icon next to their names and when I double-click on an "H" extension file, the file opens in my favorite text editor. All good so far.Next, I created a new "File Type" for file extension "C" (C source files) and changed the "Open with" setting to that of my favorite text editor. When I double-click on a "C" file, the file opens in my favorite text editor as expected, however, the "C" files icon has not changed to that of my text editor and when I close & re-open the "File Types" dialog I do not see the "C" extension entry at all.
I have a friend running XP Home that needed to change what program a file type opened with. I had her go to Folder Options to change it but she only has the General and View tabs.Got the file type changed by right clicking and Open With but I'd like some ideas of how to get the missing tabs in Folder Options to show.
I have a tutorial in a CHM file format. I want to add some notes and highlight some stuff in the tutorial. Is it possible to edit a CHM file and if yes
For some reason my file types for MP3 which are associated with Winamp, have the icon for Nero Show Time. Doesn't matter what I do, I can't seem to get the icon to switch to a Winamp icon in my music folder. I can switch the icon in Options and File Types to the winamp icon, but when I go to my music folder the icon is still for Nero Show Time. Even after I reboot it's still the same.
When I open an Access 2003 DB in a multi-user mode I get the following error: "The parameter is incorrect". BUT if I right click on the file name and select Open With - Microsoft Office Access then it opens up just fine. I have tried to re-associate the program with the file type but that did not fix it. It opens fine if no one else is in the database.AND once I'm in the database and I try to click the Save button it tells me. I don't have exclusive rights and it wont' save my changes but it does save changes.
Using findstr to find strings is fairly easy. I am trying to search recursively through a path, but only want to check one of three file types: *.java, *.properties or *.xml.I know how to do one:Code :findstr /pinsc:"my weird search string" *.java But how to tell findstr to look only in *.java, *.properties and *.xml files without having to run findstr 3 times?
I Clicked on a game file to look in side with notepad and didn't unclick the box so i wouldn't associate notpad with the file. Now it's associated with notepad. How can I Put it back so windows will say no file types is associated with this exetention?
I had win xp installed on my C:, then installed win2k on my G:. I reformatted my C:, and when I restarted my computer, it could not boot into win2k.. it gave me an "insert system disk" error
Could someone quickly tell me what is the difference, in lamens terms, and above all which is the best bang for my buck. I am about to buy a laptop and just cannot make a decision. 64 64 x 2 Core 2 Dual Core Core Duo
I recorded a move off of television onto a dvd, and now I want to edit out the commercials and burn a new copy for myself. What is some good software to do this with? I have Adobe Premiere 6.0, but I cannot seem to get that to work with this dvd. I was able to decrypt it to my hard drive. I am very familiar with DVD Decrypter and DVD Shrink, but they are not for this type of editing,apparently.With DVD Shrink,all I can do is cut the beginning and the end credits etc. Is there something like DVD Shrink, but better, that lets you cut out the commercials and then encode it and burn it?
I've got XP Pro SP2. My JPE, JPEG, JPG files are displaying the Netscape icon next to them even though I have gone to Windows Explorer Tools Folder Options and set it up so that Photoshop opens each of these file types. The Photoshop icon is displayed in the Folder Options as it should be, and the files do open in Photoshop, but if I go to File > Open in Photoshop, all of these files have the Netscape icon. How do I make it so the Photoshop icon is displayed for these?
I have win XP x64 Pro. I have Adobe Acrobat Pro 9 installed & Autodesk Design Review 2010 installed.In windows explorer I can't see PDF or DWF files as thumbnails, I just get an icon image. I can see JPG, AVI, WMV, etc. They all give me a thumbnail image that is correct. I tried reinstalling Adobe & Autodesk Design Review and still nothing. I did however catch something odd. If I open Adobe, then click open, and browse to a folder within Adobe, I can see thumbnails for all file types, PDF, DWF & JPG. The same for Design Review, I can browse from withint the program, and it all looks correct. It's REALLY slow to generate the thumbnails, but they do eventually appear. And once generated, it's cached and the next program snaps them right up.
I am having 2 problems. My boyfriend changed a few file types and named a program to open them. (One was Sims2 Pack files) now the files don't work. How does one change them back, when one doesn't know what opened them in the first place? Also I have some DOOZIES of virus/and or/spystuff. (One of the things is a red ball with an x in it, that sits in my systray. I found out that it is impossible to clean (ie format) my C: partition.
When ever I open up one of the menus in any program (file, edit, tools, windows etc.) it doesn't show me anything unless I run my cursor down over them all. This all so happens with all the sub menus