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
  • Reboot

Tools

About

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

Resources

Stars

Watchers

Forks