

reproduce:
create a test folder
create two files in command line:
fsutil file createnew 4gig.tst 4294967296
fsutil file createnew not4gig.tst 4294967295
put the files in the folder and compare the foldersizes with the windows properties menu
I think it has something to do with the used datatype or something like that.