How to enter MS Office CID with Command Prompt
Tutorials · jag1208@*.ru · posted 00:35 28/04/2022 · edited 01:10 28/04/2022 · 622 views

Run Command Prompt (cmd) as Administrator, copy command below and hit Enter
(XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - CID

if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
cscript.exe OSPP.vbs /actcid:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cscript.exe OSPP.vbs /act






Like (4)

Please Login or Register to reply this topic.