Windows 10 allows you to set any app of your choice as the default app to open a certain type of file. In some cases, e.g., with your browser, it will relentlessly try and push Edge as a superior option but with other file types and apps you don’t run into much resistance. Of course, app defaults often reset and sometimes they fail to set altogether. If that’s the case, you can always set a file app association from Command Prompt.
File App Association
In order to set a file app association from the Command Prompt, you need administrative rights. The first thing you need to do is find the file extension for the file that you want to set a default app for. This is easy enough; open File Explorer to the location with the file in it.
Right-click the file and select Properties from the context menu. On the General tab, you will see a ‘Type of File’ section that tells you what the file’s extension is.
Open Command Prompt with administrative rights and run the following command in it.
Syntax
'); if (navigator.appVersion.indexOf("Mac")!=-1) document.write('');assoc .fileextension
Example
assoc .html
This command will return the file type that the file is. This result is what you need to execute the command to set a file app association. In the screenshot below, the file type that the command has returned is “htmlfile”.
Next, find the absolute path to the EXE of the app you want to associate with the file type. Run the following command.
Syntax
ftype File Type="absolute-path-to-application" "%1"
Example
ftype htmlfile="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "%1"
If the file app association is set successfully, Command Prompt will return the following.
File Type="absolute-path-to-application" "%1"
From this point forward, Windows 10 will use the set app to open the type of file you associated with it. This method doesn’t guarantee that the file association cannot be reset, or that no other apps can change it.
An error on Windows 10 may cause a file app association to reset. Likewise, if you install a new app that can also open the same file type, and set it as the default app for all such files, the file app association that you set will break.
If you’re interested in doing this for your browser so that Cortana doesn’t send web searches to Edge, this method isn’t going to work. You need an app called EdgeDeflector to redirect requests sent from Edge to Chrome or Firefox. If you use a different browser, give Search Deflector a try.
SUBSCRIBE TO OUR
NEWSLETTER
Read original article
Posted from our news room : https://news.sye.host/how-to-set-file-app-association-from-command-prompt-on-windows-10/
Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!
If you believe this is an error, please chat with us in the #cheetah-appeals channel in our discord.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This user is on the @buildawhale blacklist for one or more of the following reasons:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit