Save Project As... dialog box

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
sailorsteve
Posts: 15
Joined: Thu Feb 11, 2010 6:41 pm
Operating System: Please select

Re: Save Project As... dialog box

Post by sailorsteve » Fri Feb 12, 2010 1:26 pm

This is the drop-down history list I would like to delete. (Thanks, Saj) I could use some advice on how to do it.
Attachments
Untitled.jpg
Untitled.jpg (91.66 KiB) Viewed 488 times

steve
Site Admin
Posts: 80693
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Save Project As... dialog box

Post by steve » Tue Feb 16, 2010 4:14 pm

I'm pretty sure that's a Windows thing (I'm a Linux user).
Is there an option in the Windows "Start" menu for clearing the recent files history? (like there is in Win XP)
(it appears the answer is yes http://www.mydigitallife.info/2007/08/2 ... ows-vista/ )
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Edgar
Forum Crew
Posts: 2042
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Save Project As... dialog box

Post by Edgar » Tue Feb 16, 2010 6:39 pm

sailorsteve wrote:This is the drop-down history list I would like to delete.
I am almost certain that these are Windows Registry entries. It is possible to create a special registry editor script which will remove these keys. I found information on MSDN with details on how to do so in a slightly different situation. Given that editing the registry is frowned upon, I would not suggest trying to do it. Here's the information that I found, note that it is specific to a different program and a different situation but you might be able to do some searching in the Registry to figure out specifically where the items you wish to remove are located:
Have you ever wanted to clear or remove unwanted items from your "Recent Projects" list on your Visual Studio 2008/2005 startup page?
Here is an nice tip on how to clear the "Recent Project" list:

Close Visual Studio (if its open)

GOTO > Start > Run > RegEdit

GOTO > HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio<version>ProjectMRUList
remove unnecessary items from list.

Similarly repeat the steps for FileMRuList
GOTO > HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio<version>FileMRUList
remove unnecessary items from list.

To Clear the Find and Replace List
GOTO > HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio<version>Find
remove unnecessary items from list.

Another Simple way is,
Create one Text file "Clear.txt" and add below contents in it

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio8.0ProjectMRUList]
[HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio8.0ProjectMRUList]

Save and Close the file and rename is as "Clear.reg"; that is Registry file. Double Click to Run the file, this will clear the "Recent Project List" on your Visual Studio 2005 Startup Page. You can add entries for "Recent File List" and "Find and Replace List" in this same .reg file.
-Edgar
running Audacity personally customized 2.0.6 daily in a professional audio studio
occasionally using current Audacity alpha for testing and support situations
64-bit Windows Pro 10

Locked