Skip to content

Instantly share code, notes, and snippets.

@tsmoreland
Created May 12, 2022 10:03
Show Gist options
  • Save tsmoreland/986ac4ec65339084e66370cfb906da5d to your computer and use it in GitHub Desktop.
Save tsmoreland/986ac4ec65339084e66370cfb906da5d to your computer and use it in GitHub Desktop.
Hyper-V session details

Hyper-V Configuration

Path:

C:\Users\{username}\AppData\Roaming\Microsoft\Windows\Hyper-V\Client\1.0

vmconnect.rdp

The configuration of each VM is stored in a vmconnect.rdp.{uuid} file which is an XML document containing various settings including

        <setting name="DesktopSize" type="System.Drawing.Size">
            <value>1440, 900</value>
        </setting>

Those values can be modified for non-standard resolution sizes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment