Getting applications using wmic

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
del_24hub
Posts: 1
Joined: 16 Dec 2015 02:47

Getting applications using wmic

#1 Post by del_24hub » 16 Dec 2015 02:52

Is it possible to get opened application using wmic? NOT the background processes(e.g chrome.exe, explorer.exe) but the applications that has been opened by the user?
thanks

npocmaka_
Posts: 516
Joined: 24 Jun 2013 17:10
Location: Bulgaria
Contact:

Re: Getting applications using wmic

#2 Post by npocmaka_ » 16 Dec 2015 13:09

Code: Select all

WMIC process call create "c:\some.exe","c:\exec_dir"


:?:

Post Reply