Secret command promt to fix EXE file assocation

There will be times when you lose the EXE file association.  That means that you cannot import a .reg to get the association back since it uses Registry which is an exe file. You cannot try VB or Batch script since all these methods use an application to run and that application itself is an exe.

Below steps show how to open a command prompt even when the EXE file association is lost.

  1. Open Windows Task Manager by pressing CTRL+ALT+ESC
  2. Click File Menu
  3. Keep the CTRL button pressed and click on “New Task (Run…)” which will open a command prompt

Once command prompt is opened you can import a reg file by using “REG /import” command
The .reg file is available here: http://www.dougknox.com/xp/file_assoc.htm

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s