You are on page 1of 1

Error A:

https://kb.vmware.com/s/article/79832
On Workstation Pro:
Start Workstation
Go to VM > Settings > Options > Advanced
Check "Disable Side Channel Mitigations for Hyper-V enabled hosts"

Error B:
https://kb.vmware.com/s/article/2146361
1. Turn Off Hyper-V
Go to "Turn Windows features on or off"
Make sure Hyper-v is not ticked.
If it is Ticked, untick it and click "Ok".

2. Open command prompt window as an administrator


Run “bcdedit /enum {current}”
Note down the hypervisorlaunchtype in case this needs to be reverted
Run “bcdedit /set hypervisorlaunchtype off” to disable hypervisor Close the
command prompt after executing the commands and restart the system.

Error C:
Problema con SolarPutty que dice lo siguiente:
Unable to install Solar-PuTTY. Unsupported Operating System

Esto apareció despues de haber usado solar putty para configurar 2 vpcs en gns3 y
haber cerrado gns3.
Al abrir gns3 de nuevo, apareció eso.

Solución:
En GNS3 ir a Edit > Preferences > Console applications > Botón Edit y poner lo
siguiente

"C:\Users\Mati\AppData\Roaming\Solar-PuTTY-v4\Solar-PuTTY.exe" --telnet --hostname


%h --port %p --name "%d"

Cambiar Mati por el usuario que se este usando en Windows

You might also like