Jump to content
  • Unofficial PowerShell script bypasses Windows 11 system requirements, Microsoft Account


    Karlston

    • 474 views
    • 3 minutes
     Share


    • 474 views
    • 3 minutes

    A new utility is on the block that helps eliminate stringent system requirements of Windows 11. The utility, in the form of a PowerShell script, is called UnattendedWinstall and it is called so since it is based on Windows Answer files (also called Unattend or AutoUnattend files).

     

    For those who may not be familiar, Answer files are XML files that essentially allow users to pre-configure, modify, and automate Windows settings in images during the Windows Setup. Other third-party apps like NTLite also come with this functionality.

     

    The author of the app has laid out the features of the utility:

     

    • 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

    Alongside the features, instructions on how to use it have also been provided:

     

    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.

    You can find it here on its official GitHub repository. Though as always for third-party apps, the best place to try it is often in a VM.

     

     

    The developer has confirmed that it works with the latest version of Windows 11 as well, version 24H2. Windows answer files can not be used for in-place upgrades though. Hence, if you are looking for that, you can use Rufus which fixed an in-place upgrade-related bypass bug recently.

     

    Source


    Hope you enjoyed this news post.

    Thank you for appreciating my time and effort posting news every day for many years.

    2023: Over 5,800 news posts | 2024 (till end of October): 4,832 news posts

    RIP Matrix | Farewell my friend  :sadbye:

    • Like 3

    User Feedback

    Recommended Comments

    There are no comments to display.



    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...