Really need moved Library paths to be in Windows 11Default Environment variables......


spr_pseudo

Member
Local time
12:48 PM
Posts
21
OS
Win11
Can someone tell their friends in Microsoft 11 Dev team to implement Library path folders (eg %Documents%, %Videos%, %Downloads%) in the Default Windows 11 Environment variables. This would be really useful, much more so than 80% of the variables. It's common and a feature in Windows 11 to move around these folders to not waste %HOMEDRIVE% space with videos or downloads etc. (Someone do something.). One of the problems is the
Code:
%USERPROFILE%
can be in a different location to the moved Libraries so
Code:
%USERPROFILE%\Documents
is impossible and a bad, confusing possibility for moved Library folders. Keep this bumped with replies so someone at Microsoft can see it.

These could easily go into any close by Windows 11 update.
 
Windows Build/Version
11

My Computer

System One

  • OS
    Win11
Can someone tell their friends in Microsoft 11 Dev team to implement Library path folders (eg %Documents%, %Videos%, %Downloads%) in the Default Windows 11 Environment variables. This would be really useful, much more so than 80% of the variables. It's common and a feature in Windows 11 to move around these folders to not waste %HOMEDRIVE% space with videos or downloads etc. (Someone do something.). One of the problems is the
Code:
%USERPROFILE%
can be in a different location to the moved Libraries so
Code:
%USERPROFILE%\Documents
is impossible and a bad, confusing possibility for moved Library folders. Keep this bumped with replies so someone at Microsoft can see it.

