💻 Software
Finding multiple file extensions in command prompt window
Fresh7 days ago
Mar 15, 202636715 viewsConfidence Score0%
0%
Problem
I am trying to use multiple parameters to find 3 different extensions in my windows/system32 in one command: , and This is giving me what I want, but I can't figure out how to get all 3 extensions in a single command:
Error Output
.exe
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Finding multiple file extensions in command prompt window
Low Risk
This will do it in a single command: dir /p c:\windows\system32\*.exe c:\windows\system32\*.dll c:\windows\system32\*.sys A lot of people dont realize that you can have multiple sources in the dir command
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix