Skip to content
/ autowin Public

A tool designed to automate the deployment of a custom environment on Windows

Notifications You must be signed in to change notification settings

dkadev/autowin

Repository files navigation

Autowin

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.

Pre-installation steps

  • Install all Windows Updates + Reboot (Repeat until no more updates)

  • Run activation.bat in privileged CMD

    .\activation.bat
  • Reboot

Settings

  • Set HOSTNAME on windows.ps1

  • Run windows.ps1 in privileged PowerShell

    Set-ExecutionPolicy AllSigned
    Set-ExecutionPolicy RemoteSigned -scope CurrentUser
    .\windows.ps1
  • Run Unfuck-Windows10.ps1 in privileged PowerShell

    .\Unfuck-Windows10\Unfuck-Windows10.ps1
  • Reboot

Tools

  • Check for winget or download it from the latest release here

    winget --version
  • Run packages.ps1 in non-privileged PowerShell

    .\packages.ps1
  • Reboot

Acknowledgements

  • Thanks to the KMS38 bug
  • Inspired on jayharris dotfiles powershell scripts.
  • Great work from tylerdotrar with the debloating and privacy stuff - Unfuck-Windows10

About

A tool designed to automate the deployment of a custom environment on Windows

Resources

Stars

Watchers

Forks