asachs / windows-essentials

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:PowerShell 100.0%