Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Environment Variable for AppData\Local / Access Downloaded custom assemblies

People also ask

What is the default Environment Variables for path?

A typical path is C:\Windows\System32. The Windows directory or system root. This corresponds to the %WINDIR% or %SYSTEMROOT% environment variables. A typical path is C:\Windows.

How can I see Environment Variables in CMD?

To Check if an Environment Variable ExistsSelect Start > All Programs > Accessories > Command Prompt. In the command window that opens, enter echo %VARIABLE%. Replace VARIABLE with the name of the environment variable.

What does Localappdata mean?

AppData is the folder where Windows saves all the configuration information of the applications installed on your computer, having one for each of the users that you have created. It is to protect user data and settings from any unwanted change or deletion.


You can use %LOCALAPPDATA% environment variable. It expands to

RootDrive:\User\LoggedInUser\AppData\Local


Example: %LOCALAPPDATA%\BuildAgent


Note that %APPDATA% will expand to

RootDrive:\User\LoggedInUser\AppData\Roaming