Add install-wsl.ps1

This commit is contained in:
Markus Fleschutz
2021-08-02 20:45:34 +02:00
parent 1cee5b6ae2
commit 829e04afe1
5 changed files with 46 additions and 1 deletions

View File

@ -76,6 +76,7 @@ hibernate.ps1, enables hibernate mode for the local computer (needs admin rights
inspect-exe.ps1, prints basic information of the given executable file
install-google-chrome.ps1, installs the Google Chrome browser
install-signal-cli.ps1, installs signal-cli from github.com/AsamK/signal-cli
install-wsl.ps1, installs Windows Subsystem for Linux (WSL)
introduce-powershell.ps1, introduces PowerShell to new users
list-aliases.ps1, lists all PowerShell aliases
list-anagrams.ps1, lists all anagrams of the given word

1 Script Description
76 inspect-exe.ps1 prints basic information of the given executable file
77 install-google-chrome.ps1 installs the Google Chrome browser
78 install-signal-cli.ps1 installs signal-cli from github.com/AsamK/signal-cli
79 install-wsl.ps1 installs Windows Subsystem for Linux (WSL)
80 introduce-powershell.ps1 introduces PowerShell to new users
81 list-aliases.ps1 lists all PowerShell aliases
82 list-anagrams.ps1 lists all anagrams of the given word