Hi
is there a guide where do i check code needed for use Querys with the Office Software Protection Service. There a (OSPP.vbs)file located in the MS Office main folder.
You can verify manually any Office key by using the file OSPP.VBS script running with CScript command inside the CMD Prompt [link Source][/url]
By using these 3 commands you can manually check if Keys are legit
/inpkey:value Installs a product key (replaces existing key) with a user-provided product key. Value option is required.
^Type the key
/act Activates installed Office 2013 product keys.
^Verify online if they key is legit
/unpkey:value Uninstalls an installed product key with the last five digits of the product key to uninstall (as displayed by the /dstatus option). Value parameter is required.
^erase key for verify the next one.
My question goes if there a way to automate whole thing for over 100 keys, without getting timed out by the servers.
Thanks in advance for any help.
is there a guide where do i check code needed for use Querys with the Office Software Protection Service. There a (OSPP.vbs)file located in the MS Office main folder.
You can verify manually any Office key by using the file OSPP.VBS script running with CScript command inside the CMD Prompt [link Source][/url]
By using these 3 commands you can manually check if Keys are legit
/inpkey:value Installs a product key (replaces existing key) with a user-provided product key. Value option is required.
^Type the key
/act Activates installed Office 2013 product keys.
^Verify online if they key is legit
/unpkey:value Uninstalls an installed product key with the last five digits of the product key to uninstall (as displayed by the /dstatus option). Value parameter is required.
^erase key for verify the next one.
My question goes if there a way to automate whole thing for over 100 keys, without getting timed out by the servers.
Thanks in advance for any help.