Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Guidance for disabling Intel® Transactional Synchronization Extensions (Intel® TSX) capability


View products that this article applies to.

Summary

If you would like to disable Intel® Transactional Synchronization Extensions (Intel® TSX) capability for those processors that expose the necessary processor support, please follow the guidance around registry setting outlined below to disable it.

↑ Back to the top


Registry setting

  • Disable Intel® Transactional Synchronization Extensions (Intel® TSX) capability thru the following registry setting:
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel" /v DisableTsx /t REG_DWORD /d 1 /f

    Restart the computer for the changes to take effect.

  • Enable Intel® Transactional Synchronization Extensions (Intel® TSX) capability thru the following registry setting:
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel" /v DisableTsx /t REG_DWORD /d 0 /f

    Restart the computer for the changes to take effect.

↑ Back to the top


Keywords: guidance article, standalone informational

↑ Back to the top

Article Info
Article ID : 4531006
Revision : 5
Created on : 12/18/2019
Published on : 12/18/2019
Exists online : False
Views : 248