Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to change decimal prefixes (SI) to binary prefixes (IEC) for file sizes in Windows 10.
- -- Introduction --
- Windows incorrectly uses decimal prefixes (KB, MB, GB) instead of binary prefixes (KiB, MiB, GiB) to display file sizes.
- Due to increasing confusion among consumers, the former secondary use of decimal prefixes as binary prefixes was in theory abolished by the ISO standard IEC 80000-13:2008. However, there are still very few who adhere to this standard. Since Windows does not use the correct binary prefixes either, I will show you in this tutorial how to make the necessary changes yourself.
- -- Software Requirements --
- → Resource Hacker (http://www.angusj.com/resourcehacker/)
- → Any Linux live distro on CD or USB (e.g. http://www.porteus.org/)
- -- Video Tutorial --
- https://youtu.be/JBIi1Y91SF8
- -- Text Tutorial --
- 1. Go to "C:\Program Files\WindowsApps\Microsoft.LanguageExperiencePack<LANGUAGE-TERRITORY>_<VERSION>\Windows\System32\<LANGUAGE-TERRITORY>" (Please note the placeholders).
- 2. Copy "propsys.dll.mui" to your Desktop.
- 3. Open the copied file with Resource Hacker and expand "String Table" on the left side.
- 4. Open the entry 14 and insert an "i" between the displayed prefixes (e.g. KB -> KiB).
- 5. Click on the big green arrow and then save the file by clicking the green floppy disk (without the "As").
- 6. Delete the file named "propsys.dll_original.mui" in your Desktop.
- 7. Shut down Windows and insert your Linux live CD or USB.
- 8. Boot from your Linux live distro and navigate to the hard drive where Windows is installed.
- 9. Copy or cut "propsys.dll.mui" in your Desktop folder and paste it inside of "C:\Program Files\WindowsApps\Microsoft.LanguageExperiencePack<LANGUAGE-TERRITORY>_<VERSION>\Windows\System32\<LANGUAGE-TERRITORY>".
- 10. Shut down your Linux live distro and remove the CD or USB.
- 11. Reboot into Windows 10 and enjoy your new binary prefixes.
- -- Credits & Sources --
- Tutorial made by Berny23
- Information taken from:
- → https://www.vb-paradise.de/index.php/Thread/101459-Windows-Dateigr%C3%B6%C3%9Fen-in-Kibibyte-Mebibyte-usw/
- → https://en.wikipedia.org/wiki/Binary_prefix
Add Comment
Please, Sign In to add comment