Git Product home page Git Product logo

windowsautosetup's Introduction

New Windows 10 Install Auto-Setup

made-with-powershell GitHub PSScriptAnalyzer

This repo contains a powershell script designed to automatically connect, debloat (or "Powerwash!" and setup your most commonly used programs on Windows 10.

WARNING

  • This Script requires "Bypass" execution policy in Powershell and automatically downloads and runs the Windows 10 debloater script. Please review the code before running it on your system!

Usage:

Initial setup is easiest before reimaging the target computer. Download the Repository to a local folder. Clone via git, or download the repo .zip locally. The Wireless XML profiles provided are examples for formatting. To obtain your desired WiFi profiles, you can modify the examples or perform the following:

  • In an administrative Powershell, run:
$ Install-Module -Name wifiprofilemanagement
$ (Get-WiFiProfile -ProfileName WiFi2G).XML | Out-File $RepoDirectory\WiFi2G.xml -Encoding utf8
$ (Get-WiFiProfile -ProfileName WiFi5G).XML | Out-File $RepoDirectory\WiFi5G.xml -Encoding utf8

Then edit the script to include/exclude functionality required or not, i.e. network shares or chocolatey packages. To run the script on a fresh Windows 10 install, the privileges need to be elevated to run scripts in powershell.

  • In an administrative Powershell, run:
$ Set-ExecutionPolicy Bypass -Force
$ $RepoDirectory\powerwashed.ps1
  • Then, in a user-level Powershell, run:
$ $RepoDirectory\netdrives.ps1

And enjoy your newly setup computer!

windowsautosetup's People

Contributors

mataborg avatar

Watchers

 avatar

windowsautosetup's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.