Skip to content

Instantly share code, notes, and snippets.

View vichong's full-sized avatar

Victor Hong vichong

View GitHub Profile
@vichong
vichong / VH_PC_Script.txt
Last active April 30, 2020 11:48
VH_PC_Script
# Fresh Win10 1909 install.
#
# Interupt the OOBE (Out Of the Box Experience) process by pressing the CTRL+SHIFT+F3 keys at the same time.
# You will end up logged on as Administrator (not just a member of the Administrators group) in Audit Mode at a Sysprep (System Preparation Tool) dialog on a default Windows desktop screen.
# This is where you can carry out customisations and have them all applied to Windows’ default acccount template. This means that every account created – the initial user account which, by default, is a member of the Administrators group – and all subsequent accounts will be based on the amended default account template.
#
# Open PowerShell and run:
# Set-ExecutionPolicy Unrestricted
# . { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force
# Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/vichong/bf26295823f92cc2adc69db3ab5bb8cd/raw/caed3512e22c4271cbc3571e2d4cf3a708554fb1/VH_PC_Script.txt
@vichong
vichong / Standard_PC.txt
Last active May 1, 2020 01:48
Standard_PC
# Fresh Win10 1909 install.
#
# Interupt the OOBE (Out Of the Box Experience) process by pressing the CTRL+SHIFT+F3 keys at the same time.
# You will end up logged on as Administrator (not just a member of the Administrators group) in Audit Mode at a Sysprep (System Preparation Tool) dialog on a default Windows desktop screen.
# This is where you can carry out customisations and have them all applied to Windows’ default acccount template. This means that every account created – the initial user account which, by default, is a member of the Administrators group – and all subsequent accounts will be based on the amended default account template.
#
# Open PowerShell and run:
# Set-ExecutionPolicy Unrestricted
# . { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force
# Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/vichong/bf26295823f92cc2adc69db3ab5bb8cd/raw/caed3512e22c4271cbc3571e2d4cf3a708554fb1/VH_PC_Script.txt
# Fresh Win10 1909 install.
#
# Interupt the OOBE (Out Of the Box Experience) process by pressing the CTRL+SHIFT+F3 keys at the same time.
# You will end up logged on as Administrator (not just a member of the Administrators group) in Audit Mode at a Sysprep (System Preparation Tool) dialog on a default Windows desktop screen.
# This is where you can carry out customisations and have them all applied to Windows’ default acccount template. This means that every account created – the initial user account which, by default, is a member of the Administrators group – and all subsequent accounts will be based on the amended default account template.
#
# Open PowerShell and run:
# Set-ExecutionPolicy Unrestricted
# . { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force
# Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/vichong/bf26295823f92cc2adc69db3ab5bb8cd/raw/caed3512e22c4271cbc3571e2d4cf3a708554fb1/VH_PC_Script.txt