How to check if the Windows system is activated?
To check if the Windows system is activated, you can follow the steps below:
- Open “Settings”: click on the Start menu, then click on the gear-shaped icon to open the Settings interface for Windows.
- Go to “Update & Security”: In the settings menu, select the “Update & Security” option.
- Check activation status: Go to the “Update & Security” interface and select the “Activation” option. Here, you will be able to view the system’s activation status. If the system is already activated, you will see a message like “Windows is activated.” If the system is not activated, you can click on “Change product key” to enter a valid product key to activate the system.
Alternatively, you can check the activation status of the Windows system by using the following command:
- Open command prompt: press the Win + R keys, then type “cmd” and press enter, to open the command prompt.
- Enter the command: Type the following command in the command prompt window, then press Enter.
slmgr.vbs /dlv
- Check activation status: After the command has been executed, a window will appear displaying the activation status of the system. If the system is already activated, you will see “Status: Activated” or a similar message. If the system is not activated, you will see “Status: Not Activated” or a similar message.
I hope the above information is helpful to you!