[Guide] Remove XP's wallpapers!


Recommended Posts

Windows XP by default contains random .bmps in your Windows folder and low-resolution wallpapers in the wallpaper folder. I never use any of these, so why not rid of them?

I made a batch file that quickly deletes all of these.

This is meant for XP only. I tested it on Windows XP Home, Pro, and MCE (English-language versions only with SP3).

Disclaimer: Not responsible for damage, misuse, or whatever else may occur from using any of this. USE AT YOUR OWN RISK.

There's 2 methods:

a) Make a batch yourself (for those that have the knowledge)

or

b) Download the batch.

Method a:

Paste the code into a text file. Rename from .txt to .bat and run.


@ECHO OFF
ECHO This will delete the wallpapers included in Windows XP.
PAUSE
DEL "C:\WINDOWS\Blue Lace 16.bmp"
DEL "C:\WINDOWS\Coffee Bean.bmp"
DEL "C:\WINDOWS\FeatherTexture.bmp"
DEL "C:\WINDOWS\Gone Fishing.bmp"
DEL "C:\WINDOWS\Greenstone.bmp"
DEL "C:\WINDOWS\Prairie Wind.bmp"
DEL "C:\WINDOWS\Rhododendron.bmp"
DEL "C:\WINDOWS\River Sumida.bmp"
DEL "C:\WINDOWS\Santa Fe Stucco.bmp"
DEL "C:\WINDOWS\Soap Bubbles.bmp"
DEL "C:\WINDOWS\Zapotec.bmp"
DEL "C:\WINDOWS\Web\Wallpaper\Ascent.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Autumn.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Azul.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Bliss.bmp"
DEL "C:\WINDOWS\Web\Wallpaper\Crystal.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Follow.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Friend.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Home.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Moon flower.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Peace.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Power.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Purple flower.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Radiance.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Red moon desert.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Ripple.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Stonehenge.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Tulips.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Vortec space.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Wind.jpg"
DEL "C:\WINDOWS\Web\Wallpaper\Windows XP.jpg"
[/CODE]

Method b:

- Link to already made batch file: http://www.mediafire...mruzuynmh8br656 (less than 1kb).[/size]

or

- download below if you're logged in.

[size=4]Notes:[/size]

[size=4]- The batch assumes your Windows installation is C:\Windows.[/size]

[size=4]- The normal wallpaper directory is C:\Windows\Web\Wallpaper. You can place wallpapers in there if you want.[/size]

[size=4]- Media Center Edition comes with a few extra wallpapers that are not deleted.[/size]

[size=4]- Non-english versions of XP may contain other/extra wallpapers.[/size]

[size=4]- Feel free to post your thanks and/or problems!

Lastly: I know XP is old. I don't care. Comments such as "WHY NOT JUST UPGRADE" are NOT wanted and are annoying.[/size]

Delete XP Wallpapers.zip

Link to comment
Share on other sites

Two little points:

1. unless you are REALLY hurting for space, removing those won't help much. It will only save you about 6MB.

2. Your batch file could be far shorter by simply using the following commands:

DEL c:\windows\*.bmp
DEL c:\windows\web\wallpaper\*.jpg

It would achieve the same result.

Link to comment
Share on other sites

Two little points:

1. unless you are REALLY hurting for space, removing those won't help much. It will only save you about 6MB.

2. Your batch file could be far shorter by simply using the following commands:

DEL c:\windows\*.bmp
DEL c:\windows\web\wallpaper\*.jpg

It would achieve the same result.

1) Ugh, bet it's not about space! I guess he's after de-cluttering the badly sorted wallpaper picker in XP :/

2) I beg to differ: I often save my wallpapers in the pre-defined wallpaper directory of my OS. Your suggestion would remove all *.jpg-based walls I put in there, too.

Glassed Silver:mac

  • Like 1
Link to comment
Share on other sites

1) Ugh, bet it's not about space! I guess he's after de-cluttering the badly sorted wallpaper picker in XP :/

2) I beg to differ: I often save my wallpapers in the pre-defined wallpaper directory of my OS. Your suggestion would remove all *.jpg-based walls I put in there, too.

Glassed Silver:mac

Good points. I really don't know many people who put their wallpaper there though. Most people I know would simply store them in My Documents or My Pictures. As for point #1, I guess some people are just a little more OCD about that than I am.

Link to comment
Share on other sites

Just use Nlite

Automated *.bat's are nerdier and have another field of use.

Glassed Silver:mac

Link to comment
Share on other sites

Do people even use XP these days?

The current usage is still over 30%.

This is like telling us how to clean our Ford Model-T's. :shiftyninja:

Soldiers33 + Dot Matrix = reading comprehension fail.

Lastly: I know XP is old. I don't care. Comments such as "WHY NOT JUST UPGRADE" are NOT wanted and are annoying.

Link to comment
Share on other sites

Whenever I used to do a clean install of XP when building a computer for a customer (many moons ago now), one of the things I used to do was remove all of the wallpapers and tiles, apart from the 'Windows XP' one.

Dunno why.

Link to comment
Share on other sites

I store my wallpapers in the directory C:\Windows\Web\Wallpaper.

I also delete some of the uglier wallpapers or the ones I am tired of looking at from time to time.

Link to comment
Share on other sites

  • 6 months later...

Automated *.bat's are nerdier and have another field of use.

Glassed Silver:mac

You can fix and add things using them.

Link to comment
Share on other sites

  • 1 month later...

You really should use 'del %systemroot%\... , because one does not necessarily install windows in c:\windows. My present installs are i:\fensterh (home), and i:\fensterp (pro).

It pulls some wallpapers from allusers\personal\pictures or something. That's where 'blue hills.jpg' lives, for example.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.