Atalhos e programas não funcionam; mudou para ser associado ao “Media Center”.

1

Eu tenho um problema com meus programas e atalhos. Olhe para esta foto

Alguns dos ícones dos meus programas se voltaram para a associação de arquivos da central de mídia e, quando eu quero abrir programas, a central de mídia será aberta

Como posso resolver este problema?

    
por Arash Hatami 07.01.2016 / 17:36

1 resposta

3

Sua associação de extensão de arquivo de atalho foi corrompida (arquivos '.lnk'). Você pode corrigir isso seguindo as instruções aqui: link

Em resumo:

  1. Start Registry Editor (Regedt32.exe), select the HKEY_CLASSES_ROOT subkey, and then click Add Key on the Edit menu.
  2. In the Key Name box type ".lnk" (without quotation marks), and then click OK. Note that you should leave the Class box blank.
  3. In the Add Value dialog box, click OK to leave the Value Name blank, and click REG_SZ in the Data Type list.
  4. In the String Editor box, type "lnkfile" (without quotation marks), and then click OK.
  5. Select the .lnk key you just re-created under the HKEY_CLASSES_ROOT subkey. On the Edit menu, click Add Key and then type "ShellNew" (without quotation marks). Note that you should leave the Class box blank.
  6. Click Add Value on the Edit menu, type "command" (without quotation marks) in the Data Name box, click REG_SZ in the Data name box, and then type "RunDLL32 AppWiz.Cpl,NewLinkHere %1" (without quotation marks) as the string value. Quit Registry Editor, and then restart the computer.

Importante

Embora nem sempre seja o caso, as extensões de arquivo corrompidas geralmente são causadas por algum tipo de malware. Eu recomendo que você verifique seu computador em busca de vírus (usando AVG Free, Avast ou similar) e malware (Malwarebytes Anti-Malware, Spybot - Search & Destroy, etc.) assim que você corrigir as associações de arquivos.

    
por 07.01.2016 / 17:42