News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Unnecessary XML files

Started by Magnum, December 18, 2013, 01:41:47 PM

Previous topic - Next topic

Magnum

Windows XP stores a sh*t load of unnecessary xml files.

So I wrote this batch file to take care of it. :-)

del "C:\WINDOWS\pchealth\helpctr\DataColl\*.xml"
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

Tedd

Congratulations, you just gained less than 2 MB of disk space.
What amazing feats will you perform next?


If you're really struggling for disk space, you can gain an extra GB or two by removing the following:
- C:\WINDOWS\$NtUninstallKB*$ (folders and their contents)
- C:\WINDOWS\$hf_mig$\*.*
- C:\WINDOWS\KB*.log

I've never had any problems, but if you want to be extra safe, only remove those older than about 6 months.
Potato2

dedndave

yah - those XML's tell windows how you have refined your previous help searches

the ones Tedd mentioned are ok to get rid of....
but, what i do is leave them on to make the disk image
then, when i restore the image, they are present if i want them - otherwise, i delete them
they are only necessary if you want to "undo" an update - which isn't usually a pretty picture anyways

Magnum

Quote from: Tedd on December 19, 2013, 03:14:12 AM
Congratulations, you just gained less than 2 MB of disk space.
What amazing feats will you perform next?


If you're really struggling for disk space, you can gain an extra GB or two by removing the following:
- C:\WINDOWS\$NtUninstallKB*$ (folders and their contents)
- C:\WINDOWS\$hf_mig$\*.*
- C:\WINDOWS\KB*.log

I've never had any problems, but if you want to be extra safe, only remove those older than about 6 months.

It has nothing to do with struggling with disk space.

I use 12 Gb out of 184 Gb.

I feel that if a file serves no useful purpose, get rid of it.

Andy
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

sinsi

Do NOT delete $hf_mig$, future hotfixes rely on it, linky

QuoteWhen a security update, critical update, update, update rollup, driver, or feature pack installs GDR version files, the hotfix files are also copied to the %windir%\$hf_mig$ folder. This supports migration to the appropriate files if you later install a hotfix or service pack that includes earlier versions of these files.

MichaelW

Quote from: Magnum on December 19, 2013, 09:07:30 AM
It has nothing to do with struggling with disk space.

I use 12 Gb out of 184 Gb.

I feel that if a file serves no useful purpose, get rid of it.

So it also has nothing to do with logic and reason.
Well Microsoft, here's another nice mess you've gotten us into.

Magnum

Your statement makes no sense.

Andy
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

dedndave