error code 0x8007007B when activating windows 8 Ent
I get an error message saying "Windows can't activate right now." Error Code: 0x8007007B
August 16th, 2012 8:35pm

When I installed Win 8 Enterprise last night it never asked for a product key.  so when I tried to activate it was using the wrong product key.  Unlike win 7 there doesn't seem to be anywhere in the user interface to change the key before activation.  I eventually found this blog post that describes how to do it from a command line.  Here's the article I used:

http://www.windows7hacker.com/index.php/2012/08/how-to-change-windows-8-product-key-to-complete-activation/
Free Windows Admin Tool Kit Click here and download it now
August 16th, 2012 10:37pm

The most helpful piece of advice I got was just type in slui 3 in the start screen and enter the TechNet product key. 
  • Proposed as answer by graphtech Thursday, January 10, 2013 3:06 PM
August 17th, 2012 12:44am

The most helpful piece of advice I got was just type in slui 3 in the start screen and enter the TechNet product key. 
  • Proposed as answer by graphtech Thursday, January 10, 2013 3:06 PM
Free Windows Admin Tool Kit Click here and download it now
August 17th, 2012 12:44am

The most helpful piece of advice I got was just type in slui 3 in the start screen and enter the TechNet product key. 
  • Proposed as answer by graphtech Thursday, January 10, 2013 3:06 PM
August 17th, 2012 3:44am

I had an issue when I downloaded the Enterprise version, but I am not sure what the error code was. I had to do the following:

  • open CMD as admin
  • type slmgr /upk
  • then type slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX
Free Windows Admin Tool Kit Click here and download it now
August 17th, 2012 2:41pm

My Windows 8 Enterprise did ask for a Product Key During Install, but I getting the same error:

"Windows couldn't be activated right now."

Error Code: 0x8007007B, The filename, directory name, or volume label syntax is incorrect.

Could it be the Windows 8 Activation System is not ready for activa

August 18th, 2012 12:31am

Thanks Frank, I've got it working with your above code.

I just substitute the correct serial number again, because the serial showing in

"Control Panel\All Control Panel Items\Action Center\Windows Activation"

different from what I was entered.

Free Windows Admin Tool Kit Click here and download it now
August 18th, 2012 12:42am

I had the same issue and found this fix on a blog:

I came across the following error message when activating Windows 8 Enterprise x64 RTM en-gb, downloaded from MSDN:

Error 0x8007007B  The File name, directory name, or volume label syntax is incorrect.

The Solution

Using the key provided to you (MSDN etc.) you will need to run the following in an elevated command prompt
if you are new to Windows 8, click Start > type cmd > right-click on a command prompt and select Run as administrator in the bottom of the page:

Next type the following commands:

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

slmgr.vbs /ato

The first command will update the key.

The second command will activate Windows.

