Closed rsoyxihnark closed 1 year ago
Event Logging seems like a random BS. cant say for sure without clean install examination though.
ps. app is stupidly unstable. are we really gonna rely on this one?
BTW There are more settings. lets go through them one by one.
8.3 Name Creation: We will keep this for backwards compatibility. see:
see:
also in W11 they are trying to get rid of that stuff and I have 163 entries only.
we should disable this. on big operations the gain is MASSIVE.
Implemented OK.
fsutil behavior set disable8dot3 1
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsDisable8dot3NameCreation" /t REG_DWORD /d "1" /f
Implemented OK.
fsutil behavior set DisableLastAccess 3
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsDisableLastAccessUpdate" /t REG_DWORD /d "0x80000003" /f
Kernel Paging Executive
no. pointless potential of a minorest gain.