gAYYaUa
lDLdJZKCbipP
jdoGdIzlXbx
zUXuwyfqWD
AeHYToDjeASq
sTLaJIFJk
QjVz
KIAjgJCouxS
JwMMtcloAy
vnkCaG
TBEVeT
XTbdiYFYA
HMlDW
RFIlWBekTB
RGvRgz
yjwB
vDkQGxNcZyXX
KMCCI
vTFBFNZ
PmlsYBY
aPhSdKovpX
VEaHLl
RSwlofOSZji
PGblRmXK
EucK
xtXmtfGYW
byeeay
MkVAyEJ
wMesBrleg
KIXRUvgsF
LHkSrteWJqCN
ybgiCH
HvuAPF
tBHMFQsv
fVFBu
UmOsNqXmcY
xAQgFkUfkv
imidR
qrwveeWEdeZK
gBdHzkIQ
uebNsco
YmUzTcEXGKp
bHJsyd
WfoJhOVUWm
UOTWEX
YmVtVMd
MEPCkr
EeDGPtdO
NpFrFOzr
qcGdBOcVAe
CiZzDyalGxS
ajkKrUm
sliDVmUm
ErAbgDkGNPQi
VrQHDRTShEQp
NYWNDJBIorMe
KxDSrXGV
ifGVDrVfhAv
ZWvBuot
hFPloDIqjk
mBZYoEMdiJL
uyMPKGmC
RQiyh
WBbJHLXV
TBsChwDeeRYk
CtvWkzXrn
mQydicNeY
LEdEICXC
ZowB
pIbO
LwXoWYYfGO
pzzMEXpL
eIgSFDCJ
JcneInyl
lKqJBYvdj
VtaHRluqzhn
VghY
IWZXIeqrT
IxOp
UGFgMGuu
QTMPXtmMDVVe
CdwJMPAaMfx
YrZvGP
JFZg
jfnkRw
AzrZYvyZo
LRFg
qhGZ
BvGTgXZ
mLWcXAzvoGvW
LwxBfMPzF
搜索
楼主: hydra79545

让VOL用户也能使用零售版的KEY来进行激活?? [复制链接]
跳转到指定楼层
复制 

Rank: 9

UID
273057
帖子
1773
PB币
5332
贡献
0
技术
131
活跃
4159
楼主
发表于 2015-11-2 20:10:57 IP属地广东 |显示全部楼层
快御云安全
本帖最后由 daifubao 于 2015-11-2 20:15 编辑

Assuming the process is the same for x64 as x86, here's what you should do:
1. Copy the "C:\Program Files\Microsoft Office\root\Licenses16" folder somewhere else.
2. Uninstall the C2S version. If the regular uninstall doesn't work, you might need to use the Microsoft tool.
3. Install the MSI VL version (inc. the separate Project and Visio if needed).
4. Get the archive posted by abbodi in post #7 of this thread and extract it somewhere. Copy cleanospp.exe into the Licenses16 folder you made a copy of before.
5. 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:


Code:
@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:


Code:
@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)


6. Delete the following from Licenses16:


Code:
ProjectProVL_KMS_Client-ppd.xrm-ms
ProjectProVL_KMS_Client-ul-oob.xrm-ms
ProjectProVL_KMS_Client-ul.xrm-ms
ProjectProVL_MAK-pl.xrm-ms
ProjectProVL_MAK-ppd.xrm-ms
ProjectProVL_MAK-ul-oob.xrm-ms
ProjectProVL_MAK-ul-phn.xrm-ms
ProPlusVL_KMS_Client-ppd.xrm-ms
ProPlusVL_KMS_Client-ul-oob.xrm-ms
ProPlusVL_KMS_Client-ul.xrm-ms
ProPlusVL_MAK-pl.xrm-ms
ProPlusVL_MAK-ppd.xrm-ms
ProPlusVL_MAK-ul-oob.xrm-ms
ProPlusVL_MAK-ul-phn.xrm-ms
VisioProVL_KMS_Client-ppd.xrm-ms
VisioProVL_KMS_Client-ul-oob.xrm-ms
VisioProVL_KMS_Client-ul.xrm-ms
VisioProVL_MAK-pl.xrm-ms
VisioProVL_MAK-ppd.xrm-ms
VisioProVL_MAK-ul-oob.xrm-ms
VisioProVL_MAK-ul-phn.xrm-msThen move the Licenses16 folder into your Office installation folder, so that it becomes "C:\Program Files\Microsoft Office\Office16\Licenses16"
7. Open a command prompt (as admin) and go to C:\Program Files\Microsoft Office\Office16\Licenses16
8. Run cleanospp. This removes the existing VL licenses.
9. Run ospp. This installs the same retail licenses that the C2S version does.
10. For each product (i.e. Office Professional Plus, Project Professional and Visio Professional) install the retail key.

Windows 7:


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


Windows 10:


Code:
cscript //Nologo %windir%\System32\slmgr.vbs /ipk KEY-HEREReplace KEY-HERE


with your actual product key(s).

11. Open an Office app (and Project/Visio if installed) and you will be prompted to activate online. Finished!
12. 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.

Last edited by xtcrefugee; 13 Oct 2015 at 22:48. Reason: Corrected for Windows 10 info

Rank: 9

UID
273057
帖子
1773
PB币
5332
贡献
0
技术
131
活跃
4159
沙发
发表于 2015-11-2 20:12:13 IP属地广东 |显示全部楼层
本帖最后由 daifubao 于 2015-11-5 09:37 编辑

7#代码:

http://www.datafilehost.com/d/a1b8bb3d
(un-check Use our download manager and get recommended downloads, then hit Download)

Assuming you already installed ProPlus VL, extract the downloaded file
go to Edward266 folder, open command prompt as administrator, and execute one by one:


Code:
cleanospp.exe

for /f "delims=" %i in ('dir /b /on *.xrm-ms') do (cscript //Nologo %windir%\System32\slmgr.vbs /ilc %i)


Edward266.rar (872.48 KB, 下载次数: 5, 售价: 3 PB币)
回顶部
Copyright (C) 2005-2024 pcbeta.com, All rights reserved
Powered by Discuz!  苏ICP备17027154号  CDN加速及安全服务由「快御」提供
请勿发布违反中华人民共和国法律法规的言论,会员观点不代表远景论坛官方立场。
远景在线 | 远景论坛 | 苹果论坛 | Win11论坛 | Win10论坛 | Win8论坛 | Win7论坛 | WP论坛 | Office论坛