I'm using Win XP SP2 and I'm not able to load explorer.exe after login. I can open the task manager, but when I try to start a new task, I get an error message stating that there are no programs associated with this file. I've tried the Dell tech support, but they were no help.
mcgrizzle 0 Newbie Poster
Dani AI
Generated
This symptom — being able to reach Task Manager but seeing “There are no programs associated with this file” when attempting to run anything after logon — strongly points to a damaged .exe file-type mapping or an altered logon shell rather than a missing explorer.exe binary. ’s registry fragment that restores HKEY_CLASSES_ROOT.exe is a valid and common fix, but the registry should be exported (or a System Restore point created) before applying any merges.
Recommended recovery sequence (ordered from least to most invasive):
- Attempt "Last Known Good Configuration" from the Advanced Boot Options (press F8 at boot) to restore the last working registry state.
- Boot Safe Mode and run System Restore to a date before the problem appeared.
- From Task Manager (if still available), try File → New Task → Browse and select C:\Windows\explorer.exe; this sometimes starts the shell despite broken associations.
- Verify Winlogon values: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell should be set to "explorer.exe" and Userinit should be "C:\Windows\system32\userinit.exe," (note the trailing comma). If those values are altered, restore the defaults and then reboot.
- If registry tools cannot be launched normally, use a WinPE/boot-rescue environment or the XP install CD (repair/Recovery Console or a repair install) to edit or replace registry hives offline. After restoration, run full offline/online malware scans because malware often tampers with .exe associations and Winlogon/Userinit.
If these steps still fail, a repair install from the original XP media is the typical next step. Any registry edits should be documented and backed up first — incorrect changes can prevent logon entirely.
HoustonIT 12 Posting Whiz
Can you get into the registry? If so you could add/correct the following data:
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"
[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"
[HKEY_CLASSES_ROOT\exefile\shell]
[HKEY_CLASSES_ROOT\exefile\shell\open]
"EditFlags"=hex:00,00,00,00
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"
[HKEY_CLASSES_ROOT\exefile\shell\runas]
[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"
[HKEY_CLASSES_ROOT\exefile\shellex]
[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PEAnalyser]
@="{09A63660-16F9-11d0-B1DF-004F56001CA7}"
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PifProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"
[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"
I just got this data from - . Hopefully it works for you.
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.