We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time irm get.scoop.sh | iex scoop bucket add extras scoop install git-with-openssh scoop install github scoop install git-credential-manager scoop install make scoop install uutils-coreutils scoop install coreutils scoop install idea-ultimate scoop install neovim scoop install ripgrep scoop install vim scoop bucket add nerd-fonts scoop install JetBrains-mono scoop install act scoop install gcloud scoop install terraform scoop install altdrag scoop install xming scoop bucket add ygguorun_scoop-bucket https://github.com/ygguorun/scoop-bucket scoop install EasyWindowSwitcher scoop bucket add JetBrains https://github.com/Ash258/Scoop-JetBrains scoop install Gateway-EAP scoop install usblogview
Glances
winget install --id Microsoft.VisualStudio.2022.BuildTools winget install --id Python.Python.3.12 pip install glances
Windows Sandbox
Get-WindowsOptionalFeature -Online -FeatureName Containers-DisposableClientVM Enable-WindowsOptionalFeature -Online -FeatureName Containers-DisposableClientVM
WSL See https://reachmnadeem.wordpress.com/2021/02/15/install-wsl-2-on-windows-10-using-powershell-command-line/
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart wsl --set-default-version 2
Disable WSL
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux Disable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Glances
Windows Sandbox
WSL
See https://reachmnadeem.wordpress.com/2021/02/15/install-wsl-2-on-windows-10-using-powershell-command-line/
Disable WSL
The text was updated successfully, but these errors were encountered: