AudionAudion

Windows Tools by Max.mov

github.com/Tensionix/windows-tools-by-max.mov ↗
Builds dieses Projekts: Versionen, Dateien und Prüfsummen.
Windows Tools by Max.mov

Max.mov kennt jede Ecke von Windows, die Spiele beeinflusst — dieses Programm setzt das um. Es zeigt, was jede Änderung bewirkt, und wendet sie bedacht an. Es funktioniert auch für sich allein, als Helfer beim Einrichten einer Arbeitsstation.

1.11.2
0 Downloads über 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

Versionen
1.11.2
Audion_Windows_Tools_by_Max.mov_v1.11.2_Full.zip131 MB4. September 2026sha256nur hier
Audion_Windows_Tools_by_Max.mov_v1.11.2.zip27.5 MB4. September 2026sha256nur hier
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

Das Programm ist portabel: der entpackte Ordner ist das installierte Programm. In die Registry wird nichts geschrieben; zum Entfernen den Ordner löschen.

$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 "Prüfsumme stimmt nicht: der Download ist beschädigt" }

Expand-Archive $name -DestinationPath ".\windows-tools-by-max.mov"
Alle Downloads · Startseite