Robert2 wrote:Although I am not an audacity developer, I second this. Audacity should not default to presenting end-users with its installation directory to save or export to. This is non-standard. Installation folders are out-of-bounds for all applications when it comes to saving user output.
I would not say Audacity is unique in that (and it happens to Audacity on Mac too). Audacity does not specify starting directory for export or save project, so (on Windows and Mac) wxWidgets starts in the current directory. On Linux I believe wxGTK uses a system "recent directories" list instead.
Once the user changes the directory and successfully exports, the export path is saved in audacity.cfg. The save project path is not saved by Audacity at all, but Windows itself saves the save project path in the Registry. So on Windows the problem with Save Project opening in Program Files should only occur on very first Audacity installation, but the problem with Export opening in Program Files would recur every time you reset Preferences.
I'm sure we already recorded Feature Request "votes" that there should be separate preferences for the Export and Save directories and so we would specify a default starting directory for each. It probably isn't on Bugzilla, but I have not looked.
Of course, if a user was logged in as admin and saved a project to Program Files, then later logged in as a standard user, there would be a problem, because Audacity does not show message box errors when it cannot read or write files (that is on Bugzilla).
Robert2 wrote:Disabling UAC is ill-advised. Here is from
How to turn off and disable UAC in Windows 10:
Personally I always keep UAC enabled and do not recommend you to disable it. Having UAC enabled is additional protection from dangerous apps and viruses which can elevate silently if it is disabled and do anything malicious on your PC.
Correct for general users.
For practical purposes as an Audacity tester/QA person I would be hugely slowed down if I had UAC enabled. With good security and sensible behaviour (don't browse dangerous sites, download cracked programs or open suspicious e-mails) dangerous apps should not get on your computer in most cases. And compared to Windows 7, Windows 10 has better built-in security prior to anti-virus to prevent nasty apps misbehaving.
Gale