- Open a terminal as Administrator
- Enter this command
gpedit.msc
. This opens a new window calledLocal Group Policy Editor
- Go to
Computer Configuration > Administrative Templates > Windows Components > Windows Update
- Double click on
Configure Automatic Updates
- Set the option as disabled and click
Ok
- Enjoy your updates-free windows.
This file contains hidden or 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
#!/usr/bin/env bash | |
# asus-hotkey-run - a script to run events on hotkey presses from ASUS laptops | |
# This is configured for the 2019 Zenbook Pro Duo, you should change this for your own laptop. | |
# (by hotkeys I mean those next to the power button, not fn+Fx) | |
# Huge thanks to OpenAI's ChatGPT, for writing most of this code :) | |
# The conversation that helped me write this script: https://chat.openai.com/share/c4a1915f-a90e-4357-b173-9be733ba3b10 | |
set -eu # We can't set `-o pipefail` because the evtest command that gets the device always fails |
Last Updated: March 2023
IMPORTANT: Ignore the out-of-date steps below for getting Chromium keys.
Instead, read this up-to-date guide (Jan 2023) written by @LearningToPi.
P.S. Thank you to every contributor below who provided tips over the years on what should be a straightforward process: setting up Chromium for local development.
Long live the web!