Last active
August 7, 2019 15:53
-
-
Save raresteak/4682167be57dab55bd6fc3e52c93c7a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Linux | |
sed -i 's/1024x768/800x600/g' /etc/default/grub | |
update-grub | |
# | |
#win2016 | |
powershell.exe -c Set-DisplayResolution -Width 800 -Height 600 -Force | |
# | |
#win10 | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
adding more commands