For Build 3202:
Desciption | Offset | Original | Patched |
---|
REM Change 192.168.1.7 to KMS Server IP or Host | |
REM Change ProgramFiles to ProgramFiles(x86) If install x86 version . Default are x64 | |
@echo off | |
Title Converter Office 2019 Retail to Volume And Active Through Server | |
set LICPATH=%ProgramFiles%\Microsoft Office\root\Licenses16 | |
set LICPATH1=%ProgramFiles%\Microsoft Office\Office16 | |
cscript slmgr.vbs /ilc "%LICPATH%\ProPlusVL_KMS_Client-ppd.xrm-ms" | |
cscript slmgr.vbs /ilc "%LICPATH%\ProPlusVL_KMS_Client-ul.xrm-ms" |
fetchPost = async (userId, untilId) => { | |
let body = { userId, withRenotes: true, withReplies: true, withFiles: false, withChannelNotes: true, limit: 100, allowPartial: true } | |
if (untilId) { | |
body = { ...body, untilId } | |
} | |
const response = await fetch("/api/users/notes", { | |
method: "POST", | |
headers: { | |
"Content-Type": "application/json", |
OVH - How to use the API to order any server? The answer is here!
This process is automateable. I'll write the know-how, how to do it. I kindly ask you! Do NOT ABUSE it! Please keep the oportunity to order limited edition servers for other ones!
First of all, OVH provides API libraries to access the API. And for this too, they have an API console where you can try it. For now, we'll see the API console. We'll place an older. Lets go!