
Današnja pitanja i odgovori nam se javljaju zahvaljujući SuperUseru - podjele Stack Exchange-a, zajednice-driven grupiranja Q & A web stranica.
Pitanje
SuperUser čitač AngryHacker želi znati kako Windows 10 može funkcionirati sa čak 32 GB prostora na disku:
There are a number of sub $200 Windows 10 laptops that only have 32 GB SSD hard drives in them (like the Lenovo 100s and HP Stream 13, for example). Given that the Windows directory itself is over 32 GB on my regular laptop, how do these laptops even function? Is there any space left over to store anything? Would I have a hard drive that ran out of space soon after starting to use it?
Kako Windows 10 može funkcionirati s čak 32 GB prostora na disku?
Odgovor
SuperUser suradnik magicandre1981 ima odgovor za nas:
Windows 10 uses CompactOS, which compresses Windows files to make them smaller:
- Compact OS installs the operating system files as compressed files. Compact OS is supported on both UEFI-based and BIOS-based devices. Unlike WIMBoot (because the files are no longer combined into a single WIM file), Windows update can replace or remove individual files as needed to help maintain the drive footprint size over time.
This can be done automatically by Windows 10 setup or by manually applying an image:
- DISM.EXE /Apply-Image /ImageFile:INSTALL.WIM /Index:1 /ApplyDir:C: /Compact:ON
Or in a running Windows 10 system via this command:
- COMPACT.EXE /CompactOS:always
Imate li nešto za objašnjenje? Zvuči u komentarima. Želite li pročitati više odgovora od drugih tehnoloških korisnika Stack Exchangea? Pogledajte ovdje cijelu raspravu.