Stress_
Stress_

Reputation: 400

Using python on a Google Cloud Windows Server

I've just installed Windows Server 2019 on Google Cloud Compute Engine, so I can host my python apps 24/7 but I can't install python because of this error: 0x80070659 - This installation is forbidden by system policy. Contact your system administrator. I was wondering if there's anything I can do to resolve this issue.

Upvotes: 3

Views: 1253

Answers (1)

Stress_
Stress_

Reputation: 400

Solution: I just needed to run the setup file as administrator.

Upvotes: 6

Related Questions