Skip to content

Instantly share code, notes, and snippets.

View HowardvanRooijen's full-sized avatar

Howard van Rooijen HowardvanRooijen

View GitHub Profile
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
PS:> iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
PS:> copy-item .\MyApp.1.0.0.nupkg C:\NuGet.Local
PS:> new-item C:\Nuget.Local -itemtype directory