[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
https://www.neowin.net/forum/topic/1044645-guide-remove-xps-wallpapers/
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.

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

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.

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.

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.

  • 6 months later...
  • 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.

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

    • No registered users viewing this page.
  • Posts

    • Google reshuffles its AI coding team as it struggles to catch Anthropic by Karthik Mudaliar Google is already reorganizing the AI coding “strike team” it created roughly two months ago, as it attempts to find ways to close the gap with Anthropic in one of generative AI’s most commercially important areas. According to The Information, Google DeepMind is expanding the team’s focus to include “midtraining,” rather than concentrating only on coding tools and agents. Midtraining takes place after a model’s broad initial training but before the final stages that prepare it to follow instructions and perform specific tasks. In simple terms, it gives developers another opportunity to expose a model to carefully selected data before it is polished for release. That could help Google improve Gemini’s underlying coding abilities instead of relying only on better prompts, interfaces, or post-training. Previous research has found that midtraining can be particularly effective for code and mathematics, where models must move from general language knowledge to more structured tasks. Google reportedly created the original strike team in April. It was led by Google DeepMind research engineer Sebastian Borgeaud, who previously worked on model pretraining, and focused on complex, long-running programming jobs. Google co-founder Sergey Brin and Google DeepMind chief technology officer Koray Kavukcuoglu were also reportedly involved in the effort. DeepMind researchers were said to believe that Anthropic’s coding tools were outperforming Google’s Gemini models, prompting the company to give the project more attention. Anthropic has made coding a central part of its AI strategy through Claude Code and its Claude model family. The company has continued improving that area, with Claude Opus 4.8 offering upgrades for coding and other agentic tasks, along with the now-unavailable Mythos and Fable models. The reshuffle also comes at a time when Google faces increased competition for AI researchers. Gemini co-lead Noam Shazeer recently announced that he was leaving Google for OpenAI, while two other researchers who contributed to Gemini and DeepMind projects are reportedly preparing to join Anthropic. It remains unclear whether the reorganized team will produce a new public Gemini model or developer product. No release date, team size, or specific performance target has been disclosed. Source: The Information
    • Just remember - Microsoft is a trillion dollar company. They didn't have to raise the price this high. They chose to.
  • Recent Achievements

    • First Post
      kinowa earned a badge
      First Post
    • Rookie
      krychek57 went up a rank
      Rookie
    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
    • Dedicated
      Scoobystu earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      413
    2. 2
      +Edouard
      168
    3. 3
      PsYcHoKiLLa
      132
    4. 4
      Xenon
      73
    5. 5
      Michael Scrip
      73
  • Tell a friend

    Love Neowin? Tell a friend!