diff --git a/support/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.md b/support/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.md index f370bd7cdb0..a6e2d68486a 100644 --- a/support/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.md +++ b/support/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.md @@ -102,7 +102,7 @@ Consider _one_ of the following solutions: - If you have multiple drives on this system, you can specify a different location for the database files after installation of SQL Server is complete. Make sure that drive reflects a supported sector size when querying the `fsutil` commands. SQL Server currently supports sector storage sizes of 512 bytes and 4096 bytes. -- You can add a registry key, which will cause the behavior of Windows 11 and later to be similar to Windows 10. This will force the sector size to be emulated as 4 KB. To add the `ForcedPhysicalSectorSizeInBytes` registry key, use the [Registry Editor](#registryeditor) or run commands as described in the [PowerShell as Administrator](#powershellasadmin) section. +- You can add a registry key, which will cause the behavior of Windows 11 and later to be similar to Windows 10. This will force the sector size to be emulated as 4 KB. To add the `ForcedPhysicalSectorSizeInBytes` registry key, use the [Registry Editor](#registryeditor) or run commands as described in the [PowerShell as Administrator](#powershellasadmin) section. You must reboot the device after adding the registry key in order for this change to take effect. > [!IMPORTANT] > This section contains steps that tell you how to modify the Windows registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, see the [How to back up and restore the registry in Windows](/troubleshoot/windows-server/performance/windows-registry-advanced-users#back-up-the-registry) article.