OS: Windows 10 x64 v1803
Audacity v 2.3.0 (also tried v2.2.2)
Hi.
I have a .WAV file which i would like to associate with Audacity, that is when i double click it i want it to open Audacity automatically.
I have tried the following.
Navigated to "Choose a default app for each type" - found the .wav extension and tried to associate it with Audacity...no joy.
Within Exporer - Right clicked the .wav file and selected Properties - Opens With - Click Change, selected Audacity...no joy. Although selecting VLC will associate it with this and other programs.
Uninstalled , cleaned the registry, reinstalled...no joy.
Any help.
Thanks in advance.
Gopher
Cannot Associate .WAV files with Audacity
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Cannot Associate .WAV files with Audacity
See this topic: viewtopic.php?f=46&t=102367
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Cannot Associate .WAV files with Audacity
Hi All,
I did resolve this myself but thanks for the info Steve.
Open a cmd window with admin rights.
Entered the following.
assoc .wav=wavFile
Then enter.
Ftype wavFile="C:\Program Files (x86)\Audacity\Audacity.exe" "%1"
This will associate the file type .wav to audacity, you then have to right click the .wav file, select Properties, click Change, Select Audacity and click OK. If you double click the file it should open the wav file.
Hope this helps others.
Gopher.
I did resolve this myself but thanks for the info Steve.
Open a cmd window with admin rights.
Entered the following.
assoc .wav=wavFile
Then enter.
Ftype wavFile="C:\Program Files (x86)\Audacity\Audacity.exe" "%1"
This will associate the file type .wav to audacity, you then have to right click the .wav file, select Properties, click Change, Select Audacity and click OK. If you double click the file it should open the wav file.
Hope this helps others.
Gopher.