Reset Windows Activation Key

  1. Reset Windows Key Activation Cmd
  2. Reset Windows 10 Activation

Windows activation is designed to be as foolproof as possible, so Microsoft’s graphical tools keep it simple. If you want to do something more advanced like remove a product key, force an online activation, or extend the activation timer, you’ll need Slmgr.vbs.

If you do not reinstall Windows, then you can select the Start button, and then select Activation Update product key Change product key to reactivate your device. Otherwise you can enter your product key during installation of Windows. You can get your Windows 10 product key and product ID easily on the list. Check Windows 10 product key with VBscript. If you are an advanced user, you also can use the VBscript to read the value from the registry and translate it to 25 alphanumeric characters (serial key). Open a Notepad. Type the following VBscript to the Notepad.

This command line tool is included with Windows, and provides options unavailable in the standard activation interface provided on the Update & Security > Activation screen in the Settings app.

First: Open an Administrator Command Prompt Window

RELATED:How Does Windows Activation Work?

To use this tool, you’ll want to launch a Command Prompt with Administrator access. To do so on Windows 8 or 10, either right-click the Start button or press Windows+X. Click the “Command Prompt (Admin)” option in the menu that appears. On Windows 7, search the Start menu for “Command Prompt,” right-click it, and select “Run as Administrator.”

Note: If you see PowerShell instead of Command Prompt on the Power Users menu, that’s a switch that came about with the Creators Update for Windows 10. It’s very easy to switch back to showing the Command Prompt on the Power Users menu if you want, or you can give PowerShell a try. You can do pretty much everything in PowerShell that you can do in Command Prompt, plus a lot of other useful things.

View Activation, License, and Expiration Date Information

To display very basic license and activation information about the current system, run the following command. This command tells you the edition of Windows, part of the product key so you can identify it, and whether the system is activated.

To display more detailed license information–including the activation ID, installation ID, and other details–run the following command:

View the License Expiration Date

To display the expiration date of the current license, run the following command. This is only useful for Windows system activated from an organization’s KMS server, as retail licenses and multiple activation keys result in a perpetual license that won’t expire. If you haven’t provided a product key at all, it’ll give you an error message.

Uninstall the Product Key

You can remove the product key from your current Windows system with Slmgr. After you run the below command and restart your computer, the Windows system won’t have a product key and will be in an unactivated, unlicensed state.

If you installed Windows from a retail license and would like to use that license on another computer, this allows you to remove the license. It could also be useful if you’re giving that computer away to someone else. However, most Windows licenses are tied to the computer they came with–unless you purchased a boxed copy.

To remove uninstall the current product key, run the following command and then restart your computer:

Windows also stores the product key in the registry, as it’s sometimes necessary for the key to be in the registry when setting up the computer. If you’ve uninstalled the product key, you should run the below command to ensure it’s removed from the registry as well. This will ensure people who use the computer in the future can’t grab the product key.

Running this command alone won’t uninstall your product key. It’ll remove it from the registry so programs can’t access it from there, but your Windows system will remain licensed unless you run the above command to actually uninstall the product key. This option is really designed to prevent the key from being stolen by malware, if malware running on the current system gains access to the registry.

Set or Change the Product Key

You can use slmgr.vbs to enter a new product key. If the Windows system already has a product key, using the below command will silently replace the old product key with the one you provide.

Run the following command to replace the product key, replacing #####-#####-#####-#####-##### with the product key. The command will check the product key you enter to ensure it’s valid before using it. Microsoft advises you restart the computer after running this command.

You can also change your product key from the Activation screen in the Settings app, but this command lets you do it from the command line.

Activate Windows Online

To force Windows to attempt an online activation, run the following command. If you’re using a retail edition of Windows, this will force Windows to attempt online activation with Microsoft’s servers. If the system is set up to use a KMS activation server, it will instead attempt activation with the KMS server on the local network. This command can be useful if Windows didn’t activate due to a connection or server problem and you want to force it to retry.

Activate Windows Offline

Slmgr also allows you to perform an offline activation. To get an installation ID for offline activation, run the following command:

You’ll now need to get a a confirmation ID you can use to activate the system over the phone. Call the Microsoft Product Activation Center, provide the installation ID you received above, and you’ll be given an activation ID if everything checks out. This allows you to activate Windows systems without Internet connections.

To enter the confirmation ID you’ve received for offline activation, run the following command. Replace “ACTIVATIONID” with the activation ID you’ve received.

Once you’re done, you can use the slmgr.vbs /dli or slmgr.vbs /dlv commands to confirm you’re activated.

