MsiFanControl icon indicating copy to clipboard operation
MsiFanControl copied to clipboard

[Bug] Not Supported

Open JPVenson opened this issue 5 years ago • 0 comments

  • I have run the Install command
  • Tried to invoke "status": Got exception: Not Supported
  • Run MsiWmiAcpiMof.reg Manually -> Success
  • Tried to invoke "status": Same exception
  • Tried to run the query in powershell:
PS C:\Windows\system32> Get-WmiObject -Namespace "root\WMi" -Query "SELECT * FROM MSI_System"
Get-WmiObject : Not supported
At line:1 char:1
+ Get-WmiObject -Namespace "root\WMi" -Query "SELECT * FROM MSI_System"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], ManagementException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand

JPVenson avatar Jul 02 '20 13:07 JPVenson