* https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size?tabs=command-prompt "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvmedisk\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes" /t "REG_MULTI_SZ" /d "* 512" /f "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes" /t "REG_MULTI_SZ" /d "* 512" /f "%SystemRoot%\System32\fsutil.exe" "fsInfo" "sectorInfo" "%SystemDrive%" "%SystemRoot%\System32\fsutil.exe" "fsInfo" "ntfsInfo" "%SystemDrive%"