笑笑江湖 发表于 2011-7-26 21:36:42

一个命令,就可以看自己的Windows7是不是正版

开始-所以程序-附近-运行-输入slmgr.vbs -xpr

hwqjqkwgg 发表于 2011-10-25 11:59:41

一大堆广告。

h123230385 发表于 2011-11-15 19:54:43

我刚试了,怎么出来个文本内容如下:

' Copyright (c) Microsoft Corporation. All rights reserved.
'
' Windows Software Licensing Management Tool.
'
' Script Name: slmgr.vbs
'

Option Explicit

Dim g_objWMIService, g_strComputer, g_strUserName, g_strPassword
g_strComputer = "."
Dim g_serviceConnected
g_serviceConnected = False

dim g_EchoString
g_EchoString = ""

dim g_objRegistry

Dim g_resourceDictionary, g_resourcesLoaded
Set g_resourceDictionary = CreateObject("Scripting.Dictionary")
g_resourcesLoaded = False

Dim g_DeterminedDisplayFlags
g_DeterminedDisplayFlags = False

Dim g_ShowKmsInfo
Dim g_ShowKmsClientInfo
Dim g_ShowTkaClientInfo
Dim g_ShowTBLInfo
Dim g_ShowPhoneInfo

g_ShowKmsInfo = False
g_ShowKmsClientInfo = false
g_ShowTBLInfo = False
g_ShowPhoneInfo = False

' Messages

'Global options
private const L_optInstallProductKey                  = "ipk"
private const L_optInstallProductKeyUsage             = "Install product key (replaces existing key)"

private const L_optUninstallProductKey                = "upk"
private const L_optUninstallProductKeyUsage         = "Uninstall product key"

private const L_optActivateProduct                  = "ato"
private const L_optActivateProductUsage               = "Activate Windows"

private const L_optDisplayInformation               = "dli"
private const L_optDisplayInformationUsage            = "Display license information (default: current license)"

private const L_optDisplayInformationVerbose          = "dlv"
private const L_optDisplayInformationUsageVerbose   = "Display detailed license information (default: current license)"

private const L_optExpirationDatime                   = "xpr"
private const L_optExpirationDatimeUsage            = "Expiration date for current license state"

'Advanced options
private const L_optClearPKeyFromRegistry            = "cpky"
private const L_optClearPKeyFromRegistryUsage         = "Clear product key from the 0

kmuosat 发表于 2011-11-18 19:48:08

我的已经永久激活

mytxy 发表于 2011-12-4 18:49:25

我的是这样的

shimu 发表于 2011-12-13 10:58:30

楼主厉害。嘻嘻

shanqing 发表于 2012-7-15 18:13:42

这是啥命令咧

zhoushengguo 发表于 2012-9-26 10:43:06

这是啥命令咧

saifunie 发表于 2012-10-1 21:02:55

我的不是正版的

boystock 发表于 2012-10-4 00:16:55

这条命令我早就在用,可以验证是不是激活的状态。
页: [1] 2 3
查看完整版本: 一个命令,就可以看自己的Windows7是不是正版