Windows – How to change the Windows desktop background without administrator rights

desktop-customizationnon-adminwindows

How can I change my desktop wallpaper to something I prefer when I don't have administrator rights?

I'm using Windows 7.

Screenshot

Best Answer

  • Create a new folder C:\Users\<username>\Documents\background

  • Add background.html and your background.png

  • Insert the following into background.html:
    <html>
    <img src="background.png" alt="Selfhtml">
    </html>

  • Open background.html with Firefox

  • Right-click on the image
    --> Set as background

    img2

  • VoilĂ , your result:

    enter image description here

Related Question