This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
computing:microsoft_licensing [2020/03/18 14:40] gcooper |
computing:microsoft_licensing [2021/03/15 10:42] (current) gcooper |
||
---|---|---|---|
Line 28: | Line 28: | ||
|021-05624 | |021-05624 | ||
- | ===== Discover last 5 characters of installed MS Office license ===== | ||
- | |||
- | These scripts from MS will get you the last 5 digits which may help you back track. | ||
- | |||
- | At a command prompt, type the following for the appropriate version: | ||
- | |||
- | * Office 2010 (32-bit) on a 32-bit version of Windows | ||
- | < | ||
- | cscript " | ||
- | </ | ||
- | |||
- | * Office 2010 (32-bit) on a 64-bit version of Windows | ||
- | < | ||
- | cscript " | ||
- | </ | ||
- | |||
- | * Office 2010 (64-bit) on a 64-bit version of Windows | ||
- | < | ||
- | cscript " | ||
- | </ | ||
- | |||
- | * Office 2013 (32-bit) on a 32-bit version of Windows | ||
- | < | ||
- | cscript " | ||
- | </ | ||
- | |||
- | * Office 2013 (32-bit) on a 64-bit version of Windows | ||
- | < | ||
- | cscript " | ||
- | </ | ||
- | |||
- | * Office 2013 (64-bit) on a 64-bit version of Windows | ||
- | < | ||
- | cscript " | ||
- | </ | ||