This can generally be done from the Activation screen in the Settings app if your PC isn’t activated–you don’t have to use the command if you’d rather use the graphical interface.

Extend the Activation Timer

RELATED:You Don’t Need a Product Key to Install and Use Windows 10

Some Windows systems provide a limited time where you can use them as free trials before entering a product key. For example, Windows 7 offers a 30-day trial period before it begins complaining at you. To extend this trial period and reset it back to 30 days remaining, you can use the following command.As Microsoft’s documentation puts it, this command “resets the activation timers.”

This command can only be used several times, so you can’t indefinitely extend the trial. The number of time it can be used depends on the “rearm count,” which you can view using the slmgr.vbs /dlv command. It seems different on different versions of Windows–it was three times on Windows 7, and it seems to be five times on Windows Server 2008 R2.

This no longer seems to work on Windows 10, which is very lenient if you don’t provide it a product key anyway. This option still works on older versions of Windows and may continue to work on other editions of Windows, such as Windows Server, in the future.

Slmgr.vbs Can Perform Actions on Remote Computers, Too

Slmgr normally performs the actions you specify on the current computer. However, you can also remotely administer computers on your network if you have access to them. For example, the first command below applies to the current computer, while the second one will be run on a remote computer. You’ll just need the computer’s name, username, and password.

The Slmgr.vbs command has other options, which are useful for dealing with KMS activation and token-based activation. Consult Microsoft’s Slmgr.vbs documentation for more details.

READ NEXT
  • › A New Wireless Standard: What Is Amazon Sidewalk?
  • › How to Use Text Editing Gestures on Your iPhone and iPad
  • › Windows 10’s BitLocker Encryption No Longer Trusts Your SSD
  • › How to Disable or Enable Tap to Click on a PC’s Touchpad
  • › How HTTP/3 and QUIC Will Speed Up Your Web Browsing
Reset Windows Activation Key

Before you sell or dispose of your computer, you would probably back up your data and then format the drives. But there is something you must do if you wish to dispose of it without uninstalling the Windows operating system. After you back up your data, you should uninstall the Windows Product Key. In this tutorial, we will see how you can deactivate and uninstall the Windows Product Key. Although the screenshots I have used are from one of my Windows 7 laptop, this applies to Windows 10/8 as well.

We will have to make use of Windows Software Licensing Management Tool or slmgr.vbs, which is a command line licensing tool. It is a Visual Basic script, used to manage and configure licensing in Windows OS.

Uninstall Windows Product Key

To begin with, you will need to know the Activation ID of your Windows installation. To view licensing status and Activation ID, open an elevated command prompt windows, type the following and hit Enter:

To get all the Activation IDs for all the installed version of Windows, you can use:

The /dlv parameter will display detailed license information for the installed operating system. Specifying the all parameter displays all applicable installed products’ license information.

You may click on any of the images to see the larger versions.

You will see a Windows Script Host window open up giving you details about your Windows licensing and activation status. Here look for Activation ID and note it down.

Now in the same command prompt window, type the following and hit Enter:

Here upk stands for uninstall product key. The /upk parameter uninstalls the product key of the current Windows edition. After a restart, the system will be in an Unlicensed state unless a new product key is installed.

Reset Windows Key Activation Cmd

If you entered it wrongly by mistake, you will see the following error message – Product key not found.

If you entered it correctly you will see the message – Uninstalled product key successfully.

Now if you check your Windows activation status in the Control Panel, you will see Not available.

Once you have done this, you could sell or dispose off the laptop and use the Windows Product Key elsewhere, provided its licensing terms allow it. If it is a Retail key, you could do so, but if it is an OEM key, it would be tied to the machine.

Re-install Windows Product Key

In case you wish to reinstall this key, you can again take the help of slmgr. Type the following command in a Command Prompt (Admin) and hit Enter.

The /ipk parameter will install a 5×5 product key. Here ipk stands for install product key. If the key is valid and applicable, the key is installed. If a key is already installed, it is silently replaced. If the key is invalid, an error is returned.

Do note that now you have to use your genuine Windows Product Key or License. It is the 25 character Product Key or Software License that we have to use here. It is this serial that is required during installation/activation of Windows, and proves your ownership. If you did it correctly, you will see Installed product key successfully message.

Now if you open your Control Panel you will see Windows is activated message.

Additional parameters you may find useful:

  1. The /cpky option removes the product key from the registry to prevent this key from being stolen by malicious code.
  2. The /rearm option resets the activation timers.

Additional links that may interest you:

Reset Windows 10 Activation

TIP: Download this tool to quickly find & fix Windows errors automatically

Related Posts: