Closed Edgars-Cirulis closed 6 months ago
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
============================================
Describe the bug
After commit https://github.com/meetrevision/playbook/commit/cc22269c23a4def4956afb37f32c685ca2164eea Intel TSX dosnt seems to be enabled even I have Intel CPU.
Steps to reproduce
Expected behavior
Intel TSX Toggle should be on.
Environment
23H2 22631.2593
git
Additional information
No response
Have you searched for similar issues?