mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-14 18:34:19 +00:00
4 lines
125 B
PowerShell
4 lines
125 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
Set-VMVideo -VMName "Ubuntu" -HorizontalResolution 1920 -VerticalResolution 1080 -ResolutionType Single
|