PowerShell Toolkit: A Versatile Toolset for Windows
Install PowerShell via winget
winget search Microsoft.PowerShellwinget install --id Microsoft.PowerShell --source wingetwinget search Microsoft.Editwinget install --id Microsoft.Edit --source wingetwinget search Microsoft.OpenSSHwinget install --id Microsoft.OpenSSH.Preview --source wingetGet Services Status:
Get-Service -Name *ssh*Restart SSH services
Get-Service -Name sshd|Restrat-Service -forceCheck SSH Services Start Type
Get-Service -Name sshd | Select StartTypeSet SSH Services Startup Type
Get-Service -Name sshd | Set-Service -StartupType Automatic$mediaPlayer = New-Object system.windows.media.mediaplayer$mediaPlayer.open('https://stream.srg-ssr.ch/srgssr/rsc_de/mp3/128')$mediaPlayer.open('https://stream.srg-ssr.ch/srgssr/rsc_fr/mp3/128')$mediaPlayer.open('https://stream.srg-ssr.ch/srgssr/rsj/mp3/128')$mediaPlayer.open('https://stream.srg-ssr.ch/srgssr/rsp/mp3/128')$mediaPlayer.Play()$mediaPlayer.Pause()- MSVC
winget install -e --id Microsoft.VisualStudio.2022.BuildTools
- LLVM
winget install -e --id LLVM.LLVM
- GCC via Cygwin
winget install -e --id Cygwin.Cygwin
- MSVC
winget install -e --id GoLang.Go
winget install -e --id Python.Python.3.11
winget install -e --id Rustlang.Rust.GNU
winget install -e --id Rustlang.Rust.MSVC
winget install -e --id JetBrains.PyCharm.Communitywinget install -e --id JetBrains.IntelliJIDEA.Communitywinget install -e --id KDE.Katewinget install -e --id KDE.kdevelopwinget install -e --id KDE.KDiff3winget install -e --id JFrog.Conanwinget install -e --id Anaconda.Miniconda3winget install -e --id Anaconda.Anaconda3winget install -e --id SublimeHQ.SublimeText.4winget install -e --id Notepad++.Notepad++winget install -e --id Cppcheck.Cppcheckwinget install -e --id Neovim.Neovimwinget install -e --id dbeaver.dbeaverwinget install -e --id LibreWolf.LibreWolfwinget install -e --id Huawei.HuaweiBrowserwinget install -e --id TorProject.TorBrowserwinget install -e --id Brave.Bravewinget install -e --id Yandex.Browserwinget install -e --id Maxthon.Maxthon.6winget install -e --id=Vivaldi.Vivaldiwinget install -e --id WhatsApp.WhatsAppwinget install -e --id Kakao.KakaoTalkwinget install -e --id OpenWhisperSystems.Signalwinget install -e --id Microsoft.Teamswinget install -e --id TeamSpeakSystems.TeamSpeakClientwinget install -e --id Ghisler.TotalCommanderwinget install -e --id KDE.kilewinget install -e --id KDE.Kdenlivewinget install -e --id KDE.Amarokwinget install -e --id KDE.KStarswinget install -e --id KDE.kmymoneywinget install -e --id CPUID.CPU-Zwinget install -e --id Intel.ProcessorDiagnosticToolwinget install -e --id Intel.Iometerwinget install -e --id AMD.OCATwinget install -e --id OBSProject.OBSStudiowinget install -e --id Obsidian.Obsidianwinget install -e --id RoyalApps.RoyalTS.7You can access the my other awesome lists here
Contributions of any kind welcome, just follow the guidelines!
