Download Latest Version UnattendedWinstall v2.1.0 source code.tar.gz (73.4 kB)
Email in envelope

Get an email when there's a new version of UnattendedWinstall

Home / v2.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-11-01 1.7 kB
UnattendedWinstall v2.0.0 source code.tar.gz 2024-11-01 69.3 kB
UnattendedWinstall v2.0.0 source code.zip 2024-11-01 71.7 kB
Totals: 3 Items   142.8 kB 0

Key Features

  • Windows 10/11 Pro is installed by default
  • Bypasses Windows 11 system requirements
  • Disables Windows Defender services by default
  • prompted to enable after Windows installation
  • Disables User Account Control by default
  • prompted to enable after Windows installation
  • Allows execution of PowerShell scripts by default
  • Skips forced Microsoft account creation during Windows setup
  • Removes preinstalled bloatware apps except Microsoft Edge, Notepad and Calculator
  • Copilot and Recall is Disabled.
  • Sets privacy-related registry keys to disable telemetry
  • Limits Windows Update to install only security updates for one year
  • Optimizes registry with various optimization and customization-related keys
  • See the "Set-RecommendedHKLMRegistry" and "Set-RecommendedHKCURegistry" functions for more information
  • Disables unnecessary scheduled tasks
  • Configures Windows services for optimal performance
  • Enables the Ultimate Performance power plan

[!NOTE] Use the UWScript.ps1 file once Windows is installed to reapply or revert settings in case Windows Update resets some of the settings or if you encounter any issues.
It can also be used to achieve a similar experience to UnattendedWinstall on an existing Windows installation without reinstalling Windows.


Before Running the Script

Ensure you open PowerShell as an administrator. Additionally, set the execution policy to allow script execution by running the following command:

powershell Set-ExecutionPolicy RemoteSigned

Running PowerShell with elevated permissions and enabling script execution will ensure that UWScript.ps1 can apply the necessary system changes.

Source: README.md, updated 2024-11-01