Veja o artigo deste WinTuts: Desative o Controle de Conta de Usuário (UAC) para certos aplicativos do Windows Vista . Essa página foi escrita para o Vista, mas provavelmente funciona também no Windows 7.
Eu uso um aplicativo chamado Everything (apenas google it) que inicia automaticamente após o login. Depois que eu entrei, a caixa de diálogo do UAC aparece, e devo confirmar com yes. Isso é um pouco chato toda vez que eu inicio meu computador para confirmar essa caixa de diálogo. Existe uma maneira no Windows 7 para dar a este aplicativo uma exceção, para que a caixa de diálogo do UAC não apareça sempre que eu fizer login?
Veja o artigo deste WinTuts: Desative o Controle de Conta de Usuário (UAC) para certos aplicativos do Windows Vista . Essa página foi escrita para o Vista, mas provavelmente funciona também no Windows 7.
Eu não testei o o caminho de Fran . De qualquer forma, eu encontrei um manual sobre uma solução diferente usando atalhos , projetado especialmente para o Windows 7. Acabei de testá-lo e funciona.
O algoritmo (imagens no link página ):
The trick makes use of Windows Task Scheduler to create a task with highest privileges. The task is then used in a shortcut. First, create the task:
- Open Task Scheduler by entering “sched” (without quotes) in the Start search box. Another way is Control Panel-System and Security-Administrative Tools-Schedule tasks.
- In the right pane of the Task Scheduler interface (shown in a previous tip), click “Create Task”.
- The dialog shown below will open.
- Give the task a name. You will need to use this later.
- Be sure to check the box by “Run with highest privileges”. This is what keeps the UAC prompt from popping up.
- Click the tab “Actions”
- Click the button "New..."
- The dialog window shown below will open.
- Enter or browse to the full path and name of the program you want to run. If it has spaces, enclose the entire path and name in quotation marks.
- Click "OK"
- If you are using a laptop or other battery-powered device, click the "Conditions" tab and remove any power settings that might interfere with running on a battery.
- Click “OK”
Next, you create a shortcut to run the task:
- Right-click on an empty spot on the desktop.
- In the context menu that opens, choose New—Shortcut.
- In the box under “Type the location of the item”, enter
schtasks /run /tn "your_taskname"
whereyour_taskname
is what was used in step 4 above. Be sure to keep quotes around the task name.- Click “Next”
- Enter a name for the shortcut.
- Click “Finish”
- Place the shortcut anywhere convenient.
Outra versão da mesma solução adiciona mais um passo, adicionando o ícone apropriado (novamente, não copiei imagens da página vinculada):
- Click/tap on the Shortcut tab, and on the Change Icon button.
- Click/tap on OK.
- Click/tap on the Browse button.
- Navigate to the .exe file of the program that you have created this shortcut with, select it, and click/tap on Open.
- Select the icon you want for the shortcut, then click/tap on OK.
- Click/tap on OK.
Coloque o atalho na sua pasta de inicialização em vez da sua área de trabalho para iniciar o programa no início do sistema operacional (e remova o atalho original de lá, você não precisa que o programa seja executado duas vezes).