Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozakione/win10setup
Personnal script to setup my windows 10
https://github.com/ozakione/win10setup
Last synced: 21 days ago
JSON representation
Personnal script to setup my windows 10
- Host: GitHub
- URL: https://github.com/ozakione/win10setup
- Owner: OzakIOne
- Created: 2021-04-07T21:31:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T18:45:32.000Z (over 1 year ago)
- Last Synced: 2024-10-25T15:24:58.153Z (2 months ago)
- Language: PowerShell
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run default installation
1. Open powershell
2. `Set-ExecutionPolicy RemoteSigned -scope CurrentUser`
3. `Invoke-WebRequest -UseBasicParsing git.io/JYADd | Invoke-Expression`# Customizing default installation
1. Open powershell
2. `git clone https://github.com/OzakIOne/win10setup`
or `curl.exe -fSL https://github.com/OzakIOne/win10setup/archive/refs/heads/master.zip --output win10setup.zip`
4. Modify either `scoop.ps1` / `install.ps1` / `final.ps1` to your needs
5. execute `scoop.ps1`# Post installation
1. Restart your pc
2. execute `"$env:USERPROFILE\Downloads\win10setup\final.ps1"` to finish WSL installation.