Set desktop wallpaper in JavaScript Windows 8 Application

942 Views Asked by At

Is there any way to set desktop wallpaper from Windows 8 application written in JavaScript?

Thank you!

1

There are 1 best solutions below

0
On

Nope, this is not possible.

Your only option is to write the image to the users pictures library (See here), and then allow the user to pick that as their desktop wallpaper.