if we do not use any wallpaper on desktop will it increase performance of windows?

if we do not use any wallpaper on desktop will it increase performance of windows?


Solution 1:

I've never seen wallpaper adversely affect performance on the machine itself, but when connected to the machine from a remote desktop connection it certainly can. The bitmaps that get sent across in a terminal session are much smaller with just a solid color background.

I suppose with really low-grade video hardware or a buggy video driver you could see downgraded performance.

Rarely I've seen wallpaper be repainted slowly after a maximized window was minimized, but that's usually when there are a ton of things going on on the server that consume considerable amounts of system resources.

Solution 2:

Theoretically yes. Practically no - except on the earlist (and I do mean earliest, somewhere about year 2000.) machines.

This was for static picture. Active desktop is a different story, and it can slow down things a bit.

Solution 3:

When redrawing the desktop, it will make a slight impact on performance. Redrawing a detailed bitmap usually takes longer than redrawing a solid color. The difference isn't as noticeable on newer hardware, though.

Solution 4:

If you are using some kind of remote access (via network / internet), then turning off the background will increase the transmission speed of your desktop. From my experience, a background image effects the performance very little (unless your running a netbook with little memory or something). It will chew through a bit of memory however, a 32bit 1920x1080 image will consume a bit over 8MB of RAM (not much of an issue of you have 8GB, but might be an issue if you have 512MB or less)

Solution 5:

It can certainly have an impact on a machine with virtual memory, in my experience. (That's the default and how most machines run, although for newer machines with multigigabyte RAM there is a good case for disabling it.)

The problem is that Windows likes to swap ‘unused’ memory out to the pagefile even when there's no real need, there being memory to spare. That's normally not a problem, except for if you're working in a full-screen application window, your background image isn't being rendered; its memory becomes unused and gets swapped out to disc. Then when you finish working and unmaximise the window, it suddenly becomes needed; several meg of rendered background then has to be dragged back off the disc and copied back onto the screen. On older, slower machines like laptops this was very noticeable.

This was the case for WinXP; it may have changed in Vista/7 since, due to the increased usage of video-card-accelerated rendering.