https://github.com/dalisoft/win-install
Windows 10 Auto-Installation script
https://github.com/dalisoft/win-install
Last synced: 8 months ago
JSON representation
Windows 10 Auto-Installation script
- Host: GitHub
- URL: https://github.com/dalisoft/win-install
- Owner: dalisoft
- License: apache-2.0
- Created: 2021-09-19T16:31:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T15:49:58.000Z (over 3 years ago)
- Last Synced: 2025-02-09T04:43:12.258Z (over 1 year ago)
- Language: PowerShell
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win-config-shell
A "PS shell" script which configures machine on Windows
## Note
> This configuration was made for remote employee who work always from home and has it's secure home for it. No one touches to my machine
**I do not guarantee nor support for your any damage & data loss, do & run it at your own risk**
Looking similar for macOS? Look at [here](https://github.com/dalisoft/mac-config-shell)
## Pre-installation
- Login into "MS Store" and download any app
- Installed chocolatey
- Admin access
## Installation
```shell
# go-to your desired downloads folder
git clone https://github.com/dalisoft/win-install.git
cd win-install
```
> Run PowerShell as admin right
```ps
Set-ExecutionPolicy Bypass -Scope Process -Force; ./init.ps1
```
```shell
Set-ExecutionPolicy Bypass -Scope Process -Force; ./install.ps1
```
## License
Apache-2.0 License