I removed my folder association and cannot open any folders!

John Savill

March 4, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. A. That was silly :-)

Fortunately this can be fixed with two simple commands which should be run from a command session (cmd.exe)

  1. From the Start menu select Programs and then Command Prompt (or select Run and enter cmd.exe)

  2. Enter the following commands:
    ftype folder=%SystemRoot%Explorer.exe /idlist,%I,%L
    assoc folder=folder

  3. Close the command session

The first command creates a new file type, folder, and the action associated with it. The second command creates the association between the "extension" and its file type.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like