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?
remove welcome to audacity nag screen
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.
-
intrikrakin
- Posts: 6
- Joined: Tue Mar 12, 2013 3:59 pm
- Operating System: Please select
Re: remove welcome to audacity nag screen
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/
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/
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
intrikrakin
- Posts: 6
- Joined: Tue Mar 12, 2013 3:59 pm
- Operating System: Please select
Re: remove welcome to audacity nag screen
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.
same thing.
how do I remove the "nag" (welcome) screen so our users are not nagged/welcomed.
Re: remove welcome to audacity nag screen
Click on the "don't show this again" then close Audacity.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
ragnar.jensen
- Posts: 118
- Joined: Thu Jan 26, 2012 7:39 pm
- Operating System: Please select
Re: remove welcome to audacity nag screen
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
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
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"?intrikrakin wrote:how do I remove the "nag" (welcome) screen so our users are not nagged/welcomed.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
intrikrakin
- Posts: 6
- Joined: Tue Mar 12, 2013 3:59 pm
- Operating System: Please select
Re: remove welcome to audacity nag screen
you obviously don't manage thousands of computers.steve wrote:Click on the "don't show this again" then close Audacity.
"our users" are several thousand people in an enterprise.steve wrote: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"?intrikrakin wrote:how do I remove the "nag" (welcome) screen so our users are not nagged/welcomed.
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.