You're right about that. This is seriously bad quality control. My understanding is that Microsoft cut their testing staff by a significant amount and this is leading to the lack of product quality we've been seeing in Windows 10. As far as quality and reliability, Windows 7 was definitely the better product. It's too bad because I do like Windows 10 but the fact a different part of it breaks as often as it has been lately makes Microsoft look like a company that's struggling.
Windows 10 1909 File Explorer Search issue
What happened to explorer search? Unable to paste the copied
file name to search for as it was in previous versions. I have to
manually type the file name and press Enter. This is terrible! Why does Microsoft only make things worse with each new version ?!
Windows for home | Windows 10 | Cortana and search
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
57 answers
Sort by: Oldest
-
Anonymous
2019-12-11T14:32:37+00:00 -
Anonymous
2019-12-11T18:13:54+00:00 Yeah! I just removed 1909 and installed Windows 10 version 2004 AKA 20H1. Everything looks more stable than 1909.
-
Anonymous
2019-12-14T19:55:43+00:00 Thank you. Finally, someone who knows what she/he is talking about.
-
Anonymous
2019-12-15T19:44:26+00:00 This needs to be fixed ASAP. We are having major issues at work, tickets are coming in by the thousands. Never knew how much people used the search. They used it all the time to search shared drives will millions of files all the time. Microsoft please fix this ASAP it is flooding our service desk with too many complaints and we don't have the man-power to switch everyone back to 1903. We are testing 3rd party portable replacement software to work-around this problem. What PITA!!! This has cause so many problems we have a $400,000 project put on hold to deal with all the issues. CEO is pissed!!! Again FIX this ASAP!!!
-
Anonymous
2019-12-17T06:27:24+00:00 What happened to explorer search? Unable to paste the copied
file name to search for as it was in previous versions. I have to
manually type the file name and press Enter. This is terrible! Why does Microsoft only make things worse with each new version ?!
Not a Microsoft Adivor, but I am a long-term computer user. There is a workaround that might help at least some of you who are struggling until they fix it. It's how I've had to do a bunch of searches since this problem started, and that's go back to DOS :p. Searching within a file is much more complicated, but searching for a specific filename or filetype, even down the tree, is covered.
Open a Command Prompt -
Right click the Windows sign
Select Run
Type "cmd" (without the quotes) in the box.
Some things you might find handy In the Command Prompt (and you can always search the Web for more)-
Type:
cd " then paste the path from the Windows Explorer address bar and close the " - The prompt will go to that folder.
dir "filename.extension" - Use the quotes to protect against spaces in the filename being misinterpreted.
dir "*file*" - You can also use * for wildcard searches
dir "*.jpg"
dir "*.jpg" /s - Search down the directory tree from where you started.
dir "*.jpg" /s >mysearch.log - Puts the results into a text file if more than a few are expected so they don't scroll offscreen.
Ideally, they'll fix it soon, but if rolling back isn't an option, I hope this helps. Between the logging and the speed, I used these before the bug, so had them to fall back on. Copy and paste with both click and Control-V still work in DOS.
Cheers,
Margaret