Page 1 of 1

remove welcome to audacity nag screen

Posted: Tue Mar 12, 2013 4:06 pm
by intrikrakin
I can not find anywhere in the documentation how to remove / disable the nag screen during first run of audacity.
Is there a registry key or ini file somewhere I can modify to prevent this? It has the "do not show me this again" checkbox so it is storing the fact someone checked that box somewhere, but I can't find where. I've tried to do registry compares with no luck. Any help?

Re: remove welcome to audacity nag screen

Posted: Tue Mar 12, 2013 5:33 pm
by steve
Audacity does not have a nag screen.
Audacity has a "Welcome" screen which has a "don't show this again" check box at the bottom left corner.

If you are getting a nag screen, check in "Help menu > About Audacity" and check that you are actually using Audacity and not some other program.
Audacity should be downloaded only from official sources. The main Audacity download page is: http://audacityteam.org/download/

Re: remove welcome to audacity nag screen

Posted: Tue Mar 12, 2013 7:48 pm
by intrikrakin
steve wrote:Audacity does not have a nag screen.
Audacity has a "Welcome" screen which has a "don't show this again" check box at the bottom left corner.
:roll: :roll:
same thing.
how do I remove the "nag" (welcome) screen so our users are not nagged/welcomed.

Re: remove welcome to audacity nag screen

Posted: Tue Mar 12, 2013 8:07 pm
by steve
Click on the "don't show this again" then close Audacity.

Re: remove welcome to audacity nag screen

Posted: Tue Mar 12, 2013 8:54 pm
by ragnar.jensen
The setting is stored in Audacity's configuration file.
Start Notepad and open the file %APPDATA%Audacityaudacity.cfg
Search for ShowSplashScreen
ShowSplashScreen=0 means don't show the splash screen and
ShowSplashScreen=1 means show the splash screen.

Maybe Audacity fails to read its configuration file for some reason or is unable to save it. If so, it will leave a message to that effect in the log.
What does "Help > Show log..." show?

--
Ragnar

Re: remove welcome to audacity nag screen

Posted: Tue Mar 12, 2013 9:08 pm
by steve
intrikrakin wrote:how do I remove the "nag" (welcome) screen so our users are not nagged/welcomed.
Just out of curiosity, who are "our users" and why do you not want them to see the "Welcome to Audacity"? The welcome screen contains useful information about how to get help with using Audacity, so why would you want to hide that from "our users"?

Re: remove welcome to audacity nag screen

Posted: Tue Mar 12, 2013 9:58 pm
by intrikrakin
steve wrote:Click on the "don't show this again" then close Audacity.
you obviously don't manage thousands of computers.
steve wrote:
intrikrakin wrote:how do I remove the "nag" (welcome) screen so our users are not nagged/welcomed.
Just out of curiosity, who are "our users" and why do you not want them to see the "Welcome to Audacity"? The welcome screen contains useful information about how to get help with using Audacity, so why would you want to hide that from "our users"?
"our users" are several thousand people in an enterprise.
I don't want them to see welcome screens because it looks unprofessional when you open every piece of software and have to click next next next, or whatever. When they open a program it needs to be ready to use.

@ragnar.jensen thanks! I'll look into that config file. It would be nice if Audacity would store that setting in the registry so I could push it with group policy. Oh well.