-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
重构整个项目 使所用脚本解耦 使 Run.cmd 可以单独运行
- Loading branch information
Showing
25 changed files
with
665 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
@echo off | ||
|
||
:ADMIN | ||
openfiles >nul 2>nul ||( | ||
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" | ||
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" | ||
"%temp%\getadmin.vbs" >nul 2>&1 | ||
goto:eof | ||
) | ||
del /f /q "%temp%\getadmin.vbs" >nul 2>nul | ||
pushd "%~dp0" | ||
|
||
set "ospp=%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" | ||
if not exist "%ospp%" ( | ||
set "ospp=%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" | ||
) | ||
|
||
echo Are you sure you want to change and activate your Office? | ||
pause | ||
|
||
REM Retail2VOL | ||
echo ---Processing-------------------------- | ||
echo --------------------------------------- | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-ul-phn.xrm-ms" | ||
|
||
REM Activate | ||
cscript "%ospp%" /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 | ||
cscript "%ospp%" /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT | ||
cscript "%ospp%" /inpkey:VYBBJ-TRJPB-QFQRF-QFT4D-H3GVB | ||
|
||
cscript "%ospp%" /sethst:kms.03k.org | ||
cscript "%ospp%" /act | ||
echo --------------------------------------- | ||
echo --------------------------------------- | ||
echo ---Exiting----------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
@echo off | ||
|
||
:ADMIN | ||
openfiles >nul 2>nul ||( | ||
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" | ||
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" | ||
"%temp%\getadmin.vbs" >nul 2>&1 | ||
goto:eof | ||
) | ||
del /f /q "%temp%\getadmin.vbs" >nul 2>nul | ||
pushd "%~dp0" | ||
|
||
set "ospp=%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" | ||
if not exist "%ospp%" ( | ||
set "ospp=%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" | ||
) | ||
|
||
echo Are you sure you want to change your Office? | ||
pause | ||
|
||
REM Retail2VOL | ||
echo ---Processing-------------------------- | ||
echo --------------------------------------- | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProPlusVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\ProjectProVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-ul-phn.xrm-ms" | ||
echo --------------------------------------- | ||
echo --------------------------------------- | ||
echo ---Exiting----------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
@echo off | ||
|
||
:ADMIN | ||
openfiles >nul 2>nul ||( | ||
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" | ||
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" | ||
"%temp%\getadmin.vbs" >nul 2>&1 | ||
goto:eof | ||
) | ||
del /f /q "%temp%\getadmin.vbs" >nul 2>nul | ||
pushd "%~dp0" | ||
|
||
set "ospp=%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" | ||
if not exist "%ospp%" ( | ||
set "ospp=%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" | ||
) | ||
|
||
echo Are you sure you want to activate your Office? | ||
pause | ||
|
||
REM Activate | ||
echo ---Processing-------------------------- | ||
echo --------------------------------------- | ||
cscript "%ospp%" /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 | ||
cscript "%ospp%" /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT | ||
cscript "%ospp%" /inpkey:VYBBJ-TRJPB-QFQRF-QFT4D-H3GVB | ||
|
||
cscript "%ospp%" /sethst:kms.03k.org | ||
cscript "%ospp%" /act | ||
echo --------------------------------------- | ||
echo --------------------------------------- | ||
echo ---Exiting----------------------------- | ||
|
||
echo Current Office status: | ||
cscript "%ospp%" /dstatus | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
@echo off | ||
|
||
:ADMIN | ||
openfiles >nul 2>nul ||( | ||
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" | ||
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" | ||
"%temp%\getadmin.vbs" >nul 2>&1 | ||
goto:eof | ||
) | ||
del /f /q "%temp%\getadmin.vbs" >nul 2>nul | ||
pushd "%~dp0" | ||
|
||
set "ospp=%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" | ||
if not exist "%ospp%" ( | ||
set "ospp=%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" | ||
) | ||
|
||
echo Are you sure you want to change and activate your Office? | ||
pause | ||
|
||
echo ---Processing-------------------------- | ||
echo --------------------------------------- | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioProVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inpkey:7MCW8-VRQVK-G677T-PDJCM-Q8TCP | ||
cscript "%ospp%" /sethst:kms.03k.org | ||
cscript "%ospp%" /act | ||
echo --------------------------------------- | ||
echo --------------------------------------- | ||
echo ---Exiting----------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
@echo off | ||
|
||
:ADMIN | ||
openfiles >nul 2>nul ||( | ||
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" | ||
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" | ||
"%temp%\getadmin.vbs" >nul 2>&1 | ||
goto:eof | ||
) | ||
del /f /q "%temp%\getadmin.vbs" >nul 2>nul | ||
pushd "%~dp0" | ||
|
||
set "ospp=%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" | ||
if not exist "%ospp%" ( | ||
set "ospp=%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" | ||
) | ||
|
||
echo Are you sure you want to change and activate your Office? | ||
pause | ||
|
||
echo ---Processing-------------------------- | ||
echo --------------------------------------- | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioStdVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioStdVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioStdVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioStdVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioStdVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioStdVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses14\VisioStdVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inpkey:767HD-QGMWX-8QTDB-9G3R2-KHFGJ | ||
cscript "%ospp%" /sethst:kms.03k.org | ||
cscript "%ospp%" /act | ||
echo --------------------------------------- | ||
echo --------------------------------------- | ||
echo ---Exiting----------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
echo off | ||
set "ospp=%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" | ||
if not exist "%ospp%" ( | ||
set "ospp=%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" | ||
) | ||
|
||
cscript "%ospp%" /dstatus | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
@echo off | ||
|
||
:ADMIN | ||
openfiles >nul 2>nul ||( | ||
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" | ||
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" | ||
"%temp%\getadmin.vbs" >nul 2>&1 | ||
goto:eof | ||
) | ||
del /f /q "%temp%\getadmin.vbs" >nul 2>nul | ||
pushd "%~dp0" | ||
|
||
set "ospp=%ProgramFiles%\Microsoft Office\Office15\ospp.vbs" | ||
if not exist "%ospp%" ( | ||
set "ospp=%ProgramFiles(x86)%\Microsoft Office\Office15\ospp.vbs" | ||
) | ||
|
||
echo Are you sure you want to change and activate your Office? | ||
pause | ||
|
||
echo ---Processing-------------------------- | ||
echo --------------------------------------- | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT | ||
cscript "%ospp%" /sethst:kms.03k.org | ||
cscript "%ospp%" /act | ||
echo --------------------------------------- | ||
echo --------------------------------------- | ||
echo ---Exiting----------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
@echo off | ||
|
||
:ADMIN | ||
openfiles >nul 2>nul ||( | ||
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" | ||
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" | ||
"%temp%\getadmin.vbs" >nul 2>&1 | ||
goto:eof | ||
) | ||
del /f /q "%temp%\getadmin.vbs" >nul 2>nul | ||
pushd "%~dp0" | ||
|
||
set "ospp=%ProgramFiles%\Microsoft Office\Office15\ospp.vbs" | ||
if not exist "%ospp%" ( | ||
set "ospp=%ProgramFiles(x86)%\Microsoft Office\Office15\ospp.vbs" | ||
) | ||
|
||
echo Are you sure you want to change and activate your Office? | ||
pause | ||
|
||
echo ---Processing-------------------------- | ||
echo --------------------------------------- | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectStdVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectStdVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectStdVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectStdVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectStdVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectStdVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectStdVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inpkey:GNFHQ-F6YQM-KQDGJ-327XX-KQBVC | ||
cscript "%ospp%" /sethst:kms.03k.org | ||
cscript "%ospp%" /act | ||
echo --------------------------------------- | ||
echo --------------------------------------- | ||
echo ---Exiting----------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
@echo off | ||
|
||
:ADMIN | ||
openfiles >nul 2>nul ||( | ||
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" | ||
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" | ||
"%temp%\getadmin.vbs" >nul 2>&1 | ||
goto:eof | ||
) | ||
del /f /q "%temp%\getadmin.vbs" >nul 2>nul | ||
pushd "%~dp0" | ||
|
||
set "ospp=%ProgramFiles%\Microsoft Office\Office15\ospp.vbs" | ||
if not exist "%ospp%" ( | ||
set "ospp=%ProgramFiles(x86)%\Microsoft Office\Office15\ospp.vbs" | ||
) | ||
|
||
echo Are you sure you want to change and activate your Office? | ||
pause | ||
|
||
REM Retail2VOL | ||
echo ---Processing-------------------------- | ||
echo --------------------------------------- | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProPlusVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProPlusVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProPlusVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProPlusVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProPlusVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProPlusVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProPlusVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\ProjectProVL_MAK-ul-phn.xrm-ms" | ||
|
||
cscript "%ospp%" /inslic:"..\root\Licenses15\VisioProVL_KMS_Client-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\VisioProVL_KMS_Client-ul.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\VisioProVL_KMS_Client-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\VisioProVL_MAK-pl.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\VisioProVL_MAK-ppd.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\VisioProVL_MAK-ul-oob.xrm-ms" | ||
cscript "%ospp%" /inslic:"..\root\Licenses15\VisioProVL_MAK-ul-phn.xrm-ms" | ||
|
||
REM Activate | ||
cscript "%ospp%" /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 | ||
cscript "%ospp%" /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT | ||
cscript "%ospp%" /inpkey:PD3PC-RHNGV-FXJ29-8JK7D-RJRJK | ||
|
||
cscript "%ospp%" /sethst:kms.03k.org | ||
cscript "%ospp%" /act | ||
echo --------------------------------------- | ||
echo --------------------------------------- | ||
echo ---Exiting----------------------------- |
Oops, something went wrong.