How to block application installation on non-system drives Windows 11
If you want to block application installation on drives other than the system drive, you can disable this feature via Group Policy or Registry Editor.
Sometimes searching for files on Windows 10 becomes difficult for users who are used to using File Explorer when they only remember a little bit of file information. In such cases, using Command Prompt will help you easily find the file you want. Moreover, Command Prompt also allows you to directly open files from the folder containing them.
How to find and open files using Command Prompt
Before searching and opening files using Command Promt, you must first open Command Prompt. There are several ways to open Command Prompt that you can use:
cmd
, click the first search result to open Command Prompt . You can also right-click then select Run as administrator to open Command Prompt with admin rightscmd
or cmd.exe
and press Enter or click OKIn the Command Prompt window that just opened, you type in , replacing search term with the name of the file you want to find. In the example below, Quantrimang tries to search for files/folders named "funvideo".dir "\*search term* /s
After you press Enter for about 1 to 2 seconds, the search results will be displayed. All files/folders with names related to funvideo will be listed.
Now let's explain a little about the components in the above statement:
dir
is a command used to display files in the current directory but can also access data anywhere on the computer.\
searches in the root drive of the current device./s
dir command prompt search in all subdrives*
is used by command line applications as a wildcard. It signals that the search command will search all file names that contain your search keyword.*
to the end of the name, like this business*
will search all files with the search keyword at the beginning of the name*
at the beginning, your search will only include results with the keyword after it. For example *.jpg
.*
at both the beginning and the end of your search term, you will cover all cases. Whether or not the keyword you entered is the actual name of the file, the file will still be listed in the search results.If you save the file in drive D: you will not be able to find it if you perform a search command in drive C:. Therefore, you need to change the directory according to the steps below.
First, type cd..
and press Enter to tell Command Prompt that you need to change the drive. Next, to change to drive D, you need to type d:
and press Enter . From now on, all commands will be executed on drive D.
Now, you can search for the file you need by executing the command again dir "\search term*" /s
. Note the use of the * symbol to search more effectively. If you enter it incorrectly, you will receive a "no label" error message like the example below. Quantrimang's advice is to always use two symbols *
at the beginning and end of the search keyword.
Once you find the file, you can open it immediately using Command Prompt with the default software.
First, you need to change the path to the folder containing the file. You can do this by using the command cd
followed by the path to the folder containing the file. The best way to avoid errors is to copy the folder path listed in the search results.
Enter the file name with the full extension inside quotation marks ".."
and press Enter. The file will be opened in the default software. You can open additional files if they are in the same folder as the original file.
After finishing, if you need to open other files, you can use the command cd..
with the path to move to the new folder.
Good luck and please refer to other great tips on Quantrimang:
If you want to block application installation on drives other than the system drive, you can disable this feature via Group Policy or Registry Editor.
Although updates are installed automatically, sometimes you may need to check the version of an application on Windows.
Whether you're a casual Windows user or a professional technician, knowing how to quickly open Network Connections will help you manage your network more efficiently.
Windows clipboard history got a major overhaul with the Windows 10 October update.
In this article, WebTech360 will guide you how to turn off Windows Update on Windows 11 operating system.
Language bar disappeared on Windows 10? Follow these solutions.
From pinning frequent items to syncing them across multiple devices, here are four great tips that will help you get the most out of the Windows Clipboard.
Microsoft continues to announce plans to add new features to Windows 10, despite the fact that the operating system will inevitably die in October 2025.
Of all the errors, glitches, and problems you can encounter while using Windows 10, a few messages can leave you feeling truly terrified, such as the Operating system not found screen.
Microsoft allows users to disable ads from Windows 11, but the process isn't straightforward. Here are different ways to remove ads from your Windows 11 device.
The Phone Link app on Windows lets you link your phone and PC. And you can check your device's battery and connection status,... right from the Start menu.
Besides elements like new interface and features, another aspect, although small, also receives a lot of attention on Windows: wallpaper packs designed and introduced by Microsoft for special occasions.
Microsoft has made an important announcement for customers using the Remote Desktop for Windows app from the Microsoft Store. On May 27, 2025, this app will be officially discontinued and removed from the Microsoft Store.
With a constant stream of notifications and alerts on your Windows 11 laptop, staying focused becomes a challenge. So take control and customize your notifications to suit your needs.
Windows 12 is a potential future update to the Windows operating system. It is expected to be released in 2024, although there has been no official confirmation from Microsoft yet.