-
Notifications
You must be signed in to change notification settings - Fork 0
HenryNewcomer/AfterWindowsInstallation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
///////////////////// Pre-config setup: ///////////////////// // PART ONE 1) Open PowerShell **as Administrator** 2) In order to run the subsystem, enter: Set-ExecutionPolicy Bypass -Scope Process Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 3) Restart the computer if needed // PART TWO 4) Open PowerShell **as Administrator** 5) Move to this project's root directory 6) Run the following two commands: Set-ExecutionPolicy Bypass -Scope Process .\init.ps1 # Note: You can check the current policy via: Get-ExecutionPolicy
About
Personal Windows OS post-setup information
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published