有时需要临时使用1台windows 的机器
既然是临时
直接用gcloud command
gcloud compute instances create instance-windows \
--zone=europe-west2-c \
--machine-type=n2d-standard-4 \
--boot-disk-size=100GB \
--image-project=windows-cloud \
--image=windows-server-2022-dc-v20231213 \
--network=tf-vpc0 \
--subnet=tf-vpc0-subnet0 \
--enable-display-device \
--enable-nested-virtualization
最后1个参数是开启intel VT-X or AMD-v 硬件虚拟化
UI 上直接操作