Skip to content

Instantly share code, notes, and snippets.

View generalduran's full-sized avatar

Roland generalduran

  • Germany
  • 05:31 (UTC +01:00)
View GitHub Profile
@generalduran
generalduran / README.MD
Created September 6, 2018 12:01 — forked from giordanocardillo/README.MD
Remove Office 2016 Product Key
  1. Open a command prompt as Administrator
  2. In the command prompt, type the following:
  • Office 2016 (32-bit) on a 32-bit version of Windows

    cscript "C:\Program Files\Microsoft Office\Office16\OSPP.VBS" /dstatus

  • Office 2016 (32-bit) on a 64-bit version of Windows

    cscript "C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS" /dstatus

  • Office 2016 (64-bit) on a 64-bit version of Windows