github memstechtips/UnattendedWinstall v2.0.0
UnattendedWinstall v2.0.0

22 days ago

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:

Set-ExecutionPolicy RemoteSigned

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

Don't miss a new UnattendedWinstall release

NewReleases is sending notifications on new releases.