Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Windows Essentials

Various pieces of software installed as part of a base Windows development machine

Index

Browsers

Recommended Extensions
Recommended Extensions

Communications

Gaming

Files and Storage

Development

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
# You may need to run this in an administrative PowerShell instance
Set-ExecutionPolicy Unrestricted

$SetupScript = Invoke-WebRequest https://gist.githubusercontent.com/SPARTAN563/77ccb460948afd826365e85d226509a7/raw/setup.ps1
$ScriptBlock = [ScriptBlock]::Create($SetupScript.Content)
Invoke-Command -ScriptBlock $ScriptBlock

Office

Media

System Performance and Overclocking

About

Links to various pieces of software installed as part of a base Windows development machine

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages