"%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%"