Replace the "XXXX" bits with your Windows 8 Key (you do need to enter the dashes and you don't need to surround it with double quotes).

Siv

August 18th, 2012 12:48am

Glad it worked. The code I use first uninstalls the key because it was the wrong key installed and the second installs the new one. I didn't need to run slmgr /ato because it already activated.
Free Windows Admin Tool Kit Click here and download it now
August 18th, 2012 2:13am

Frank,

Interestingly on my machine it was showing there was an existing key (it showed the last 5 characters of a different key to the MSDN one I wanted to use). I didn't run the command with the /upk switch (I was following the piece on the blog as not familiar with this command previously) and it did change the key and activate it.  The question that raises is that changing the key maybe doesn't require you to remove the old one first?  I am saying that as a question based on my experience not from me knowing whether that is right or wrong? I would be interested to know what you think about that?

Siv

August 18th, 2012 4:16am

I did notice the "wrong key" installed which is the reason I ran the command to uninstall it first. I never tried to run it with just the install command just because of that reason. I am not surprised it worked though. Thanks for the information.
Free Windows Admin Tool Kit Click here and download it now
August 18th, 2012 4:22am

It works, Than you
August 21st, 2012 1:13am

Khalil,

Glad to hear it did the trick!

All the best,

Siv

Free Windows Admin Tool Kit Click here and download it now
August 21st, 2012 1:15am

 м windows 8  

м м м :

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

slmgr.vbs /ato

 XXXXX-XXXXX-XXXXX-XXXXX-XXXXX windows

м.

September 1st, 2012 12:53pm

Worked perfectly for my Windows 8 Enterprise x64 edition. Thank you for the help. Much appreciated.
Free Windows Admin Tool Kit Click here and download it now
September 10th, 2012 11:36pm

This worked flawlessly for me as well.  Thanks for passing this along!

Regards,

Shawn

September 20th, 2012 6:00pm

Thanks for the tip!   It worked great and saved me a bunch of time and trouble.
Free Windows Admin Tool Kit Click here and download it now
October 1st, 2012 3:23pm

Thanks for the tip guys. it worked for me too
October 12th, 2012 3:55am

first command was successfully 

the second give me the same message  error code 0x8007007B

Free Windows Admin Tool Kit Click here and download it now
October 14th, 2012 5:13am

You got it. I had the same problem (Error Code 0x8007007B)

slmgr /upk

(uninstall product code)

slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

(install product code) I got messages to that effect seconds after entering the commands.

I don't think it maters if it is the 32bit or 64bit My system has the x86 version.

Thanks

theborg1of3




  • Proposed as answer by Theborg1of3 Thursday, November 01, 2012 7:58 PM
  • Edited by Theborg1of3 Thursday, November 01, 2012 8:15 PM
November 1st, 2012 7:58pm

You got it. I had the same problem (Error Code 0x8007007B)

slmgr /upk

(uninstall product code)

slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

(install product code) I got messages to that effect seconds after entering the commands.

I don't think it maters if it is the 32bit or 64bit My system has the x86 version.

Thanks

theborg1of3




  • Proposed as answer by Theborg1of3 Thursday, November 01, 2012 7:58 PM
  • Edited by Theborg1of3 Thursday, November 01, 2012 8:15 PM
Free Windows Admin Tool Kit Click here and download it now
November 1st, 2012 7:58pm

first command was successfully 

the second give me the same message  error code 0x8007007B


the same story
November 1st, 2012 8:07pm

You got it. I had the same problem (Error Code 0x8007007B)

slmgr /upk

(uninstall product code)

slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

(install product code) I got messages to that effect seconds after entering the commands.

I don't think it maters if it is the 32bit or 64bit My system has the x86 version.

Thanks

theborg1of3




  • Proposed as answer by Theborg1of3 Thursday, November 01, 2012 7:58 PM
  • Edited by Theborg1of3 Thursday, November 01, 2012 8:15 PM
Free Windows Admin Tool Kit Click here and download it now
November 1st, 2012 10:58pm

Dear Siv-

Thank you! Thank you! from the bottom of my heart.  I am not a computer guru by any stretch of the word, however, I was able to follow this to the letter and it worked!

You are my new hero.

marna

November 3rd, 2012 3:35am

Dear Siv-

Thank you! Thank you! from the bottom of my heart.  I am not a computer guru by any stretch of the word, however, I was able to follow this to the letter and it worked!

You are my new hero.

marna

Marna,

I am glad the procedure worked for you.

All the best,

Siv

Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2012 11:16am

worked like charm.
November 19th, 2012 12:37am

WOA, Tks !
Free Windows Admin Tool Kit Click here and download it now
November 23rd, 2012 7:15am

Thanks Siv It works :-)

  • Proposed as answer by REX-G Sunday, December 02, 2012 10:41 AM
December 2nd, 2012 10:41am

Thanks Siv It works :-)

  • Proposed as answer by REX-G Sunday, December 02, 2012 10:41 AM
Free Windows Admin Tool Kit Click here and download it now
December 2nd, 2012 10:41am

Thanks Siv It works :-)

  • Proposed as answer by REX-G Sunday, December 02, 2012 10:41 AM
December 2nd, 2012 1:41pm

My Windows 8 Enterprise did ask for a Product Key During Install, but I getting the same error:

"Windows couldn't be activated right now."

Error Code: 0x8007007B, The filename, directory name, or volume label syntax is incorrect.

Could it be the Windows 8 Activation System is not ready for activa

Free Windows Admin Tool Kit Click here and download it now
December 4th, 2012 2:29pm

Hi

thanks it worked, and It works on windows 8 pro also

December 5th, 2012 9:14am

Had the same problem. using SLMGR in elevated mode worked fine.

Thanks

Free Windows Admin Tool Kit Click here and download it now
January 2nd, 2013 9:53pm

Thank you Very much its activated
January 9th, 2013 9:48am

Worked great. Thanks Siv. Seems Enterprise comes pre serialized with some number, since I was never prompted for it. Substituting with the actual license key using ipk made the trick. It then activated fine the normal way.

Geir :)

Free Windows Admin Tool Kit Click here and download it now
January 30th, 2013 12:59pm

after that windows script host still says Error 0x8007007B
February 24th, 2013 4:15am

  What windows script?

 If you mean slmgr, it is not a script. It is a command line utility. If you used that, when and where did you get the error message.

Free Windows Admin Tool Kit Click here and download it now
February 24th, 2013 7:33am

this solved my problem. where do I "Mark as Answer"
May 30th, 2013 2:20am

Mats,

Don't worry, my original post is marked as an answer here as it appears in Green (assuming you are viewing it from social.technet.microsoft.com) but thanks for letting me/everyone know it worked for you too as it helps others to know that it has worked for people like you and I.

Siv

Free Windows Admin Tool Kit Click here and download it now
May 30th, 2013 3:44am

Thanks, didn't work but I combined slmgr /upk with Start > slui > Enter product key and that worked!
June 1st, 2013 9:38pm

Thanks Paul :) I build a test Windows 8 box and installed tons of programs and drives with the goal of testing an upgrade to 8.1... This error was driving me nuts!... See you in the SharePoint World.
Free Windows Admin Tool Kit Click here and download it now
June 28th, 2013 2:43am

