Yousef Turky
Yousef Turky
it doesn't: ``` PS C:\WINDOWS\system32> wsl --install wsl: WSL installation appears to be corrupted (Error code: Wsl/CallMsi/Install/REGDB_E_CLASSNOTREG). Press any key to repair WSL, or CTRL-C to cancel. This prompt will...
is this ok for WSL2? ``` PS C:\WINDOWS\system32> Get-Service -Name *hyper* | Select-Object Name, Status, StartType PS C:\WINDOWS\system32> ```
also: ``` PS C:\WINDOWS\system32> Get-Service LxssManager | Select-Object Name, Status, StartType Get-Service : Cannot find any service with service name 'LxssManager'. At line:1 char:1 + Get-Service LxssManager | Select-Object Name,...
for my case (i dont know the real practice) it doesnt clarify the result, it just open this dialog then quits after 1s. (I always run it as Administrator)