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
Post a Comment