Code Monkey home page Code Monkey logo

Comments (9)

github-actions avatar github-actions commented on June 5, 2024 1

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

from wsl.

GiantKs avatar GiantKs commented on June 5, 2024 1

Do I need to install hyper in the end? There is no Hyper. If not, how can I uninstall it..

from wsl.

GiantKs avatar GiantKs commented on June 5, 2024 1

CPU: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz 2.70 GHz; RAM : 4GB(3.87GB);

from wsl.

GiantKs avatar GiantKs commented on June 5, 2024

@echo off
net.exe session 1>NUL 2>NUL && (
goto as_admin
) || (
goto not_admin
)

:as_admin
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
echo xxx!

:not_admin
echo xxx

:end
pause

Use the above command to install hyper alone, so silly = =...

from wsl.

GiantKs avatar GiantKs commented on June 5, 2024

hello?

from wsl.

sirredbeard avatar sirredbeard commented on June 5, 2024

You do not need Hyper-V to run WSL 2, just WSL and Virtual Machine Platform.

I see you are getting errors:
WslRegisterDistribution failed with error: 0x8000000d and WslRegisterDistribution failed with error: 0x800070424.

How are you installing your WSL distro?

Are you running any third-party security software?

Can you please collect and post logs?

from wsl.

OneBlue avatar OneBlue commented on June 5, 2024

/logs

from wsl.

microsoft-github-policy-service avatar microsoft-github-policy-service commented on June 5, 2024

Hello! Could you please provide more logs to help us better diagnose your issue?

To collect WSL logs, download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1

The scipt will output the path of the log file once done.

Once completed please upload the output files to this Github issue.

Click here for more info on logging

If you choose to email these logs instead of attaching to the bug, please send them to [email protected] with the number of the github issue in the subject, and in the message a link to your comment in the github issue.

Thank you!

from wsl.

microsoft-github-policy-service avatar microsoft-github-policy-service commented on June 5, 2024

This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-file it as a new issue.

Thank you!

from wsl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.