first command worked well but the second shows same error

can u help me

July 19th, 2013 6:38pm

first command worked well but the second shows same error

can u help me

vamsipatcha,

You may need to give us a bit more detail.  Which commands did you run and what were the error messages that you got as a result.  With that I may be able to figure out what caused the problem.

Free Windows Admin Tool Kit Click here and download it now
July 19th, 2013 10:54pm

first command worked well but the second shows same error

can u help me

vamsipatcha,

You may need to give us a bit more detail.  Which commands did you run and what were the error messages that you got as a result.  With that I may be able to figure out what caused the pr

July 27th, 2013 7:23pm

You might want to check out this page on TechNet.  It may help you identify what is wrong:

http://technet.microsoft.com/en-us/library/ff793433.aspx

Particularly have a look at this section:

"

/ato [Activation ID]

For retail editions and volume systems with a KMS host key or a Multiple Activation Key (MAK) installed, /ato prompts Windows to attempt online activation.

For systems with a Generic Volume License Key (GVLK) installed, this prompts an attempt at KMS activation. Systems that have been set to suspend automatic KMS activation attempts (/stao) still attempt KMS activation when /ato is run.

The parameter [Activation ID] expands /ato support to identify a Windows edition installed on the computer. Specifying the [Activation ID] parameter isolates the effects of the option to the edition associated with that Activation ID. Run Slmgr.vbs /dlv all to get the Activation IDs for the installed version of Windows. If you need to support other applications, see the guidance provided by that application for further instruction.

KMS activation does not require elevated privileges. However, online activation does require elevation, or the Standard User Operations registry value must be set to allow unprivileged users extra access to the Software Protection Service.

As long as you're running with Admin privileges and you are sure you have got the 5 sets of 5 digits 100% correct in the previous step then it should work.

Siv

Free Windows Admin Tool Kit Click here and download it now
July 29th, 2013 2:46am

thanks so much :)

August 16th, 2013 12:51pm

Yeah!! it works
Free Windows Admin Tool Kit Click here and download it now
October 2nd, 2013 3:26pm

this works for me. Win 8 Ent.

using elevated command prompt, run the below commands:

slmgr.vbs -ipk XXXX.XXXX.........

slmgr.vbs /ato

October 30th, 2013 12:43pm

still getting this error

Free Windows Admin Tool Kit Click here and download it now
November 8th, 2013 10:14am

Try this one to change the product key without first activating Windows. Use one of the following methods:

Method 1

  1. Swipe in from the right edge of the screen, and then tap Search. Or, if you are using a mouse, point to the lower-right corner of the screen, and then click Search.
  2. In the search box, type Slui.exe 0x3.
  3. Tap or click the Slui.exe 0x3 icon.
  4. Type your product key in the Windows Activation window, and then click Activate.

Method 2

Run the following command at an elevated command prompt: Cscript.exe %windir%\system32\slmgr.vbs /ipk <var><Your product key></var> Note You can also use the Volume Activation Management Tool (VAMT) 3.0 to change the product key remotely, or if you want to change the product key on multiple computers.

November 19th, 2013 6:44pm

This helped perfectly for my needs.

Thanks!

Free Windows Admin Tool Kit Click here and download it now
November 25th, 2013 8:48pm

Thank you for the help, it was very useful!
November 28th, 2013 7:34pm



after typing slmgr.vbs /ato I'm still getting error code and the file name , directory name, or volume label is incorrect. (SWbemObjextEx) this message. please help. 

Free Windows Admin Tool Kit Click here and download it now
May 3rd, 2014 11:19am

I had the same issue and found this fix on a blog:

I came across the following error message when activating Windows 8 Enterprise x64 RTM en-gb, downloaded from MSDN:

Error 0x8007007B  The File name, directory name, or volume label syntax is incorrect.

The Solution

Using the key provided to you (MSDN etc.) you will need to run the following in an elevated command prompt
if you are new to Windows 8, click Start > type cmd > right-click on a command prompt and select Run as administrator in the bottom of the page:

Next type the following commands:

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

slmgr.vbs /ato

The first command will update the key.

The second command will activate Windows.

Replace the "XXXX" bits with your Windows 8 Key (you do need to enter the dashes and you don't need to surround it with double quotes).

Siv

August 10th, 2014 7:51pm

Thank you very much.

It worked for me.

Free Windows Admin Tool Kit Click here and download it now
August 24th, 2014 8:27am

i did what you said but iam still getting the error

"Error 0x8007007B  The File name, directory name, or volume label syntax is incorrect"

February 21st, 2015 11:03pm

after following the above instruction ,i still getting same error: Error 0x8007007B  The File name, directory name, or volume label syntax is incorrect.kindly provide me some solution in order to fix my error please.thank u

Free Windows Admin Tool Kit Click here and download it now
June 28th, 2015 2:10am

Worked perfectly! Thanks Paul man.....
August 24th, 2015 5:09pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics