Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/detain/autobox
Scripts for automatic deployment after re-installing windows
https://github.com/detain/autobox
Last synced: about 5 hours ago
JSON representation
Scripts for automatic deployment after re-installing windows
- Host: GitHub
- URL: https://github.com/detain/autobox
- Owner: detain
- License: apache-2.0
- Created: 2019-04-03T07:34:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T22:52:10.000Z (almost 3 years ago)
- Last Synced: 2023-03-23T11:57:09.214Z (over 1 year ago)
- Language: PowerShell
- Size: 1.83 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Usage:
This package of scripts is meant to be run using Install-Workstation.ps1. Everything from there on out
should be automatic with the exception of registering products.Before you begin:
This set of scripts isn't going to work on a default installation of Windows because the PowerShell
Execution policy is set to Restricted by default. You need to fix that by running:Set-ExecutionPolicy Unrestricted -Confirm:$false
This will change the execution policy on the machine to allow running of scripts. This is a requirement to make these scripts work.
Notes:
Windows 10 generally will download the newest driver for your hardware, but if you run into trouble, you'll have to turn off that feature.