Software manager licensing manager tool for Windows 7


Windows 7 software manager licensing manager tool

The Software Licensing Management Tool is a built-in Visual Basic script (slmgr.vbs) program that can be used for licensing and activation tasks. It includes several options that are entered as a switch. Some of the options directly relate to the clients, and some of the options directly relate to KMS. The slmgr tool must be run from an elevated command prompt. Click Start > All Programs > Accessories, right-click Command Prompt, and select Run As Administrator. Some slmgr switches are more commonly used with the KMS server.

Reset grace period for Windows 7

You can extend the initial 30-day grace period using the slmgr /rearm command. In other words, if the 30-day grace period has expired, the background has gone black, and the reminder screens are coming up hourly, you can execute this command at the command prompt to give yourself another 30 days. This command can be executed three times.

The Windows 7 activation limit can be extended to a total of 120 days When the 30-day limit is reached, you can run slmgr -rearm from an administrator command prompt, which resets the activation limit for another 30 days This command can be executed three times Thus, if it is run at the end of each 30-day period, you'll get a total of 120 days.

Install product key

The slmgr /ipk command can be used to install a new product key. This can be useful if the system is configured to use a KMS but you want to switch it to use a MAK.

Display detailed license information

You can use the slmgr /dlv command to get more detailed information on the license. The result includes several identification numbers and certificate URLs. It will also show the status of the license and the remaining rearm count.

Expiration data for current license

The command slmgr /xpr can be used to indicate the expiration date for the current license. If the system has not been activated, this will indicate the date and time when the 30-day grace period expires. If the license has been permanently activated, it will say, "The Machine is Permanently Activated." If the system has been activated by KMS, it will indicate the expiration of the KMS activation.

Legal Disclaimer

Our website is not responsible for the information contained by this article. Webworldarticles.com is a free articles resource thus practically any visitor can submit an article. However if you notice any copyrighted material, please contact us and we will remove the article(s) in discussion right away.


This article was sent to us by: Jeremy E. Doulgen at 09272010

Related Articles

1. Use the Pan Gesture to Move an Object
With the pan gesture, you can control the scrolling of content in a scrollable area. Or you can apply the pan gesture to a specific object, moving it in any direction by ...

2. Handling the WM GESTURE Message
To work with gestures, you’ll need to handle the WM_GESTURE messages that are sent to your application. If you are a Win32 programmer, you can check for WM_GESTURE ...

3. How Multitouch Works in Windows 7
New hardware and API elements in the Windows 7 operating system provide applications the ability to receive and handle touch and multitouch input. This capability enables...

4. Organize My Data Libraries in Windows 7
This article details the new functionality offered by Windows 7 Libraries. We’ll review the Windows Explorer changes that promote the new user experience that Libra...

5. Changes Made to Windows Explorer in Windows 7
Changes Made to Windows Explorer in Windows 7 In Windows 7, Libraries address the problem of users’ data being stored all over the PC by allowing users to...

6. Make Your Windows 7 Application Library Aware
Libraries under the Hood Now that we have a better understanding of what libraries represent and how users as well as developers can benefit from them, let&rsqu...

7. Working with the Shell Namespace in Windows 7
Working with the Shell Namespace Before we dive into the Shell Libraries programming model, we need to understand how the Windows Shell works. The Windows Shell...

8. Windows 7 Multitouch Programming Models
Windows 7 Multitouch Programming Models The Windows 7 multitouch platform enables you to build touch-aware applications. Keep in mind that with time, the amount...