meetrevision/playbook

[BUG]: Intel TSX dosn't enables.

Edgars-Cirulis opened this issue · 1 comments

Describe the bug

After commit cc22269 Intel TSX dosnt seems to be enabled even I have Intel CPU.

Steps to reproduce

  1. Checkout commit cc22269 into stable
  2. Apply playbook that contains the commit
  3. 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.

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
============================================