Windows Tools by Max.mov
github.com/Tensionix/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.
0 Downloads über GitHubAudion Windows Tools by Max.mov
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
- User Guide — the route by section.
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"