Como abrir a janela do Windows Update (sem esperar que ela seja exibida)?

3

Atualmente, a única vez em que consigo visualizar as atualizações (que estão prontas para download ou instalação) é quando há um balão pop-up na bandeja do sistema. Existe uma maneira de abrir a janela de atualizações a qualquer momento?

    
por IMB 04.06.2012 / 18:40

3 respostas

6

Com o Windows XP, se você abrir o menu Iniciar e clicar em Todos os Programas, deverá haver um atalho na parte superior do menu do Windows Update. Você só precisaria clicar para exibir isso.

Você também pode digitar %SystemRoot%\system32\wupdmgr.exe na caixa de diálogo Executar para exibi-lo.

EDITAR ok. Então, você quer forçar o Windows XP a procurar atualizações críticas mais de uma vez por dia. Só para ficar claro, esse pequeno pop-up não pode ser usado como o Windows Update baseado em navegador. É apenas parte de um sistema de notificação que procura atualizações críticas específicas. Faz isso automaticamente uma vez a cada dia (se você tiver configurado para isso). Mas, se você insistir em fazer isso mais de uma vez por dia, a Microsoft fornece etapas manuais .

To force the Automatic Updates client to perform a detection cycle:

  • Run Gpedit.msc to configure the Software Update Services server location by using Local Group Policy. Configure only the "Specify intranet Microsoft update service location" policy. Do not configure the "Configure Automatic Updates" policy. This permits you to turn the service on or off by using Control Panel.

NOTE: If the policy settings are applied from the domain level, the settings cannot be overwritten by Local Group Policy

  • If the client is Microsoft Windows 2000-based, start the Automatic Updates tool in Control Panel. If the client is Microsoft Windows XP-based, right-click My Computer, click Properties, and then click the Automatic Updates tab.

  • Set the options the way that you want them. Click to clear the Enable Automatic Updates check box, and then click Apply.

  • Wait a few seconds, click to select the Enable Automatic Updates check box, and then click OK. This forces a detection cycle.

After you follow these steps, a detection cycle should occur in approximately 5 to 10 minutes. To verify that a detection cycle occurs:

  • Start Regedit.exe. Locate and then click the following registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update

  • Verify that the AUState value is 2.

  • View the DetectionStartTime value. It should have a time stamp of approximately the time that you last used Auto Updates.

  • If you watch the DetectionStartTime value, the value is deleted after the detection cycle occurs. This may take from 5 to 10 minutes, but typically occurs within 5 minutes.

  • View the log for entries that indicate contact with the Software Update Services server.

Important The procedures in this article work only if the Automatic Updates client has been configured manually. The procedures do not work if the Automatic Updates client has been configured by using a Group Policy setting. If the client has been configured by using a policy setting, you cannot change the client's settings without first removing the client from the organizational unit that has the policy applied.

Então, novamente, o que você aparentemente quer fazer é forçar uma verificação de atualizações críticas. Se você acredita que essa opção sem navegador permitirá que você navegue por todas as atualizações em potencial, estará enganado e deverá usar o Windows Update padrão.

    
por 04.06.2012 / 18:49
0

No Windows 7, Iniciar - painel de controle - sistema & segurança - atualização do windows - verifique se há atualizações.

Eu não tenho uma máquina com Windows XP à mão, mas suspeito que ela esteja lá no painel de controle em um local semelhante.

    
por 04.06.2012 / 18:49
0

Você pode impor uma verificação de atualizações disponíveis usando wuauclt /detectnow Referência está aqui: link - No entanto, você ainda precisará abrir a caixa de diálogo, mas o aviso aparecerá logo após você executar o comando, se houver atualizações disponíveis.

    
por 04.06.2012 / 20:49