Hi walter david mendoza weber
Welcome to the Microsoft Community, glad to help you. Realized that you can't uninstall WSL from Windows 11.It is recommended that you try the following:
1.Use the PowerShell command:
Open PowerShell (as administrator) and run the following command to disable WSL: Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
2.Clean up the residual files related to WSL:
Check the C:\Users<YourUsername>\AppData\Local\Packages directory for any WSL-related folders, and delete them if there are any.
Check if there are any folders related to WSL or Ubuntu in the C:\Program Files\ directory, if so, delete them.
3.Use the command line tool DISM:
Open a command prompt (as administrator) and run the following command: dism /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux /norestart
After running, restart your computer.
4.Check the integrity of the system files:
Sometimes corrupted system files may prevent uninstalling the feature. Open a command prompt (as administrator) and run the following command to check and repair the system files: sfc /scannow Then try to uninstall WSL again.
5.Uninstall in Safe Mode:
Sometimes, starting Windows in Safe Mode can solve some problems. Restart your computer, then hold down the "Shift" key during startup and click "Restart" to access advanced startup options. Select Troubleshooting > Advanced Options > Startup Settings > Reboot and then on the Startup Settings screen and select "Enable Safe Mode". In Safe Mode, try uninstalling WSL again.
I look forward to hearing from you and sharing more information.
Zoro-MSFT | Microsoft Community Support Specialist