Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/16/2023 in all areas

  1. Hello, I couldn't get Powershell to work. Ended up getting this to work, so thought I would share it. Local $HyperV_Host = "HyperV-Host" Local $HyperV_VM = "VM" Run(@ComSpec & " /k " & "C:\Windows\Microsoft.NET\assembly\GAC_64\vmconnect\v4.0_10.0.0.0__31bf3856ad364e35\vmconnect.exe " _ & $HyperV_Host & " " & $HyperV_VM,"",@SW_HIDE)
    1 point
  2. @SW_ENABLE is not a valid show-flag. (use @SW_SHOW or @SW_HIDE). Open help file for more details.
    1 point
×
×
  • Create New...