Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

windows list registered applications

// 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
 
PREVIOUS NEXT
Tagged: #windows #list #registered #applications
ADD COMMENT
Topic
Name
5+9 =