Skip to content

Initialize Windows 10 by Chocolatey and Boxstarter

License

Notifications You must be signed in to change notification settings

applejxd/windows-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-setup

Initialize Windows 10 by Chocolatey and Boxstarter

How To Use

  1. Run a script as administrator

    Set-ExecutionPolicy Bypass -Scope Process -Force
    iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/applejxd/windows-setup/main/deploy.ps1'))
  2. Run a script as current user

    Set-ExecutionPolicy Bypass -Scope Process -Force
    iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/applejxd/windows-setup/main/scoop.ps1'))
    # iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/applejxd/windows-setup/main/personal.ps1'))
  3. Enable profile.ps1

    Set-ExecutionPolicy Bypass -Scope CurrentUser -Force

About

Initialize Windows 10 by Chocolatey and Boxstarter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published