githubEdit

Applications and Services

Commands:

1)

wmic product get name,version

2)

Get-ChildItem -Hidden -Path c:\users\USER\desktop\

1)

net start 

2)

wmic service where "name LIKE 'SERVICE'" get Name, PathName

3)

Get-Process -Name SERVICE

4)

netstat -ano | findstr "LISTENING" | findstr "PID"

Last updated