truealex81

Results 3 comments of truealex81

Just confirm that [v0.3.2-webkit1](https://github.com/throwaway96/youtube-webos/releases/tag/v0.3.2-webkit1) is working on my 42LB673V (WebOS 1.4.0-2536). Thanks!

I just tried to open vhdx file in C:\Users\TrueAlex\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu20.04onWindows_79rhkp1fndgsc\LocalState and my Ubuntu isn't working anymore :( even after reboot.

I'm solved this with: ```bash DISM /online /disable-feature /featurename:VirtualMachinePlatform /norestart DISM /online /disable-feature /featurename:Microsoft-Windows-Subsystem-Linux /norestart ``` Reboot, and then: ```bash DISM /online /enable-feature /featurename:VirtualMachinePlatform /norestart DISM /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /norestart...