Here is how to change Windows serial number from command line.
Open the command prompt first as administrator, then enter :
1 |
slmgr.vbs -ipk <WINDOWS_SERIAL_NUMBER> |
Then, to activate :
1 |
slmgr.vbs -ato |
Here is how to change Windows serial number from command line.
Open the command prompt first as administrator, then enter :
1 |
slmgr.vbs -ipk <WINDOWS_SERIAL_NUMBER> |
Then, to activate :
1 |
slmgr.vbs -ato |