Associate todos os arquivos sem nome com o bloco de notas

1

Eu tenho muitos arquivos que não têm nome de arquivo, começa com . e tem apenas uma extensão.

É possível definir um programa padrão para todos eles, então não preciso configurá-lo toda vez

    
por VarunAgw 20.05.2015 / 14:48

1 resposta

1

Em vez de associações específicas, considere adicionar um programa ao menu do botão direito de qualquer arquivo com o seguinte.

  1. Navigate to regedit.exe in the Start Menu—or hit Windows Key + R and type regedit.exe—and head to this key: HKEY_CLASSES_ROOT > Directory > Background > shell
  2. Right-click shell and select New > Key. Name the key the application you'd like to add to the context menu.
  3. Now right-click the new key you just made and once again select New > Key. Name the key "command" in all lowercase.
  4. In the new command key folder you just made, double-click the (Default) key located on the right-hand side of the window. In the Value data section, put the path to the executable file for the application you'd like to add to the context menu and hit OK.

link

Para instruções mais detalhadas, visite a seguinte página:
link

    
por 20.05.2015 / 15:24