golang/go

x/build/env/windows: add GUI shell?

Open

#35,629 opened on Nov 15, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (19,008 forks)batch import
BuildersFeatureRequestNeedsInvestigationOS-Windowshelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Now that we have gomote rdp (#26090) for RDP access to our Windows buildlets, I discovered our Windows images are pretty spartan over RDP.

I guess they don't have the Windows GUI enabled?

@johnsonj, is that configurable? I assume, and Google suggests? I don't see anything in https://github.com/golang/build/blob/master/env/windows/startup.ps1 that looks like it's explicitly disabling it, at least.

Contributor guide