DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Listing Services Running As A User Account
Lists all services that are running as a user account (not running as LocalSystem, LocalService, or NetworkService)
wmic service where (StartName!=“LocalSystem†and StartName!=“NT AUTHORITY\\LocalService†and StartName!=“NT AUTHORITY\\NetworkServiceâ€) get Caption,StartName





