_               ___                 _               __    _     _
  (_) ___   ___   / / | __ _ _ __ ___ | |__   ___  _ __\ \  | |__ | | ___   __ _ ___
  | |/ _ \ / _ \ | || |/ _` | '_ ` _ \| '_ \ / _ \| '_ \| | | '_ \| |/ _ \ / _` / __|
  | | (_) |  __/ | || | (_| | | | | | | |_) | (_) | | | | | | |_) | | (_) | (_| \__ \
 _/ |\___/ \___| | ||_|\__,_|_| |_| |_|_.__/ \___/|_| |_| | |_.__/|_|\___/ \__, |___/
|__/              \_\                                  /_/                 |___/
   _               ___                 _               __    _     _
  (_) ___   ___   / / | __ _ _ __ ___ | |__   ___  _ __\ \  | |__ | | ___   __ _ ___
  | |/ _ \ / _ \ | || |/ _` | '_ ` _ \| '_ \ / _ \| '_ \| | | '_ \| |/ _ \ / _` / __|
  | | (_) |  __/ | || | (_| | | | | | | |_) | (_) | | | | | | |_) | | (_) | (_| \__ \
 _/ |\___/ \___| | ||_|\__,_|_| |_| |_|_.__/ \___/|_| |_| | |_.__/|_|\___/ \__, |___/
|__/              \_\                                  /_/                 |___/

occasional ramblings, mainly tech tags · contact

home โ€บ software-engineering

Disable QuickEdit on Windows

QuickEdit is a feature of Windows (pre-2022) that's probably driven you mad.

Any time you click within a console window, your program will halt all execution from its next attempt to write to the console.

Why?!?

It's difficult to highlight text in a fast-moving console window. QuickEdit makes it easy by momentarily preventing output.

BUT, if you're executing a long-running program, an accidental click will find you returning to your computer hours later to find that nothing has been running.

Remember to switch it off.

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.