Search for software not listed in control panel
Hey,
Our company has software "abc" that resides on each user's profile "C:\Users\username\AppData\Local\abc\Profiles\abc.exe".
If I search for abc.exe in K1000 under software, I don't get true results. I know this because I have spot checked a couple of computers I know have the software installed but do not come up in results. How can I search for this software?
Please note- the software does not show in control panel as installed. Nor does it show in program files folder.
-
is it running or are you just looking for the file? - SMal.tmcc 10 years ago
-
Thanks for the reply. No, its not running. - FloRod621 10 years ago
-
give me a few, you can use wmic datafile to look for a certain file on a drive. Have answered this once before for a file extension, same type of query. - SMal.tmcc 10 years ago
-
Thanks alot. This is exactly what I was looking for - FloRod621 10 years ago
Answers (4)
You could use a custom inventory rule but since the .exe is located in the user's profile it is a unique location for each install. If there anything in the registry you could point to?
Comments:
-
...could you manually move the install directory to a location all user's can access? I did that with Dropbox, for example. By default it installs in the logged in user's profile but I copy that folder, save it on a share, and when user needs it installed I have a script that copies it into the Program Files folder, creates a shortcut for all users on the public desktop and Start Menu. You can then create a custom inventory rule using something like:
FileExists(path) - jegolf 10 years ago
found the custom rule I answered before, so I will create and post a wmic query shortly
http://www.itninja.com/question/monitoring-a-specific-directory-for-files-using-a-wild-card
Comments:
-
Thanks. exactly what I was looking for. - FloRod621 10 years ago