Skip to content
Stan Wu edited this page May 25, 2022 · 3 revisions

Google Cloud Platform

PD (永久磁碟) 基本上只能變大,不能縮小

建立 Windows 10 instance

gcloud compute instances create [instance_name] \
       --image=[custom_image_win1021h2-eng-x64] \
       --image-project=[project_name] \
       --preemptible \
       --zone=asia-east1-b \
       --boot-disk-size=64GB
Clone this wiki locally