Jump to content
Pulseway 9.14 🔥

Featured Replies

  • Administrators

Everything works well on Hyper-v 2012.

Just download the installer, install PC Monitor and run manager:


powershell

$webclient = New-Object System.Net.Webclient

$url = "http://pulseway.com/download/PCMonitor_x64.msi"

$file = "C:\Users\Administrator\Downloads\PCMonitor_x64.msi"

$webclient.DownloadFile($url, $file)

C:\Users\Administrator\Downloads\PCMonitor_x64.msi

"C:\Program Files\PC Monitor\PCMonitorManager.exe"

  • 1 year later...

Create an account or sign in to comment