These could easily go into any close by Windows 11 update.
Can be easily changed by editing the registry to the folders you prefer:
This will only affect the current user only. You will need to sign out for the changes to take place.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 Pro/All Channels
    Computer type
    Laptop
    Manufacturer/Model
    Acer Nitro ANV15-51
    CPU
    AMD Ryzen 7 7735HS 3200-4500 Mhz 8 cores x 2
    Motherboard
    Sportage_RBH
    Memory
    32 GB DDR5
    Graphics Card(s)
    Radeon Graphic / NVIDIA GeForce RTX 4060 8 GB GDDR6
    Sound Card
    AMD/Realtek(R) Audio
    Monitor(s) Displays
    Integrated Monitor (15.3"vis)
    Screen Resolution
    FHD 1920X1080 16:9 144Hz
    Hard Drives
    Kingston OM8SEP4512Q 500 GB
    WDS500G2B0A-00SM50 500.1 GB
    PSU
    19V DC 6.32 A 120 W
    Cooling
    Dual Fans
    Mouse
    MS Bluetooth
    Internet Speed
    Fiber 1GB Cox -us & IGB Orange-fr
    Browser
    Edge Canary- Firefox Nightly-Chrome Dev-Chrome Dev
    Antivirus
    Windows Defender
    Other Info
    VMs of Windows 11 stable/Beta/Dev/Canary
    VM of XeroLinux- Arch based & Debian 13 (Trixie)
  • Operating System
    Windows 11 Insider Canary
    Computer type
    Laptop
    Manufacturer/Model
    ASUS X751BP
    CPU
    AMD Dual Core A6-9220
    Motherboard
    ASUS
    Memory
    8 GB
    Graphics card(s)
    AMD Radeon R5 M420
    Sound Card
    Realtek
    Monitor(s) Displays
    17.3
    Screen Resolution
    1600X900 16:9
    Hard Drives
    1TB 5400RPM
That Registry-Entries don't help.

Example: after a sfc-scan
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
gives an error message: The System cannot find the path.
When I change the %userprofile% into G:\<name>\Desktop I get the resultfile.
The Environment variables %userprofile% are set to G:\<name>
All my personal files are in G:\<name>\...
 
Last edited:

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    HP ZBook
    CPU
    Intel 6700HQ
    Motherboard
    HP
    Memory
    24
    Graphics Card(s)
    AMD FirePro 5170M
    Hard Drives
    Samsung SSD 860 Pro
    Keyboard
    yes
    Mouse
    yes
    Other Info
    19045.3803
    some Red Hat workhorses
That Registry-Entries don't help.

Example: after a sfc-scan
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
gives an error message: The System cannot find the path.
When I change the %userprofile% into G:\<name>\Desktop I get the resultfile.
The Environment variables %userprofile% are set to G:\<name>
All my personal files are in G:\<name>\...
Your command works perfectly fine on my system,
Environment variables are OK to use if you are a single user, but becomes problematic when multiple user profiles are present.

Screenshot 2023-10-30 110706.png
 

My Computers

System One System Two

  • OS
    Windows 11 Pro/All Channels
    Computer type
    Laptop
    Manufacturer/Model
    Acer Nitro ANV15-51
    CPU
    AMD Ryzen 7 7735HS 3200-4500 Mhz 8 cores x 2
    Motherboard
    Sportage_RBH
    Memory
    32 GB DDR5
    Graphics Card(s)
    Radeon Graphic / NVIDIA GeForce RTX 4060 8 GB GDDR6
    Sound Card
    AMD/Realtek(R) Audio
    Monitor(s) Displays
    Integrated Monitor (15.3"vis)
    Screen Resolution
    FHD 1920X1080 16:9 144Hz
    Hard Drives
    Kingston OM8SEP4512Q 500 GB
    WDS500G2B0A-00SM50 500.1 GB
    PSU
    19V DC 6.32 A 120 W
    Cooling
    Dual Fans
    Mouse
    MS Bluetooth
    Internet Speed
    Fiber 1GB Cox -us & IGB Orange-fr
    Browser
    Edge Canary- Firefox Nightly-Chrome Dev-Chrome Dev
    Antivirus
    Windows Defender
    Other Info
    VMs of Windows 11 stable/Beta/Dev/Canary
    VM of XeroLinux- Arch based & Debian 13 (Trixie)
  • Operating System
    Windows 11 Insider Canary
    Computer type
    Laptop
    Manufacturer/Model
    ASUS X751BP
    CPU
    AMD Dual Core A6-9220
    Motherboard
    ASUS
    Memory
    8 GB
    Graphics card(s)
    AMD Radeon R5 M420
    Sound Card
    Realtek
    Monitor(s) Displays
    17.3
    Screen Resolution
    1600X900 16:9
    Hard Drives
    1TB 5400RPM
My Desktop is in G:\<name>\Desktop!
I don't have any personal files in (C:)
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    HP ZBook
    CPU
    Intel 6700HQ
    Motherboard
    HP
    Memory
    24
    Graphics Card(s)
    AMD FirePro 5170M
    Hard Drives
    Samsung SSD 860 Pro
    Keyboard
    yes
    Mouse
    yes
    Other Info
    19045.3803
    some Red Hat workhorses
OAT, come on:
I mean Docs, Pics, Downloads, Video, Desktop, Music
I did not touch the appdata folder and my Shellfolder Entries point to the correct path

Edit: This is a response to OAT, that was deleted in the meantime
 
Last edited:

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    HP ZBook
    CPU
    Intel 6700HQ
    Motherboard
    HP
    Memory
    24
    Graphics Card(s)
    AMD FirePro 5170M
    Hard Drives
    Samsung SSD 860 Pro
    Keyboard
    yes
    Mouse
    yes
    Other Info
    19045.3803
    some Red Hat workhorses
Can be easily changed by editing the registry to the folders you prefer:
This will only affect the current user only. You will need to sign out for the changes to take place.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
I don't think you understand op. The environment variables are useful for scripts and needed to find them with a script, without having to hard code it.

The following user folders in the library could have been moved to many different locations, and these are suggested environment variables:
%USERDOCUMENTS%
%USERDOWNLOADS%
%USERPICTURES%
%USERVIDEOS%
 

My Computer

System One

  • OS
    Win11

Latest Support Threads

Back
Top Bottom