windows - best way to find dll by name on c drive? -


what's best way find dll name on c drive? when use windows native search through file explorer on c:\ search using name of known dll on computer , search doesn't find it.

is there 3rd party tool searching windows os file name? searchmyfiles 3rd party tool searching files containing text don't think searchmyfiles supports searching file text.

here's command line method finding of occurrences of dll on c: drive

dir c:\*<dllname> /s 

Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -