Anyone got a windows server 2022 box they could ch...
# _general
c
Anyone got a windows server 2022 box they could check something for me. Is the Windows update service (wuauserv) listed ? i dont have it listed and could swear it was there previously
j
image.png
c
mmm weird fully patched ?
j
Was patched a few weeks ago yeah
It does have some updates pending though.....[clicks install]....
c
found it
👍 1
no idea why the service name has changed tho
j
Weird, will see if name changes after these updates....
Hope you haven't got any scripts relying on the old name 🙂
c
yeah seal script that looks at the service name stop-service -DisplayName "Windows Update" Get-Service -DisplayName "Windows Update" | Set-Service -Startuptype Disabled
can always change it just weird how it has changed
j
Still the same name for me after latest patches applied