Windows activation after Autopilot

Question

We are using Windows autopilot to enroll devices. It is standalone Intune setup and devices are not joined to domain.

For one device we are facing activation issue. It is showing error that KMS server is not reachable (0x8007007B) even though we are using MAK key. User has windows 10 enterprise license is assigned as well.

We have tried autopilot again but still the same issue.

Please assist.

Answers ( 9 )

    0
    2023-01-09T14:44:41+05:30

    Here I came across another problem with activation and as always found someone who can help solve the problem. How grateful I am to such forums able to respond and help in the acquisition and subsequent activation, reddit windows key.

      0
      2023-01-11T14:07:32+05:30

      Here I came across another problem with activation and as always found someone who can help solve the problem. How grateful I am to such forums able to respond and help in the acquisition and subsequent activation, reddit windows key https://www.reddit.com/r/AskComputerQuestions/comments/xza7h5/where_to_get_windows_10_key/. Since I am not a professional and just a novice user, I am very helpful for such tips to sort out the problems on their own, as in my opinion it is better to do something once yourself than to look ten times, as others do it. This way I remember the necessary steps quicker.

  1. No response hence closing the thread

  2. Also there are some very usful scripts to activate Windows 10 https://docs.microsoft.com/en-us/windows/deployment/windows-10-subscription-activation#existing-enterprise-deployments

    IgorNeCho44niyroarl off
    FOR /F “skip=1” %%A IN (‘wmic path SoftwareLicensingService get OA3xOriginalProductKey’) DO (
    SET “ProductKey=%%A”
    goto InstallKey
    )

    :InstallKey
    IF [%ProductKey%]==[] (
    echo No key present
    ) ELSE (
    echo Installing %ProductKey%
    changepk.exe /ProductKey %ProductKey%
    )

    Best answer
  3. It’s a complex topic.

    How you are building the Machines for Autopilot?

    Is the Key taken out from vendors firmware?

    MAK is not required if you are looking to use Subscription activation https://docs.microsoft.com/en-us/windows/deployment/windows-10-subscription-activation

    please can you provide more details

Leave an answer

Sorry, you do not have permission to answer to this question .