diff --git a/docs/Configuration-Files.md b/docs/Configuration-Files.md index 836adb56b..f6fd40a79 100644 --- a/docs/Configuration-Files.md +++ b/docs/Configuration-Files.md @@ -32,6 +32,8 @@ If you want to swap between the two applications, all you have to do is pass in Default download folder%LOCALAPPDATA%/Downloads +`%LOCALAPPDATA%` will resolve to `C:\Users[username]\AppData\Local` under a user context, and `C:\Windows\ServiceProfiles\LocalService\AppData\Local` under a service context. + ### Overriding the Defaults The per-user configuration folder's location can be overridden by setting `TRANSMISSION_HOME` and/or other [[environment variables|Environment-Variables]]. @@ -62,4 +64,4 @@ This subfolder holds bluetack-formatted blocklists. Files ending in ".bin" are g ## Legacy Versions of Transmission -Older, [pre-XDG](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) [versions](http://trac.transmissionbt.com/ticket/684) of transmission-gtk and transmission-daemon stored their settings in `$HOME/.transmission`. Newer releases try to automatically migrate these files to `$HOME/.config/transmission/`. \ No newline at end of file +Older, [pre-XDG](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) [versions](http://trac.transmissionbt.com/ticket/684) of transmission-gtk and transmission-daemon stored their settings in `$HOME/.transmission`. Newer releases try to automatically migrate these files to `$HOME/.config/transmission/`.