Como faço para destruir ou redefinir uma associação de arquivos no Windows Vista?

2

Adquiri inadvertidamente arquivos .py para abrir meu editor em vez de executá-lo.

    
por DevelopingChris 19.05.2009 / 07:04

2 respostas

2

A parte de redefinição é detalhada em este artigo :

  1. Click Start Menu, and then type regedit in the Start Search and press ENTER.
  2. Navigate to the following registry branch HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\[ext].
    Replace the [ext] with the actual file extension that you want to restore its file type association to revert back to original Windows Vista default. If you unsure, simply browse through all the sub-key under FileExts.
  3. Delete the sub-key named UserChoice.
  4. Exit from Registry Editor.

Windows Vista will now use original file associations that comes built into system for the particular file extensions with “UserChoice” deleted.
However, the trick is not foolproof, especially if the other related system registry keys for the particular extension have been corrupted or broken. In such cases, it may be necessary to fix the file association by restoring its registry settings.

    
por 19.05.2009 / 07:57
0

Para alterar uma associação de arquivos:

Ir Iniciar - > Programas padrão

Escolha Associe um tipo de arquivo ou protocolo a um programa

Selecione sua extensão .py e clique em Alterar programa ...

Escolha o executável que você deseja executar seus arquivos .py.

    
por 19.05.2009 / 09:59