AudionAudion

Windows Tools by Max.mov

github.com/Tensionix/windows-tools-by-max.mov ↗
Builds of this project: versions, files and checksums.
Windows Tools by Max.mov

Max.mov knows every corner of Windows that affects games — this program puts that into practice. It shows what each change does and applies it deliberately. It also works on its own, as an assistant for setting up a workstation.

1.11.2
0 downloads from GitHub

Audion Windows Tools by Max.mov

Русский · User Guide

An interactive companion to a large Windows configuration guide — and a standalone assistant for preparing a workstation.

Why It Exists

There is a detailed Windows configuration guide running to seven hours of video. Going through it takes a weekend, and half the steps are forgotten halfway: where that settings page was, what exactly to change there, how to put it back.

This program does not retell the guide line by line. It takes the familiar sequence and adds what video cannot: states, rollback, automation, and practical scenarios of its own.

The Central Decision

The program does not apply tweaks automatically.

It organises verified actions, opens the relevant Windows sections and external utilities, performs what it can perform, and shows what the operator must check personally.

A non-specialist can follow the route through the cards without hunting for each system page by hand. But reading the description before pressing is required of everyone.

Next

Versions
1.11.2
Audion_Windows_Tools_by_Max.mov_v1.11.2_Full.zip131 MB4 September 2026sha256here only
Audion_Windows_Tools_by_Max.mov_v1.11.2.zip27.5 MB4 September 2026sha256here only
README_EN.dark.pdf42.8 KB1 September 2026
README_EN.light-sand.pdf43.2 KB1 September 2026
README_EN.md1.1 KB1 September 2026
README_RU.dark.pdf46.8 KB1 September 2026
README_RU.light-sand.pdf47.2 KB1 September 2026
README_RU.md1.9 KB1 September 2026
USER_GUIDE_EN.dark.pdf1.6 MB4 September 2026
USER_GUIDE_EN.light-sand.pdf1.6 MB4 September 2026
USER_GUIDE_EN.md150 KB4 September 2026
USER_GUIDE_RU.dark.pdf1.8 MB4 September 2026
USER_GUIDE_RU.light-sand.pdf1.8 MB4 September 2026
USER_GUIDE_RU.md235 KB4 September 2026
Installation

The program is portable: the unpacked folder is the installed program. Nothing is written to the registry; to uninstall, delete the folder.

$name = "Audion_Windows_Tools_by_Max.mov_v1.11.2_Full.zip"
Invoke-WebRequest "https://audion.dev/get/windows-tools-by-max.mov/1.11.2/Audion_Windows_Tools_by_Max.mov_v1.11.2_Full.zip" -OutFile $name
Invoke-WebRequest "https://audion.dev/get/windows-tools-by-max.mov/1.11.2/Audion_Windows_Tools_by_Max.mov_v1.11.2_Full.zip.sha256" -OutFile "$name.sha256"

$want = (Get-Content "$name.sha256").Split(" ")[0]
$have = (Get-FileHash $name -Algorithm SHA256).Hash.ToLower()
if ($want -ne $have) { throw "checksum mismatch: the download is corrupt" }

Expand-Archive $name -DestinationPath ".\windows-tools-by-max.mov"
All downloads · Home