zenxero / win10-setup

A Powershell script targeting Windows 10 that configures my workstation to my needs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OBLIGATORY WARNING

I made this for my needs, but they will likely be different than yours. I do not know what your particular setup or needs are when configuring a Windows workstation. DO NOT run this or any other Powershell script that you find on the internet without knowing what it's going to do to your system.

win10-setup

Table of Contents

Description

Powershell scripts to automatically configure Windows settings via registry edits, uninstalling appx store apps, and installing programs via winget or chocolatey.

Usage

These scripts can be downloaded an ran locally via elevated Powershell, or directly from github with the Invoke-WebRequest command like this:

Invoke-WebRequest <Raw Github URL>/win10setup.ps1 -UseBasicParsing | Invoke-Expression

After it's done, reboot your system.

ShutUp10

ShutUp10 is a really handy program that lets you toggle many different Windows settings in a convenient way.

https://www.oo-software.com/en/shutup10

You can import existing config files either from the GUI, or using the command line:

0OOSU10.exe ooshutup10.cfg /quiet

Resources

I used quite a few resources putting this together. Here's the list:

About

A Powershell script targeting Windows 10 that configures my workstation to my needs

License:MIT License


Languages

Language:PowerShell 100.0%