rsoyxihnark / issuetracker

Issue Tracker
0 stars 0 forks source link

SSD Booster .NET compliance #61

Closed rsoyxihnark closed 1 year ago

rsoyxihnark commented 1 year ago
rsoyxihnark commented 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?

rsoyxihnark commented 1 year ago

BTW There are more settings. lets go through them one by one.

rsoyxihnark commented 1 year ago

8.3 Name Creation: We will keep this for backwards compatibility. see:

see:

image

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.

rsoyxihnark commented 1 year ago

NtfsDisable8dot3NameCreation

Implemented OK.

fsutil behavior set disable8dot3 1

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsDisable8dot3NameCreation" /t REG_DWORD /d "1" /f

NtfsDisable8dot3NameCreation: 2 volume specific - 1 Disabled - 0 Force Enabled

rsoyxihnark commented 1 year ago

Last Access Timestamp

Implemented OK.

fsutil behavior set DisableLastAccess 3

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsDisableLastAccessUpdate" /t REG_DWORD /d "0x80000003" /f

rsoyxihnark commented 1 year ago

Kernel Paging Executive

no. pointless potential of a minorest gain.