Can not open and run EXE file in Windows is not a new issue and sadly it can still happen from time to time, luckily this step by step solution will help you to resolve this problem fast and effective in no time.
Try the below solutions in no particular order and I hope that you will solve the issue fast and be able to return to using the computer like it never happened
As the EXE file not opening issue lies in the Windows OS, the SFC tool will be able to identify the cause and fix this issue.
Press ⊞ WINDOWS + X and choose command prompt (admin)
in command prompt type: sfc /scannow
Press ENTER
Sometimes value in the registry key is wrong and can cause this error, in order to check if this is the case, we will open the registry editor and find out
Press ⊞ WINDOWS + R to bring run dialog up
type in it: RegEdit and press ENTER
In the left pane of the Registry Editor window, click on the HKEY_CLASSES_ROOT to expand the section
Scroll down to find out the .exe registry and click on it
Go to the right pane of the window and double-click on the Default and set the Value Data as exefile
Click on the OK button
Next, located the given in the window: HKEY_CLASSES_ROOT>exefile>shell>open>command
Click on the “Command” in the left pane of the window
In the right pane of the window double-click on the Default and set Value Data as “%1” %*
Click on the OK button
Restart your computer and check if the issue persists
If you have a firewall and antivirus active there might be a chance of a conflict and that firewall or antivirus is preventing the EXE file from starting, disable your firewall and anti-virus and try again to open the EXE file.
User account control can also like a firewall prevent some files from executing, go into accounts and turn off user account control to see if this might be an issue preventing you from opening the file.
Error Code 0x8007000d is a common error code that can be found on the Windows 10 Operating system, although it can also appear in previous versions of the operating system, as well.
Common symptoms include:
There are four basic ways to try to resolve Error Code 0x8007000d on your Windows machine. Three of these are pretty simple for even the most basic users, while the final method requires some familiarity with running commands in the Command Prompt. If you don’t feel that you have the skill or confidence to complete the steps listed below, it is generally recommended that you get in touch with a qualified computer repair technician that can assist you in error resolution.
The main cause for the appearance of Error Code 0x8007000d on a Windows machine is that one of the files that the Update tool uses to run one or more updates cannot be found or has experienced damage. Fortunately, there are a few things that you can try on your machine that can be used to attempt to resolve the issues at hand.
Three primary methods exist for the resolution of Error Code 0x8007000d on a Windows machine. As mentioned above, two of these methods can usually be accomplished by basic users, while the third requires some degree of familiarity with the tools associated with the Command Prompt. If you don’t feel that you have the knowledge or skill necessary to follow these steps, contact a computer repair technician to aid you.
Here are the best ways to try to resolve Error Code 0x8007000d on your device:
From the Windows Update tool, you can attempt to run a scan using the Windows Update Troubleshooter, which can try to identify the specific issue that is occurring and to fix it automatically.
Not only will this tool often fix the problem at hand, but it can also help you to avoid other errors that you may have encountered later on in the Update process. This tool should always be your starting point when you encounter an error as you attempt to download or install updates for your Windows machine.
After the tool has been run, restart your computer to apply any changes and then reopen the Update tool to reattempt installation.
In some cases, the missing or corrupted files may be extensive enough that you need to restore your computer to an earlier point. If you create regular backups of your information or have a past version of the software that you can install, this can help you to resolve the issue. Otherwise, you may need to restore your device to its factory settings to resolve the error.
Always make sure to backup your important files and information before you perform a reset of your device, in order to ensure that you are able to return the computer to its original state when you have finished.One of the ways that you can try to resolve this particular error code is the use a DISM tool. This is accessed through the Command Prompt. In order to use this method, follow the steps below:
If you have not been able to resolve the error code using the steps above or if you are unsure of your ability to follow these steps on your own, get in touch with a trusted computer repair professional that is familiar with the Update process and the errors associated with it.
“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.”
“It looks like you don’t have permission to save changes to this file. Try saving a copy instead.”There are several options you can explore to resolve this error. You can try updating the Microsoft Photos app or verify the ownership of the destination folder. You can also re-register and reinstall the app. For more detailed instructions, make use of the options provided below.
Set-ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}Note: In the command given, do not forget to replace the “PackageFullName” with the actual package name for the Photos app. After executing the command, it will uninstall the Photos app from your computer so you need to install it again from the Windows Store by simply looking for it. Once you found it, just click on install to start the installation process.
bootrec /fixboot
chkdsk /f /r