Finding files via File Explorer can be a really slow and tedious process and if you are searching often it can accumulate a lot of time loss.
I am a person which often has assets for projects in several different folders and altho I am trying my best to be tidy and organized sometimes I can not remember where I have placed certain assets that I need, in this case in order for me to find a required asset I usually search it via command prompt because it is lightning fast and gives results in second not minutes compared to File Explorer.
If you are in a similar position and you need fast results please read on as we dive deeper into the command prompt and its usage.
To quickly open the command prompt press ⊞ WINDOWS + X to bring Windows secret menu and choose the command prompt, you can also choose the admin version but for sake of this specific task, there is no difference.
in the command prompt you need to type the next command:
dir \search term* /s
where search term* is well, what are you searching for.
Now if you are looking for a specific file this command is straightforward, you just change search term* with file_name.extension and there you go, but know that this command can be used to be more powerful, for example, you can find all JPG files in your drive by typing dir \*.jpg /s or all files named work by typing dir \work.* /s
" * " is a so-called joker sign, it replaces several characters with any in a given string, meaning that dr*s will give you all results with the first 2 letters dr and last one s. Use this to specify better search results and you will get your files in no time.
“This policy setting prevents File Explorer from encrypting files that are moved to an encrypted folder. If you enable this policy setting, File Explorer will not automatically encrypt files that are moved to an encrypted folder. If you disable or do not configure this policy setting, File Explorer automatically encrypts files that are moved to an encrypted folder. This setting applies only to files moved within a volume. When files are moved to other volumes, or if you create a new file in an encrypted folder, File Explorer encrypts those files automatically.”
“Windows could not find a driver for your network adapter.”If you encounter this kind of error, read on as this post will help you in fixing the problem but before you get started in troubleshooting the problem, try running the Network Adapter Troubleshooter again.