Skip to content

Instantly share code, notes, and snippets.

@Barnacl437
Barnacl437 / res.bat
Last active January 11, 2024 07:03
VMware VM resolution force script (if you have installed VMwave tool). This tiny script helps you change to custom resolution in VMware VMs.
:This is a script to force resolution for VMware VMs.
:source:https://www.youtube.com/watch?v=raeK5oVLdqE
@echo off
rem More info at https://kb.vmware.com/s/article/2058577
title Force Resolution for VMware Guests, Single Display
echo .
echo This tool forces resolutions for VMware guests. For higher resolutions, refer to VMware documentation.
echo .
echo To revert to the default resolution list, disable the driver (VMware SVGA 3D) in Device Manager and then enable it again.