Atualizado : testei-o movendo um atalho sequencialmente para pastas diferentes e, surpreendentemente, ele funciona apenas nas seguintes pastas (pode não estar completo):
- Desktop:
%USERPROFILE%\Desktop
- Desktop comum:
C:\Users\Public\Desktop
- Menu Iniciar Comum:
%ProgramData%\Microsoft\Windows\Start Menu
- Programas comuns:
%ProgramData%\Microsoft\Windows\Start Menu\Programs
-
Acessórios :
%appdata%\Microsoft\Windows\Start Menu\Programs\Accessories
Além disso, tive que abrir Propriedades de um atalho movido para
- atualize a tecla de atalho para o atalho, definindo-a para qualquer outra coisa e, em seguida, retorne ao atalho final Ctrl Alt + H e
-
altere o alvo de atalho (apenas em algumas das pastas mencionadas acima)
- de
"D:\bat files\my Test Script.bat"
- para
cmd /c "D:\bat files\my Test Script.bat"
- de
FYI , estou no Windows 8.1 64 bit :
==> ver
Microsoft Windows [Version 6.3.9600]
==> set CommonProgramFiles
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
==>
Resposta original com base em A tecla de atalho para atalho não funciona Artigo da Microsoft:
Symptoms
You are unable to run a shortcut by pressing its shortcut key.
Cause
Shortcut keys work only for shortcuts on the desktop or in the Start menu hierarchy.
Resolution
Make sure that the shortcuts for which you want to use shortcut keys are on the desktop, on the Start menu, or in the Windows\Start Menu\Programs folder.
More Information
Shortcut keys work differently depending on the location of the shortcut. If the shortcut is on the desktop or in the Start menu hierarchy, you can use its shortcut key to start the assigned program, or switch to the program if it is already running.
If the shortcut is not on the desktop or in the Start menu hierarchy, you cannot use its shortcut key to start the assigned program, but you can use its shortcut key to switch to the assigned program if it is already running.
NOTE: Shortcut keys may not work for some programs. For example, shortcut keys do not work for items on the Quick Launch bar.