Skip to content

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019

Notifications You must be signed in to change notification settings

NeskireDK/Win10-Initial-Setup-Script

 
 

Repository files navigation

  1. Initialize
  • Download zip
  • Go to folder with admin powershell
  1. Run the following commands inside powershell
  • Set-ExecutionPolicy Unrestricted -Force
  • . { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force
  • Install-BoxstarterPackage -PackageName boxstarter.gist -DisableReboots
  1. Install Win10 script
  • powershell.exe -NoProfile -ExecutionPolicy Bypass -File Win10.ps1 -include Win10.psm1 -preset gaming.preset

Tip: you can change your localrepo to current working directory. Set-BoxstarterConfig -LocalRepo "c:\some\other\location" You can also clone the repository and install locally by inspecting $Boxstarter.LocalRepo and moving the file there.

About

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 99.9%
  • Batchfile 0.1%