5

I just installed a fresh copy of Windows 10 on my Virtualbox for testing purposes. During install it offered my a button where I said that I don't have a product key. This seems to be some kind of trial mode. How long can I test it without having to enter a product key?

student
  • 485

1 Answers1

8

From a command prompt with admin rights type

slmgr /dlv

enter image description here

or

slmgr /xpr

. enter image description here

or

slmgr /dli

. enter image description here

.

It appears the dli will show the license status of "Notification Mode" but if you look at the rearm count using dlv it shows 1001, which is the number of times you can rearm the license when it is unactivated. So it appears you could use it indefinitely but with reduced functionality.

0xC004F034 means there is no Product Key (License) Installed

Source

Source 2

Source 3

Moab
  • 58,769