[BUG]: Intel TSX dosn't enables.
Edgars-Cirulis opened this issue · 1 comments
Edgars-Cirulis commented
Describe the bug
After commit cc22269 Intel TSX dosnt seems to be enabled even I have Intel CPU.
Steps to reproduce
- Checkout commit cc22269 into stable
- Apply playbook that contains the commit
- After reboot Intel TSX toggle seems to be off on Revision Tools
Expected behavior
Intel TSX Toggle should be on.
Environment
- OS Build Number & Edition:
23H2 22631.2593
- ReviOS Version:
git
Additional information
No response
Have you searched for similar issues?
- I have searched for similar issues and found none.
Edgars-Cirulis commented
Here some logs
============================================
Title: PowerShellAction Error
Message: PowerShell exited with a non-zero exit code: 1
Object: if ((Get-WmiObject Win32_Processor).Name -like '*Intel*') {
[microsoft.win32.registry]::SetValue("HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Kernel", "DisableTsx", 0, [Microsoft.Win32.RegistryValueKind]::DWord)
}
Date/Time: 5/25/2024 4:15:05 PM
============================================