How to Convert Office 2016 from Volume License to Retail

Publicar una respuesta

Código de confirmación
Introduzca el código exactamente como lo ve en la imagen. Las letras no son sensibles a las mayúsculas y minúsculas.
Emoticonos
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode está habilitado
[img] está habilitado
[Flash] está deshabilitado
[url] está habilitado
Emoticonos están habilitados

Revisión de tema
   

Expandir vista Revisión de tema: How to Convert Office 2016 from Volume License to Retail

Re: How to Convert Office 2016 from Volume License to Retail

por Enigma » 07 Ago 2017, 10:39

The password is is www.enigmateam.org

Re: How to Convert Office 2016 from Volume License to Retail

por el_bukkake » 21 Jul 2017, 07:03

The .rar password i don't find it. Thanks

How to Convert Office 2016 from Volume License to Retail

por Enigma » 03 Feb 2016, 15:05

How to Convert Office 2016 from Volume License to Retail

convert Office 2016 VL to Retail

this is for Office X86 on X64 PC:

1. Install the MSI VL version (inc. the separate Project and Visio if needed).
2. Get the Office 2016 VL to Retail archive and extract it somewhere, rename it to Licenses16.
3. Paste the following into a text file, and afterwards rename it to ospp.cmd. Place this in the Licenses16 folder. You can remove the lines with ProjectPro* and VisioPro* if you don't have Project or Visio.

Windows 7:

Código: Seleccionar todo

@echo off

FOR %%G IN (client-issuance-*.xrm-ms) DO (cscript //Nologo ..\ospp.vbs /inslic:%%G)

cscript //Nologo ..\ospp.vbs /inslic:pkeyconfig-office.xrm-ms

FOR %%G IN (ProPlus*.xrm-ms) DO (cscript //Nologo ..\ospp.vbs /inslic:%%G)

FOR %%G IN (ProjectPro*.xrm-ms) DO (cscript //Nologo ..\ospp.vbs /inslic:%%G)

FOR %%G IN (VisioPro*.xrm-ms) DO (cscript //Nologo ..\ospp.vbs /inslic:%%G)
Windows 10

Código: Seleccionar todo

@echo off

FOR %%G IN (client-issuance-*.xrm-ms) DO (cscript //Nologo %windir%\System32\slmgr.vbs /ilc %%G)

cscript //Nologo cscript //Nologo %windir%\System32\slmgr.vbs /ilc pkeyconfig-office.xrm-ms

FOR %%G IN (ProPlus*.xrm-ms) DO (cscript //Nologo %windir%\System32\slmgr.vbs /ilc %%G)

FOR %%G IN (ProjectPro*.xrm-ms) DO (cscript //Nologo %windir%\System32\slmgr.vbs /ilc %%G)

FOR %%G IN (VisioPro*.xrm-ms) DO (cscript //Nologo %windir%\System32\slmgr.vbs /ilc %%G)

4. move the Licenses16 folder into your Office installation folder, so that it becomes "C:\Program Files (x86)\Microsoft Office\Office16\Licenses16"
5. Open a command prompt (as admin) and type

Código: Seleccionar todo

CD "C:\Program Files\Microsoft Office\Office16\Licenses16" (you could copy past it)
6. now type

Código: Seleccionar todo

cleanospp.exe
(This removes the existing VL licenses.)

7. Run ospp. This installs the same retail licenses that the C2R has.
8. For each product (i.e. Office Professional Plus, Project Professional and Visio Professional) install the retail key (you have).

Windows 7:

Código: Seleccionar todo

cscript //Nologo ..\ospp.vbs /inpkey:KEY-HERE
Windows 10:

Código: Seleccionar todo

cscript //Nologo %windir%\System32\slmgr.vbs /ipk KEY-HERE
Replace KEY-HERE with your actual product key(s).

9. Open an Office app (and Project/Visio if installed) and you will be prompted to activate online/by phone. Finished!

10. You can now delete cleanospp.exe and ospp.cmd.

cleanospp might not be needed, but I can confirm the above works fine on Windows 7 x64 at least.

Office 2016 VL to Retail archive Program

Código: Seleccionar todo

https://www.mirrorcreator.com/files/HBRL5EEB/Office_2016_VL_to_Retail.rar_links

Arriba