AutoWin is a tool designed to automate the deployment of a custom environment on Windows. It simplifies the installation process by executing some scripts that installs a set of tools and settings.
-
Install all Windows Updates + Reboot (Repeat until no more updates)
-
Run
activation.bat
in privileged CMD.\activation.bat
-
Reboot
-
Set HOSTNAME on
windows.ps1
-
Run
windows.ps1
in privileged PowerShellSet-ExecutionPolicy AllSigned Set-ExecutionPolicy RemoteSigned -scope CurrentUser .\windows.ps1
-
Run
Unfuck-Windows10.ps1
in privileged PowerShell.\Unfuck-Windows10\Unfuck-Windows10.ps1
-
Reboot
-
Check for winget or download it from the latest release here
winget --version
-
Run
packages.ps1
in non-privileged PowerShell.\packages.ps1
-
Reboot
- Thanks to the KMS38 bug
- Inspired on
jayharris
dotfiles powershell scripts. - Great work from
tylerdotrar
with the debloating and privacy stuff - Unfuck-Windows10