Hi piyush_733! My name is David. I am a user of Microsoft products like you, and it is a pleasure to greet you.
Yes, you can switch from a KMS (Key Management Service) server to a digital license provided by Microsoft for Windows 11. Here are the steps you need to follow to remove the KMS key and activate your system using an official Microsoft license:
- First, check if there is any third-party software that might be interfering with the activation process. You can uninstall these applications by going to Settings > Apps > Apps & features, finding the software in question, and selecting "Uninstall."
- Remove the KMS Key:
- Open Command Prompt as an administrator. You can do this by searching for 'cmd' in the Start menu, right-clicking on Command Prompt, and selecting 'Run as administrator'.
- In the Command Prompt, enter the following command to remove the existing KMS key:
slmgr /upk
- This command uninstalls the product key currently in use, which should remove the PC from the KMS setup.
- Clear KMS from the Registry:
- Still in the Command Prompt, you can clear any remaining KMS settings in the registry by executing:
slmgr /ckms
- This command clears the KMS server name set on your device and reverts it to the default setting, which should stop it from trying to connect to a custom KMS server.
- Enter the New Product Key:
- Purchase a genuine product key if you don't already have one.
- To enter a new product key, use the following command in the Command Prompt:
slmgr /ipk YOUR-NEW-PRODUCT-KEY
- Replace "YOUR-NEW-PRODUCT-KEY" with your actual product key.
After entering the new key, you can activate Windows by running:
slmgr /ato
- This command attempts online activation of Windows against Microsoft’s servers.
By following these steps, you should be able to switch from a KMS activation to a genuine digital license activation.
Let me know if the shared information has been helpful. Regards.