meetrevision / playbook

A lightweight, stable, and performance-focused customized version of Windows that enhances privacy and compatibility
https://www.revi.cc
Other
863 stars 68 forks source link

[BUG]: Intel TSX dosn't enables. #107

Closed Edgars-Cirulis closed 4 months ago

Edgars-Cirulis commented 4 months ago

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

  1. Checkout commit https://github.com/meetrevision/playbook/commit/cc22269c23a4def4956afb37f32c685ca2164eea 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

Additional information

No response

Have you searched for similar issues?

Edgars-Cirulis commented 4 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
============================================