My system is missing a “System Serial Number”

No, it is not about the Windows serial key and/or activation. After reading this question ( https://stackoverflow.com/q/21548747/1190388 ) about dmidecode and system serial numbers, I came across this article on Microsoft support pages. The article says that I can find my serial number using wmic bios get serialnumber or the VB script: On Error Resume … Read more

Activation key VS Digital license for Office: which are the differences?

I want to install and activate Microsoft Office on a Windows 7 Home Premium pc. I have to chose between: 1) purchasing an activation key; 2) buying a digital license from another user; this second option would let me activate Office on 5 different devices but I don’t need it (I just want to install … Read more

16-digit number manipulation in a 32-bit system

I have a simple problem, but because this “programming language” I am using is 32-bit and only supports basic functions such as addition, subtraction, multiplication, division, and concatenation (literally that’s it), I am having some trouble. For the input, I have a 16 digit number like so: 3334,5678,9523,4567 I want to then subtract 2 other … Read more

Print Serial Number or Incrementing Number in Word Document Footer

I feel this is likely a dup, but I can’t find good answers and “Question’s that may already have your answer” only shows an answer for excel. I’m looking to track documents printed by having a serial number aka an incrementing number on each document printed. The goal is that we have one document that … Read more