Skip to content

Instantly share code, notes, and snippets.

@raresteak
Last active August 7, 2019 15:53
Show Gist options
  • Save raresteak/4682167be57dab55bd6fc3e52c93c7a6 to your computer and use it in GitHub Desktop.
Save raresteak/4682167be57dab55bd6fc3e52c93c7a6 to your computer and use it in GitHub Desktop.
#Linux
sed -i 's/1024x768/800x600/g' /etc/default/grub
update-grub
#
#win2016
powershell.exe -c Set-DisplayResolution -Width 800 -Height 600 -Force
#
#win10
#
@raresteak
Copy link
Author

adding more commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment