Além de uma categoria Tarefas , a Lista de Atalhos de um aplicativo pode incluir Recentes , Frequentes , Fixadas assim como categorias personalizadas (veja também este útil artigo de Raymond Chen).
Quanto ao funcionamento, dê este artigo é uma leitura:
What does the Windows Shell consider a recent or frequent item? Well, it’s just a file [or folder in your case - Karan], that your application is associated with in the registry (not necessarily as the default handler), and that was either:
- Used to launch your application directly (e.g. double-clicking a file in Windows Explorer)
- Selected by the user in a common file dialog (open/save)
- Specified as the parameter to the SHAddToRecentDocs API function
O segundo é provavelmente o que se aplica ao seu caso, e assim a pasta que você selecionou na caixa de diálogo Salvar do Audacity é adicionada à Lista de Atalhos do Win Explorer. Útil certamente, mas mágica? Não é bem assim. :)