Original reproduced http://www.cnblogs.com/simple_666/archive/2013/04/13/win7%E6%97%97%E8%88%B0%E7%89%88%E9%80%9A%E7%9F% A5windows%e4%b8%8d%e6%98%af%e6%ad%a3%e7%89%88%e5%89%af%e6%9c%ac%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html
First, through the following Baidu document, through the order to extend the trial limit. Does not seem to be active during the probation period.
In the initial state, Windows 7 provides a 30-day trial time, but we can use the "slmgr.vbs-rearm" command to extend the term for 30 days before reaching this 30-day period, although the official document declares that the command can only be reused 3 times, It says that you can experience a total of 120 days free of charge, and you won't be able to use it again. In fact, as long as you modify a key value in the registry, you can reuse the "slmgr.vbs-rearm" command, open the Registry Editor, and then navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Nt\ Currentversion\softwareprotectionplatform ", 1, locate the" SkipRearm "in the right pane, change its key value to" 1 ", and later you can use the" slmgr.vbs-rearm "command again, This key value can be modified 8 times in total, that is, we can reuse 8 times "slmgr.vbs-rearm" command, add together, exactly is a year of use time.
The restart is then activated with WIN7 Activation.exe 1.7, which is successfully activated by the test.
Attached to the Baidu document related activation, I hope to be of help to everyone.
How to verify that Windows 7 is activated:
1, the simplest is in My computer right-click, view Properties.
2, win+r===> input SLMGR.VBS-DLV (recommended, this command to get the most information)
3. win+r===> Input Slmgr.vbs-dli
4. win+r===> Input slmgr.vbs-xpr
5. win+r===> Input Winver
Free use of Windows7 for 1 years
Even if you're not an official Microsoft tester, and you don't have to look around for the Windows 7 activation key, there are other ways to use Windows 7 for free for 1 years in addition to the official installation key, and at the very least, you can stick to the official version of Windows 7.
In the initial state, Windows 7 provides a 30-day trial time, but we can use the "slmgr.vbs-rearm" command to extend the term for 30 days before reaching this 30-day period, although the official document declares that the command can only be reused 3 times, It says that you can experience a total of 120 days free of charge, and you won't be able to use it again. In fact, as long as you modify a key value in the registry, you can reuse the "slmgr.vbs-rearm" command, open the Registry Editor, and then navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Nt\ Currentversion\softwareprotectionplatform ", 1, locate the" SkipRearm "in the right pane, change its key value to" 1 ", and later you can use the" slmgr.vbs-rearm "command again, This key value can be modified 8 times in total, that is, we can reuse 8 times "slmgr.vbs-rearm" command, add together, exactly is a year of use time.
Reference: http://win7x.blogbus.com/logs/40854953.html
Win7 activation (www.win7soft.com):
WIN7 Software Authorization management tool slmgr.vbs using the wizard
When we intend to activate Vista and Windows7 or intend to extend their trial period (rearm), everyone will encounter this slmgr command or slmgr.vbs. Slmgr is the abbreviation for Software License Manger and is the software Authorization management tool for Windows. Slmgr is the primary component for managing system activation and keys, certificates.
All features of the slmgr are provided through slmgr.vbs and are executed using VBScript command line. Many of the activation behaviors associated with the command line in the graphical interface, such as System Properties, are performed by invoking the slmgr.vbs script. Even if you use the slmgr command line under command, its running results or error messages are displayed in the browser popup window, the following are some of the slmgr use syntax for reference only, especially when you need to activate or encounter activation problem is very helpful.
First, where to use and how to use the Slmgr.vbs
There are several ways to enter and run the slmgr.vbs command:
1, Command Prompt window, this is a way of execution, but need to improve administrator privileges;
2. Run command (display Run command in Vista, Win+r, start/All Programs/attachments/command prompt, any one)
3, Start menu start search box, using this method needs to enter the full name of Slmgr--slmgr.vbs, similar to the format content Slmgr.vbs-ato.
The most commonly used Slmgr command is slmgr.vbs-rearm extended Vista or Windows 7 trial for 30 days. In addition, SLMGR supports many parameter commands. We can view it through the slmgr.vbs-? command. You can also verify the activation status and license details for Windows Vista or Windows 7.
Second, slmgr syntax format
Basic syntax:
slmgr.vbs [machinename [User Password]] [<option>]
which
* MachineName: Remote computer name (default is native)
* User: Computer user with appropriate permissions
* Password: User password
* Option: Parameter for slmgr.
Common parameter options:
-IPK < Product key >
Install the Product key (replace the existing key)
-upk
Uninstalling the Product Key
-ato
Activating windows
-dli [Activation ID | ALL]
Show license Information (default: Current license)
-DLV [Activation ID | ALL]
Show detailed license information (default: Current license)
-xpr
Due date for current license status
Advanced parameter options:
-cpky
Clear the Product key from the registry (prevents the attack caused by the leak)
-ILC < license file path >
Install license
-rilc
Reinstall the System license file
-rearm
Resetting the authorization status of a computer
-dti
Display the installation ID for offline activation
-ATP < confirmation id>
Activate the product using the confirmation ID provided by phone
KMS-related options:
-skms <kms activation Server name>
Set the KMS server name
-skms <kms activation Server Port number>
Set the KMS server port number
-skms <kms activation Server Name:port number>
Set the KMS server name and port number
-ckms
Clears the KMS server name and port number and sets the initial state
Iii. examples of use of slmgr.vbs
1. View the profile of the license (assuming the current license, and the system in C, the same as below), can be viewed in the following two ways.
Run command under: Slmgr.vbs-dli
Command prompt command: cscript C:\windows\system32\slmgr.vbs-dli
2. Displays the expiration date of the license activation status, which can also be viewed in the following two ways.
Run command under: slmgr.vbs-xpr
Command prompt command: cscript C:\windows\system32\slmgr.vbs-xpr
3. View license details, or view them in the following two ways.
Run command under: SLMGR.VBS-DLV
Command prompt command: cscript C:\windows\system32\slmgr.vbs-dlv
4. Import the OEM certificate method
Run command under: Slmgr.vbs-ilc D:\123.XRM-MS, followed by OEM certificate full path
5. Uninstalling the current Product key
Run command: SLMGR.VBS-UPK, you can uninstall the current product key, restart the computer will appear the input key and the network activation interface.
If you want to see the detailed version number of Windows 7, we want to run another command slmgr.vbs, you can see the use of this command and various parameters by entering slmgr.vbs in the run.
1, Slmgr.vbs–dli
Display: Operating system version, partial product key, license status
2, SLMGR.VBS–DLV
Display: The most detailed activation information, including: Activation ID, Installation ID, activation due date
3, slmgr.vbs–xpr
Show: Whether it is fully activated
4, SLMGR.VBS–IPK
Replace the WIN7 serial number
5, Slmgr.vbs–ato
Activating WIN7
slmgr.vbs command Daquan verify WINDOWS7 activation status
The detailed parameters are as follows:
Available options:
-IPK < Product key >
Install the Product key (replace the existing key)
-upk
Uninstalling the Product Key
-ato
Activating Windows
-dli [Activation ID | ALL]
Show license Information (default: Current license)
-DLV [Activation ID | ALL]
Show detailed license information (default: Current license)
-xpr
Due date for current license status
Advanced options:
-cpky
Clear the Product key from the registry (prevents the attack caused by the leak)
-ILC < license file path >
Install license
-rilc
Reinstall the System license file
-rearm
Resetting the authorization status of a computer
-dti
Display the installation ID for offline activation
-ATP < confirmation id>
Activate the product using the confirmation ID provided by phone
Other ways to activate Windows 7:
1. Soft solution activation:----that is, by entering a genuine key to activate the way.
First "God key": Tfp9y-vcy3p-vvh3t-8xxcc-mf4yk
Second "God Key": kh2j9-pc326-t44d4-39h6v-tvpby
Third "God key": 236TW-X778T-8MV9F-937GT-QVKBB
Fourth "God Key": 87VT2-FY2XW-F7K39-W3T8R-XMFGF
The following is the ultimate OEM key with either:
FJGCP-4DFJD-GJY49-VJBQ7-HYRR2---xxxxx-oem-8992662-00006---acer/gateway/packard BELL
49PB6-6BJ6Y-KHGCQ-7DDY6-TF7CD---xxxxx-oem-8992662-00015---samsung Samsung
342DG-6YJR8-X92GV-V7DCV-P4K27---xxxxx-oem-8992662-00400---dell Dell
22TKD-F8XX6-YG69F-9M66D-PMJBM---xxxxx-oem-8992662-00497---ibm-lenovo association
6K2KY-BFH24-PJW6W-9GK29-TMPWP-----Lenovo's new key Lenovo
236tw-x778t-8mv9f-937gt-qvkbb
87vt2-fy2xw-f7k39-w3t8r-xmfgf
Kh2j9-pc326-t44d4-39h6v-tvpby
Tfp9y-vcy3p-vvh3t-8xxcc-mf4yk
J783y-jkqwr-677q8-kcxtf-bhwgc
2vcgq-brvj4-2hgj2-k36x9-j66jg
Mgx79-tpqb9-kq248-kxr2v-dhrtd
Fjhwt-kdghy-k2384-93ct7-323rc
C4m9w-wprdg-qbb3f-vm9k8-kdq9y
If the activation is not successful, it is activated by phone activation.
2. Hard Solution Activation:-----is to take the activation tool to crack activation.
1) WIN7 Activation1.7
2) windows7_loader_v3.27
3) sk_patch_v1_r2_final
4) Nt6-oem-loader-v3
5) oem7y
(Activation tool specific slightly, for reasons you know)
This is a number of netizens to activate Windows 7 after the Run SLMGR.VBS-DLV command why display "Reset count" message asked. Before answering this question, it is necessary to first understand the meaning of running the reset command slmgr.vbs-rearm: Microsoft has a default trial period of 30 days for Windows 7, allows three reset commands without activation, and uses it for free from + X 3 = 120 days. Below, the specific answer: After activating Windows 7, running the SLMGR.VBS-DLV command shows "reset Count" what is the meaning and function?
After activating Windows 7, run the SLMGR.VBS-DLV command to display the "Reset Count" that is: the number of times the Reset command is run. The number of remaining times depends on whether you run the Slmgr.vbs-rearm command and run it several times (0-3 times)? Never run an overweight command, which is displayed as "Reset Count: 3", and the previous run of the overloaded command will be CERs once until "0" is run.
After activating Windows 7, the reset count is retained, not only as a "history" of the reset command, but also as a transition to a networked activation mode. The overwhelming majority of preinstalled Windows 7 branded machines provide users with an alternate networked activation key while using "OEM" activation. Instead of replacing the product Key option with "OEM" activation, the run Reset command resolves the issue.
What is the meaning and effect of the "Reset count" display when you run the SLMGR.VBS-DLV command after activating Windows 7?
This is a number of netizens to activate Windows 7 after the Run SLMGR.VBS-DLV command why display "Reset count" message asked. Before answering this question, it is necessary to first understand the meaning of running the reset command slmgr.vbs-rearm: Microsoft has a default trial period of 30 days for Windows 7, allows three reset commands without activation, and uses it for free from + X 3 = 120 days. Below, the specific answer: After activating Windows 7, running the SLMGR.VBS-DLV command shows "reset Count" what is the meaning and function?
After activating Windows 7, run the SLMGR.VBS-DLV command to display the "Reset Count" that is: the number of times the Reset command is run. The number of remaining times depends on whether you run the Slmgr.vbs-rearm command and run it several times (0-3 times)? Never run an overweight command, which is displayed as "Reset Count: 3", and the previous run of the overloaded command will be CERs once until "0" is run.
After activating Windows 7, the reset count is retained, not only as a "history" of the reset command, but also as a transition to a networked activation mode. The overwhelming majority of preinstalled Windows 7 branded machines provide users with an alternate networked activation key while using "OEM" activation. Instead of replacing the product Key option with "OEM" activation, the run Reset command resolves the issue.
Some netizens asked after the article "about the re-creation of the Windows 7 flagship edition" of "Dual" activation ("OEM Activation" and "Networking Activation"): What is the meaning of using two activation methods? Read the above introduction, first answered the meaning of the practical level: Master brand machine two activation methods. Secondly, we can move from "nature" to "freedom": to deepen rational thinking from the theoretical level to Microsoft's two major activation systems.
Friendly tips:
--After the "soft change" or "hard brush" activation, individual cannot reset the command to display the replacement Product Key option, you can use the SLMGR.VBS-UPK command to uninstall the current product key, restart the computer can appear required to enter a new key networking activation interface.
Win7 flagship notification Windows is not a genuine copy resolution