Hey everybody, I am having a slight problem with my computer. A few minutes ago, I just turned on my computer and everything was normal (all the start-up programs loaded) but for some reason I couldn't open Firefox or any other programs. So I closed a usual culprit, "explorer.exe." Before anybody jumps on me for closing explorer, let me explain. My computer is not very good. For some reason, explorer sometimes will lag horribly or freeze up my computer and the only way I can make it function normally again is to close explorer. However, when trying to run it from the Task Manager, Windows gave me an error, saying it could not recognize "explorer.exe." It gave me that "select program from list/use web service to find out!" box. I was very confused. So after sitting there with no way to open Explorer, I just restarted. Same thing happens again, only this time, none of the usual start-up programs even load. I get some errors like "Cannot open *.ink Use webservice to identify filetype," etc. And the icons for exe programs don't even show up. They have those little data ones.

Me, being the genius that I am, tried to open a exe program, and it said "Use webservice/use list." I was all like I clicked "use the webservice" thinking that it would just say "Cannot open Firefox.exe," but for some reason FireFox opened.

But it still doesn't run when I click on it in the start menu or anything..

HELP.

MP3 files no longer work because I recieve an error saying "this file type is not associated with a program..."

But Windows Picture and Fax viewer still works.

I am able to open programs by
1) Double-clicking a random file
2) Choosing to open the file with a program from the list
3) Selecting the program that I want to open on the list

I am using Windows XP on a Toshiba Satellite Laptop. I am pretty sure this is running SP1 (definitely not SP2). 512 mb ram, 2.4 ghz pentium 4 processor. This has never happened before!

Please help me. This is a very strange problem. Any assistance would be greatly appreciated! Thanks in advance.

Note: Sorry if I put this in the wrong forum. I thought about it, and thought that this was the best to put it in! Thanks again!

Dani AI

Generated

This looks like a classic registry-based file-association problem: Explorer/Windows no longer maps “.exe” and shortcuts (“.lnk”) to the correct handlers, so double-clicks ask “which program?” even though you can still run apps by using Open With. Back up your personal files now (as suggested) before changing the registry — you can break things further if an edit goes wrong. Restoring the default .exe/.lnk entries usually fixes the symptoms and is often required after malware or an errant registry edit. (technibble.com)

If you can run a program by using “Open with” (you already can), start Registry Editor that way: choose Open With -> Browse -> C:\Windows\regedit.exe. In RegEdit export the keys you will change (File -> Export) so you have a rollback. Then import a small .reg that restores the defaults — create a text file named exefix.reg with the content below, then in RegEdit use File -> Import to merge it, and reboot:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"

For shortcuts, a tiny lnkfix.reg that restores .lnk -> lnkfile and the IsShortcut marker will recover normal shortcut behavior. Use caution and export keys first. Guides and ready fixes for XP exist if you prefer a packaged reg/bat approach. (technibble.com)

If reg edits don’t stick or the problem returns at logon, boot to Safe Mode and run the assoc / ftype fixes from a command prompt:

assoc .exe=exefile
ftype exefile="%1" %*

If the values keep reverting, something at startup (malware or a bad startup entry) is re-writing the keys — scan from Safe Mode and inspect startup points (Autoruns/msconfig). If all else fails, consider System Restore/repair-install or a full reinstall after backing up data. (daniweb.com)

References: Microsoft docs on file-type commands and community XP .exe/.lnk repair notes for the exact registry entries and safe procedures. (learn.microsoft.com)

I don't want to sound harsh, but seeing as you have the ability to still backup any files, would formatting the Laptop and reinstalling the operating system not be a good idea. It just seems you've got a cluster of problems, that are going to take more than the rebuild time to fix.

With that in mind, I might advise perhaps the following, but I would back up all your data, whilst the thing still boots.

- Make sure you have free space on the C:\ drive, a lack of room can ocasionally cause programs not to function, but as you experienced, may still open. You need a nice 700mb free.
- Why not uninstall IE. This and other stuff supplied with XP can be rid through the Add/Remove Programs, "Add/Remove Windows Components".
- Make sure if your using shortcuts the path is correct
- Rename problematic programs, with .exe on the end
- Do usual virus spyware scans.
- Make sure you use the check box, always use this program for files of this type, when selecting "open with"

If I can think of anything else, will post, just make sure you check your room in C:\

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.