Initial Commit
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Windows 11 Scripts
|
||||
|
||||
## Onboarding
|
||||
This is a script that simply runs updates and installs basic software for a runup.
|
||||
```
|
||||
powershell -ExecutionPolicy Bypass -c "irm "https://git.tcmeta.net/kurtis/win11-scripts/raw/branch/main/onboard.ps1" | iex"
|
||||
```
|
||||
|
||||
## VargScript
|
||||
This is a script that isntalls and customises windows 11 to how i like it.
|
||||
```
|
||||
powershell -ExecutionPolicy Bypass -c "irm "https://git.tcmeta.net/kurtis/win11-scripts/raw/branch/main/vargscript.ps1" | iex"
|
||||
```
|
||||
Reference in New Issue
Block a user