📜  windows 列出已注册的应用程序 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:16.851000             🧑  作者: Mango

代码示例1
// Run the below in your powershell terminal to see installed Apps with WSL // 
wsl --list --all

// If you want to remove any packages. Examples: //
wslconfig /unregister Ubuntu
or
wslconfig /unregister Ubuntu-18.04
or
wslconfig /unregister Ubuntu-20.04