About 50 results
Open links in new tab
  1. Getting the path of %AppData% in PowerShell - Stack Overflow

    Apr 12, 2012 · How can I get the path for the application data directory (e.g. C:\Users\User\AppData\Roaming) in PowerShell?

  2. windows - Visual Studio Code install location - Stack Overflow

    May 15, 2015 · If VS Code was installed via the MS Store, then the app location is: C:\Users\Shane\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Visual Studio Code

  3. How do I find the Windows common application data folder using …

    Mar 9, 2009 · I would like my application to store some data for access by all users. Using Python, how can I find where the data should go?

  4. Environment Variable for AppData\Local / Access Downloaded custom ...

    C:\User\<Build User>\AppData\Local\BuildAgent\<Built Agent Number> I can directly access that folder via the above path, but it would be nice if there was an environment variable (or something I can use …

  5. .net - C# getting the path of %AppData% - Stack Overflow

    Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) (must add using System if not present). %AppData% is an environment variable, and they are not automatically expanded …

  6. Error : Failed to create temp directory "C:\Users\user\AppData\Local ...

    It is due to a bug from conda developers. The bug is the temp path is having names with spaces, so to overcome please reassign the Env Variables TEMP, TMP. (for windows) go to environment variables …

  7. Can I delete the files in C:\users\my_user\AppData\Local\Android\

    Nov 2, 2016 · Can I delete the files in C:\users\my_user\AppData\Local\Android ? It's eatin up almost 70GB of disk space.

  8. How can I get the path to the %APPDATA% directory in Python?

    Nov 1, 2012 · Local is the folder that is specific to that computer - any information here would not be synchronized with a server. This folder is equivalent in Windows XP to C:\Documents and …

  9. Google Chrome Path in Windows 10 - Stack Overflow

    Nov 18, 2016 · It changed again. On Windows 10 the path might as well be C:\Users\USER\AppData\Local\Google\Chrome\Application\chome.exe

  10. What is zero-byte executable files in Windows - Stack Overflow

    Oct 9, 2019 · Trying to install Python3 and found these strange 0-length .exe's in c:\Home\<myuserid>\Appdata\Local\Microsoft\WindowsApps which is hidden directory. When you …