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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a software management solution that allows you to manage 100% of your software, anywhere you have Windows, with any endpoint management tool.
# run powershell(administrator), close protection software Get-ExecutionPolicy Set-ExecutionPolicy AllSigned Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
A full-featured utility for managing Windows Subsystem for Linux (WSL)
choco install lxrunoffline
reopen powershell(administrator)
wget https://github.com/CentOS/sig-cloud-instance-images/raw/CentOS-7/docker/centos-7-docker.tar.xz LxRunOffline install -n centos -d E:/centos -f D:\centos-8-x86_64.tar.xz LxRunOffline.exe list
uninstall
LxRunOffline.exe uninstall -n centos
wsl -l -v wsl --set-version centos 2 # start wsl -d centos uname -a cat /proc/version cat /etc/redhat-release # stop wsl --shutdown -n
open setting, automatically attach when saving
The above centos is not pure, how to use iso to package it yourself
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basic tips
Note
1. Chocolatey
2. LxRunOffline
reopen powershell(administrator)
3. Centos-WSL
wget https://github.com/CentOS/sig-cloud-instance-images/raw/CentOS-7/docker/centos-7-docker.tar.xz LxRunOffline install -n centos -d E:/centos -f D:\centos-8-x86_64.tar.xz LxRunOffline.exe list
uninstall
4. WSL2
5. Windows Terminal
open setting, automatically attach when saving
Question
The above centos is not pure, how to use iso to package it yourself
Refrence
The text was updated successfully, but these errors were encountered: