Berny23

Windows 10: decimal prefixes to binary prefixes

May 31st, 2020 (edited)
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. How to change decimal prefixes (SI) to binary prefixes (IEC) for file sizes in Windows 10.
  2.  
  3.  
  4. -- Introduction --
  5.  
  6. Windows incorrectly uses decimal prefixes (KB, MB, GB) instead of binary prefixes (KiB, MiB, GiB) to display file sizes.
  7. 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.
  8.  
  9.  
  10. -- Software Requirements --
  11.  
  12. → Resource Hacker (http://www.angusj.com/resourcehacker/)
  13. → Any Linux live distro on CD or USB (e.g. http://www.porteus.org/)
  14.  
  15.  
  16. -- Video Tutorial --
  17.  
  18. https://youtu.be/JBIi1Y91SF8
  19.  
  20.  
  21. -- Text Tutorial --
  22.  
  23. 1. Go to "C:\Program Files\WindowsApps\Microsoft.LanguageExperiencePack<LANGUAGE-TERRITORY>_<VERSION>\Windows\System32\<LANGUAGE-TERRITORY>" (Please note the placeholders).
  24.  
  25. 2. Copy "propsys.dll.mui" to your Desktop.
  26.  
  27. 3. Open the copied file with Resource Hacker and expand "String Table" on the left side.
  28.  
  29. 4. Open the entry 14 and insert an "i" between the displayed prefixes (e.g. KB -> KiB).
  30.  
  31. 5. Click on the big green arrow and then save the file by clicking the green floppy disk (without the "As").
  32.  
  33. 6. Delete the file named "propsys.dll_original.mui" in your Desktop.
  34.  
  35. 7. Shut down Windows and insert your Linux live CD or USB.
  36.  
  37. 8. Boot from your Linux live distro and navigate to the hard drive where Windows is installed.
  38.  
  39. 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>".
  40.  
  41. 10. Shut down your Linux live distro and remove the CD or USB.
  42.  
  43. 11. Reboot into Windows 10 and enjoy your new binary prefixes.
  44.  
  45.  
  46. -- Credits & Sources --
  47.  
  48. Tutorial made by Berny23
  49.  
  50. Information taken from:
  51. → https://www.vb-paradise.de/index.php/Thread/101459-Windows-Dateigr%C3%B6%C3%9Fen-in-Kibibyte-Mebibyte-usw/
  52. → https://en.wikipedia.org/wiki/Binary_prefix
Add Comment
Please, Sign In to add comment