You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing Brackets in the default folder (which is inside %PROGRAMFILES%) and starting the app, users cannot edit nor add new files to the default Getting started project, reason being the User Account Control preventing write access to non-elevated apps.
Three possible solutions:
Change Brackets default installation folder to somewhere inside %APPDATA% instead of %PROGRAMFILES%.
Create start menu shortcut with enabled UAC elevation checkbox.
Copy Getting started project to %APPDATA% and display it from there.
The text was updated successfully, but these errors were encountered:
Comment by peterflynn Thursday Sep 06, 2012 at 21:16 GMT
Yep, this was a known issue with the current approach. Option 3 is the one we'd like to do longer-term (and same thing for the extensions\user folder -- being located under %PROGRAMFILES% makes it a pain for extension developers).
Issue by ZweiSteinSoft
Thursday Sep 06, 2012 at 21:08 GMT
Originally opened as adobe/brackets#1577
After installing Brackets in the default folder (which is inside %PROGRAMFILES%) and starting the app, users cannot edit nor add new files to the default Getting started project, reason being the User Account Control preventing write access to non-elevated apps.
Three possible solutions:
The text was updated successfully, but these errors were encountered: