QUESTION :
By mistake,I have set the default program for .lnk files to windows media center.So whenever i launch a shortcut WMC opens but the shortcut does not get launched.Can you tell me what is the default programme to open shortcuts accurately?
ANSWER :
This will show you what your current association is. At a command prompt:
>assoc .lnk
.lnk=lnkfile
To return it to the value shown here:
>assoc .lnk=lnkfile
Within Windows this is done by:
“Right-Click” on the program.
Select “Open With”
Select “Choose Default Program”
Select the program that you wish to associate with that file, and then select “ok”
The file should from then on be defaulted to the program you selected.