Skip to main content

PowerShell check wallpaper location


How to check or save wallpaper in Windows 10?

How to find current wallpaper in Windows 10?

Check or find remote computer wallpaper location.

Code snippet below will check the current or find the location of Windows 10 wallpaper, where it's located and can be copied or back up if desired.

PowerShell code snippet to check wallpaper:

#=========================


$strcomputer = "."

$w = get-wmiobject Win32_Desktop -ComputerName  $strcomputer

$w.Wallpaper


#=========================

$strcomputer = "." <-- below="" check="" code="" computer="" current="" font="" or="" pc="" will="">

To check remote PC replace with the remote computer name.


Sample output:

c:\windows\web\wallpaper\theme1\img1.jpg

Code snippet works fine in Windows 10.


Cheers..


================================
Free Android Apps:

Click  links below to find out more:

Excel Keyboard guide:


Heaven's Dew Fall  Prayer app for Android :



Catholic Rosary Guide  for Android:
Pray the Rosary every day, countless blessings will be showered upon your life if you recite the Rosary faithfully. 
https://play.google.com/store/apps/details?id=com.myrosaryapp



Comments