I've been looking for the location of Windows 11 wallpapers on the drive, did a search online and they are in C:\Windows\Web\Wallpaper\.
Now, how surprising... Everything sees different folder names!
Explorer:
CMD:
Everything:
Everything sees them as CMD does, not like Explorer does...
These folders are not symbolic links, wondering how come their name differs in Explorer and Everything?
Any explanations are welcome!
The strange case of C:\Windows\Web\Wallpaper\
-
aybe
- Posts: 22
- Joined: Wed Nov 23, 2022 3:49 am
The strange case of C:\Windows\Web\Wallpaper\
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: The strange case of C:\Windows\Web\Wallpaper\
The Desktop.ini inside these folders contains a localized name.
=>
Windows 10
Code: Select all
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\System32\themeui.dll,-2113
Windows 10
-
aybe
- Posts: 22
- Joined: Wed Nov 23, 2022 3:49 am
Re: The strange case of C:\Windows\Web\Wallpaper\
Ah yes, good catch, indeed there is a special one with .
Case solved, thank you!!!
.ShellClassInfoCase solved, thank you!!!
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: The strange case of C:\Windows\Web\Wallpaper\
The Display Name column will show the same name as you see in Windows Explorer.
-
aybe
- Posts: 22
- Joined: Wed Nov 23, 2022 3:49 am
Re: The strange case of C:\Windows\Web\Wallpaper\
Ah yes, excellent, many thanks!!! 