4 Ways To Open EXE File.
An EXE file is an executable file normally utilized by Windows computer systems to run or set up an software. For instance, everytime you open an software, say a Chrome browser, what you’re doing is opening the executable file i.e., chrome.exe
of that software.
There are a number of methods you may go about opening an executable file. You can open an EXE file such as you open another regular file. Besides that, you may as well open executable information from Command Prompt and PowerShell.
From File Manager
The best solution to open an EXE file is by double-clicking it. You can merely navigate to the EXE file location in File Explorer (Windows + E), and double-click it to open the file. You can even right-click the file and choose Open, or choose the file and press Enter to open it.

In truth, so long as you may entry the executable file, you may open it from nearly wherever. All of your EXE information must also be listed within the Start menu > All Apps, and you may merely choose your software there to run its EXE file.

From Taskbar
You can even entry your executable information from the search possibility within the taskbar. All it’s essential do is enter the identify of the file you wish to open within the search field and easily click on on the search end result that pops up. Alternatively, you may as well press Enter.

From Command Prompt
Another manner you may open your EXE information is from the Command Prompt. While the Command Prompt being a command-line interface does make it a bit more durable to navigate, this methodology can come in useful particularly in case your executable information are refusing to open the conventional manner.
- Launch Run Utility by urgent Windows + R hotkey.
- Type
cmd
and press Enter. - In Command Prompt, you’ll first must navigate to the listing your exe file is in.
- To change your listing in CMD, sort
cd
, house, and enter the file path of the folder containing the EXE file you wish to open.- If you don’t know the file path of your EXE file, merely find that program in Start menu > All Apps, right-click it, and choose Open file location. (The file path needs to be displayed in File Explorer’s tackle bar.)
- If the Open file location leads you to a shortcut file of that program as an alternative of the particular EXE file, right-click the shortcut file, choose properties, and replica the file path beside Start in.
- If you don’t know the file path of your EXE file, merely find that program in Start menu > All Apps, right-click it, and choose Open file location. (The file path needs to be displayed in File Explorer’s tackle bar.)
- After altering your listing, enter the EXE filename with the .exe extension inside double citation marks to open it. For instance,
chrome.exe
Alternatively, you may as well enter the file location with the goal EXE filename to immediately open it. For instance, getting into "C:Program FilesGoogleChromeApplicationchrome.exe”
will immediately open the Chrome browser.
From PowerShell
You can even open EXE information from PowerShell. It is a command-line interface similar to Command Prompt, however it is usually a scripting language. So, if it’s essential open any EXE information in your PowerShell scripts, or to simply usually open EXE information, you need to use the strategy beneath.
- Launch Run Utility.
- Type
powershell
and press Enter. - In Powershell, change your listing to the folder containing the executable file you wish to open.
- You can use the identical methodology proven within the Command Prompt part to vary listing and find the file path. (PowerShell Exclusive: If your file path accommodates areas, be sure that to surround it inside a double citation.)
- Enter the command
start-process
, adopted by the EXE filename. For instance,start-process chrome.exe
. (If the filename accommodates areas, enclose it in double citation marks.)
Additionally, you may as well open EXE information by getting into the file location plus EXE filename within the Run Utility, File Explorer’s tackle bar, or Task Manager’s File > Run new activity.
For instance, "C:Program FilesGoogleChromeApplicationchrome.exe
”
You can even enter solely the EXE filename in all three of them to immediately open that executable file.
For instance, chrome.exe
.
EXE File Not Opening?
In some instances, your EXE file might not reply in any respect when attempting to open it or present an error message whereas doing so. This is normally attributable to corrupted registry settings hindering your executable information from working correctly. To repair this sort of problem, you may attempt modifying your Registry.
- Press Windows + R to launch the Run dialog field.
- Type
regedit
and press Enter to open Registry. - Navigate to
HKEY_CLASSES_ROOT.exe
, and double-click on the (Default) entry. - Type
exefile
within the textual content discipline underneath Value information and press OK. - Navigate to
HKEY_CLASSES_ROOTexefile
and double-click on the (Default) entry. - Type
Application
within the textual content discipline and press OK. - Navigate to
HKEY_CLASSES_ROOTexefileshellopen
and double-click on (Default). - Type
"%1" %*
underneath the Value information and press OK. - Close Registry Editor.
- Restart your PC.
Check out more article on – How-To tutorial and latest highlights on – Technical News