How to change screen resolution via cmd?

Jal123 -  
 Jal123 -
```bat
@echo off
powershell.exe -command "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.Screen]::AllScreens | ForEach-Object { $_.Bounds.Size } | ForEach-Object { $size = $_; Start-Sleep -Seconds 1; (Get-WmiObject -Namespace root\wmi -Class WmiMonitorBasicDisplayParams).SetDisplayResolution(1024,768) }"
```

1 answer

  1. ozone_ Posted messages 1823 Status Member 511
     
    Hi!

    First, download Qres from this address:
    https://www.majorgeeks.com/files/details/qres.html

    Then, create a batch file with this inside:
    @echo off
    QRes.exe /x:1024 /y:768

    Place your batch file and QRes in the same folder.

    --
    1f u c4n r34d th1s u r34lly n33d t0 g37 l41d !
    0
    1. Jal123
       
      Thanks man, you're the best honestly!
      0
    2. Jal123 > Jal123
       
      Is it possible to change the resolution of Minecraft in fullscreen?
      0
    3. ozone_ Posted messages 1823 Status Member 511
       
      In Minecraft, there must be a way to change the resolution in the video settings.
      0
    4. Jal123 > ozone_ Posted messages 1823 Status Member
       
      I think you can do that with OptiFine. But are video settings the same as graphic options?
      0
    5. ozone_ Posted messages 1823 Status Member 511
       
      Yeah, it must be the same
      No need for something complicated, just look in the game menus for something related to screen resolution.
      0