Windows 2008 R2 – 为克隆机器生成新的激活密钥?

我们有两台Windows Server 2008 R2服务器(VM),但是由于克隆了虚拟机,它们具有相同的激活ID。

这是由于我们的Carbonite Pro备份导致的问题,由于具有相同的激活ID,所以看到机器是相同的。

有没有办法(合法地)更改激活ID,或者是否有人知道在微软通过正确的联系渠道来实现这一目标?

在此先感谢您的帮助!

通过运行C:\ Windows \ System32 \ sysprep \ sysprep.exe / generalize来Sysprep计算机

之后,把它重新打开并重新激活。 无论如何,这是一个很好的(读:微软需要支持它)想法到sysprep克隆机器。

右键点击我的电脑 – >属性 – >更改产品密钥和批量许可联系人

编辑:如果不能访问,你可以做到这一点

Open the command prompt and change working directory to System32 directory Type in slmgr.vbs -ckms (this clears and KMS entry you may have) Type slmgr.vbs -upk (this removes any product key installed) Type slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx (where the x's is the new product key you want to use ) Type slmgr.vbs -ato (this activates the server) 

从这里采取