/win-install

Windows 10 Auto-Installation script

Primary LanguagePowerShellApache License 2.0Apache-2.0

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

Pre-installation

  • Login into "MS Store" and download any app
  • Installed chocolatey
  • Admin access

Installation

# go-to your desired downloads folder
git clone https://github.com/dalisoft/win-install.git
cd win-install

Run PowerShell as admin right

Set-ExecutionPolicy Bypass -Scope Process -Force; ./init.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force; ./install.ps1

License

Apache-2.0 License