Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 688 Bytes

File metadata and controls

22 lines (17 loc) · 688 Bytes

PostInstall

A small script to use right after installing Windows.

Warning

This script will uninstall all Microsoft Store (UWP) apps.

But you have the option to reinstall the Microsoft Store and/or Xbox components.

Usage

Method 1

After fully updating and restarting Windows, open Powershell as Admin and run the following command:

irm cutt.ly/postinstall | iex

Method 2

Alternatively, you could run this command if you want it to ask you for confirmation first:

irm cutt.ly/postinstall-confirmation | iex

This is especially useful if you want to add PostInstall to a script, like VariousScripts.