Skip to content

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

License

Notifications You must be signed in to change notification settings

SierraSoftworks/windows-essentials

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published