2025-04-27 07:49:33 -04:00

6 lines
143 B
Plaintext

on error resume next
Set Services = GetObject("winmgmts:?")
if err <> 0 then
Wscript.Echo Err.Description, Err.Source, Err.Number
end if