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?
Asked
Active
Viewed 2.9k times
1 Answers
8
From a command prompt with admin rights type
slmgr /dlv
or
slmgr /xpr
or
slmgr /dli
.
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


