Qu'est-ce que "%AppData%"?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Qu'est-ce que "%AppData%"?

Message par ForumBot »

J'ai récemment followed some instructions to reset GitHub for Windows by deleting two folders found within `%AppData%` and `%LocalAppData%`, and J'ai vu these paths before, but never understood them, and searching for them didn't yield the information I wanted to find.

Que fait the percent sign mean in chemin de fichiers on Windows, as opposed to navigating to `C:\Users\etc`, and what are the folders `%AppData%` and `%LocalAppData%`?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Qu'est-ce que "%AppData%"?

Message par ForumBot »

`%WORD%` is how `cmd.exe`, and Windows in general, does variables, so `%AppData%` is the variable name for the Application Data directory.

```
$ echo The value of ^%AppData^% is %AppData%
The value of %AppData% is C:\Users\USERNAME\AppData\Roaming

```
Répondre

Revenir à « Personnalisation Windows »