actually, I'm not a windows guy, I'm Linux guy
but lets find out whats wrong. try this on power shell :
this will shows up all information of your vm.
if not.. hmm.
but lets find out whats wrong. try this on power shell :
Code:
gwmi -class "MSVM_ComputerSystem" -namespace "root\virtualization" -computername "."
if not.. hmm.
Comment