Skip to content

theamallalgi/wininstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Wininstall Script

Single-file minimal Windows installation and setup script for fresh installs.

Warning

Run scripts and code snippets from the internet with care. Review them for vulnerabilities or malware before executing. This repository is clean, but checking scripts first is always a healthy habit.

Installation

  1. Open PowerShell.

  2. Allow running scripts for this session:

      Set-ExecutionPolicy -Scope Process Bypass
  3. Run the setup script:

    iwr https://raw.githubusercontent.com/theamallalgi/wininstall/main/wininstall.ps1 | iex
  4. Follow the terminal and complete the setup.

About

Single-file installation setup file for windows fresh installs.

Topics

Resources

License

Stars

Watchers

Forks

Contributors