Saturday, March 5, 2011

Controlling Windows Update - WUaUserv

For the last few days, the Windows Update was not working, because of that I could not able to connect to our Office Network.   The Windows update keep showing 80072efd exception.  Spend some time on the suggestions given in the site, but no luck.

When I connect to our Help desk team they suggested to STOP & START windows update service from command prompt, which worked absolutely fine.

  1. Start > Run > Cmd to launch the Command Prompt
  2. Type “sc stop wuauserv”  to stop and use start to start the service.

The same technique you can use when when you want to get right of Update Restart Popup!!

1 comment:

  1. Some time we need to check WinMgmt service as well, for more info check http://msdn.microsoft.com/en-us/library/aa394525(VS.85).aspx

    net stop winmgmt
    winmgmt /resetrepository

    ReplyDelete

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...