Windows 10: Where is the current desktop background image located?
Hit Win+r %AppData%\Microsoft\Windows\Themes\CachedFiles
You don’t need administrative rights for this and you don’t need to edit anything in the address.
Windows 10: Where is the current desktop background image located?
Hit Win+r %AppData%\Microsoft\Windows\Themes\CachedFiles
You don’t need administrative rights for this and you don’t need to edit anything in the address.
To map Network Drives using the command line, in an elevated command prompt, you have to run the following command:
net use x: \server\share /persistent:yes
Here x is the drive letter, and the /persistent: yes parameter makes it permanent.