Create Custom Environment Variables In Windows
Environment variables in Windows are queued by percent (%) characters. So, if you’ve not used environment variables before, you can get started simply by launching the start menu and typing any of the following commands into the search box and pressing Enter. %appdata% %temp% %userprofile% %homepath% Notice how if you were to simply type the term appdata into the search box, it would return a wide variety of different results. However, if you type the term %appdata% into the search box, you are invoking an environment variable and you are taken to the AppData Roaming directory....