Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lierschit/minecraft-resolution-changer
A Powershell script for changing the resolution before starting Minecraft for Windows 10 (Bedrock Edition).
https://github.com/lierschit/minecraft-resolution-changer
minecraft powershell resolution uwp
Last synced: 6 days ago
JSON representation
A Powershell script for changing the resolution before starting Minecraft for Windows 10 (Bedrock Edition).
- Host: GitHub
- URL: https://github.com/lierschit/minecraft-resolution-changer
- Owner: LierschIT
- License: mit
- Created: 2022-05-25T15:35:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T20:22:44.000Z (over 2 years ago)
- Last Synced: 2023-11-10T17:30:09.845Z (about 1 year ago)
- Topics: minecraft, powershell, resolution, uwp
- Language: PowerShell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Minecraft-Resolution Changer
A Powershell script for changing the resolution before starting Minecraft for Windows 10 (Bedrock Edition).## Description
Minecraft for Windows 10 (Bedrock Edition) has no integrated resolution slider in the options.
So the Windows App will start in the Desktop resolution, if the game is configured for fullscreen.In particular if you use RTX Resource Packs for Minecraft for Windows 10, the native Desktop resolution can have an big impact in performance.
The best solution is to reduce the resolution. This script helps you to do this automatically with one double click.
## Requirements
You need to start Powershell with administrator privilege rights and execute the following command:
```powershell
Set-ExecutionPolicy Unrestriced
```
**You enabling unrestricted script support. So please be carefull which scripts you are using!**## Usage
Double click on the "Start Minecraft-Resolution Changer.cmd". It will start automatically the Powershell Script.On the first run the Powershell Script will install two PSGallery Modules for the current user:
https://www.powershellgallery.com/packages/DisplaySettings/0.0.2
https://www.powershellgallery.com/packages/ChangeScreenResolution/1.2Also it will ask the user to set the gaming resolution for Minecraft for Windows 10 and will save the choice in a CSV file.
Afterwards it will change the Desktop resolution to the users choice and starts Minecraft for Windows 10.
When Minecraft will be closed, the resolution will change back to the default resolution that was active before.## Known Issues
Really rare it can be that the script can't change back to the default 4k resolution.