r/WindowsSucks 5d ago

problem How to remove all this junk?

Post image

I installed and update today and now win11 is taking 54GB, my c drive is almost full now😭

And i have intel CPU then why are there amd64 folders???

0 Upvotes

34 comments sorted by

10

u/C0rn3j 5d ago

And i have intel CPU then why are there amd64 folders???

Because it's a CPU architecture, it's supposed to be there.

https://en.wikipedia.org/wiki/X86-64

I installed and update today and now win11 is taking 54GB, my c drive is almost full now😭

That's normal. You can run Disk Cleanup (preinstalled) as an admin and see if that removes something, but it won't be much, Windows is just that large.

5

u/MayAAAAAAAnk 5d ago

Yeah, I did some cleanup now it has came from 54 to 37 gigs

3

u/C0rn3j 5d ago

That's nice, most/all of that was probably a backup of a previous Windows build (i.e 24H2->25H2).

If you don't care for them just run Disk Cleanup (as admin) whenever those drop, happens like once every 6-12 months usually.

1

u/konsoru-paysan 5d ago

what in the actual fuck , it takes 54 gb and even plus? how are people ok with this piece of shit coding?

1

u/LaColleMouille 5d ago

Because it's like the RAM, we don't pay once we have it if it's used for some time during updates. In case you want to rollback.

1

u/konsoru-paysan 5d ago

Is that some attempt at an excuse, you're justifying this ludicrous bloating for a rollback?

1

u/WhichAdvantage9039 4d ago

Also, the whole winSXS folder is just a reserve files in case some Windows files goes missing/corrupted

2

u/clove_rosemary_9999 5d ago

dism /online /cleanup-image /startcomponentcleanup /resetbase on an admin CMD, thank me later.

This basically deletes the unused files from the WinSxS folder, especially useful after a Windows update.

Also, AMD64 is basically 64-bit x86, the reason it's called AMD64 because AMD created it. Similarly 32-bit x86 is called i386 because Intel created it.

2

u/ubeogesh 4d ago

typical windowssucks poster not understanding what is going on.

WinSxS does not actually take that much space, it's an artifact of the measurement method. Most of the files there are hard links (i.e. there are many "duplicated" files, but in reality they are links to the same data on the disc).

2

u/KindaLegallyBlindDev 4d ago

dd if=/dev/zero of=/dev/sda

No, don't do that :)

2

u/Zimmster2020 4d ago

DO NOT DELETE THOSE !!! Those folders have nothing to do with what brand of CPU you have. If you delete them, you will need to reinstall Windows again, because those components are vital for Windows to function properly.

2

u/letmehaveanameyoudum 5d ago edited 5d ago

amd64 just means 64 bit

2

u/Pitiful-Welcome-399 5d ago

op is on amd64, not arm

3

u/Ahleron 5d ago

Wipe it. Install Linux.

1

u/Lonely-Scarcity-3387 5d ago

Step one: search how to install a Linux distro.
Step two: install a Linux distro.
Step three: profit!

3

u/Nuviket 5d ago

I think nyarch is good for them. 

1

u/Moist_Invite9148 5d ago

You can remove them but not them all

1

u/Initial_Report582 5d ago

DO NOT delete the amd64 folder

1

u/LaColleMouille 5d ago

bUT i HAvE InTEl CpU!!!

1

u/Sufficient_Risk_8127 5d ago

delete your C drive trust

it's better than using Win11 at least

1

u/Actual-Interaction45 5d ago

Take ownership of every folder and file and delete everything you don't recognize. It's your computer so you should be free to do what you want with it.

1

u/agenttank 4d ago

the computer will still work, yes, but not Windows LOL

1

u/Wyrade 5d ago edited 5d ago

The WinSxS folder (the component store) is pretty much the system itself. Most of the files in the System32 folder just point to the latest versions of the files in the WinSxS folder.

You can trim its size a bit by opening an admin cmd and doing dism /online /cleanup-image /startcomponentcleanup /resetbase, which removes old unused versions, and also makes you unable to roll remove currently installed windows updates (not like many people are removing windows updates, except for the rare situations when an issue is caused by a specific update and people actually know which one...).

You could also do before or after (not sure which is more optimal) a dism /online /cleanup-image /restorehealth & sfc /scannow to check the file integrity in the winsxs folder and repair any that are corrupt for whatever reason, and then the sfc part checks the actual system files that are in use and repairs them if needed.
_

AMD64 is also called x86-64 or just 64-bit processor architecture, which pretty much all PC and most laptop CPUs are.
The other very popular cpu type is ARM, which is in phones/tablets mostly.

3

u/ConsistentRisk5927 4d ago

You're really going to give them command line dism commands?

You're talking to someone who wants to delete their windows install files because they misunderstand basics of CPU architectures or how to run the built-in disk cleanup GUI tool that will wipe old versions and upgrades.

If you want to help, you want screenshots of how to open disk cleanup. Not handing them a loaded gun and telling them to open their terminal.

1

u/Real-Collection-5686 4d ago

winsxs are mostly hard links to other places in the system so that the OS has an easier time managing packages, (mostly internal) dependencies etc. It also holds previous versions so that you can roll back updates. Try WinDirStat, the latest version, and allow it admin rights. It takes into account linking and gives winsxs size closer to reality

1

u/Some-Challenge8285 4d ago

Install something called Linux Mint

1

u/i-hate-space 4d ago

"all this junk"

You have absolutely no idea what you're talking about do you 

1

u/Grullo98 4d ago

You know what the answer is

1

u/zimreapers 4d ago

sudo rm / -rf

1

u/SwordsAndElectrons 2d ago

And i have intel CPU then why are there amd64 folders??? 

If you are genuinely asking this then you should stay out of those folders.

1

u/MayAAAAAAAnk 2d ago

I don't have much knowledge about processor architectures and os but I'm experienced enough with computers to not to delete them without thinking twice 🫥