Applications and Services
Commands:
1)
wmic product get name,version2)
Get-ChildItem -Hidden -Path c:\users\USER\desktop\1)
net start 2)
wmic service where "name LIKE 'SERVICE'" get Name, PathName3)
Get-Process -Name SERVICE4)
netstat -ano | findstr "LISTENING" | findstr "PID"Last updated