-
Installation has been done: Install-Module -Name WinTuner But I can connect:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
PowerShell does not like binary modules sometimes. Have you tried running |
Beta Was this translation helpful? Give feedback.
PowerShell does not like binary modules sometimes. Have you tried running
Import-Module WinTuner
after the install command?