Situatie
- Open command prompt as administrator
- Copy/run this command to determine what license key you want to remove
cscript “%ProgramFiles%\Microsoft Office\Office16\ospp.vbs” /dstatus
- If you see an error, try this command
cscript “%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs” /dstatus
Note: “Office16” is the codename of Office 2016. If you are using Office 2010/2013, replace “Office16” with “Office14” or “Office15”
- Copy and run these commands to remove the license. Note: replace “7CFGB” with the last 5 characters of your product key
cscript “%ProgramFiles%\Microsoft Office\Office16\ospp.vbs” /unpkey:7CFGB
- If you see an error, try this command
cscript “%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs” /unpkey:7CFGB
Leave A Comment?