重置 Windows 激活/删除许可证密钥

发布于 2024-12-09 20:41:48 字数 1549 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七七 2024-12-16 20:41:48
  1. 以管理员身份打开命令提示符。

  2. 输入slmgr /upk并等待此完成。这将从 Windows 中卸载当前的产品密钥并将其置于未许可状态。

  3. 输入slmgr /cpky并等待此完成。如果产品密钥仍然存在,这将从注册表中删除它。

  4. 输入slmgr /rearm并等待此完成。这是为了重置 Windows 激活计时器,以便新用户在输入密钥时收到激活 Windows 的提示。

这应该使系统回到预密钥状态。

  1. Open a command prompt as an Administrator.

  2. Enter slmgr /upk and wait for this to complete. This will uninstall the current product key from Windows and put it into an unlicensed state.

  3. Enter slmgr /cpky and wait for this to complete. This will remove the product key from the registry if it's still there.

  4. Enter slmgr /rearm and wait for this to complete. This is to reset the Windows activation timers so the new users will be prompted to activate Windows when they put in the key.

This should put the system back to a pre-key state.

面犯桃花 2024-12-16 20:41:48

在 Windows XP 上 -

  1. 重新启动到“带命令提示符的安全模式”
  2. 在出现的命令提示符中键入“explorer”并按 [Enter]
  3. 单击“开始”>“运行”,然后键入以下内容:

    <块引用>

    rundll32.exe syssetup,SetupOobeBnk

Reboot, and login as normal.

这会将激活的 30 天计时器重置回 30 天,以便您可以正常输入密钥。

On Windows XP -

  1. Reboot into "Safe mode with Command Prompt"
  2. Type "explorer" in the command prompt that comes up and push [Enter]
  3. Click on Start>Run, and type the following :

    rundll32.exe syssetup,SetupOobeBnk

Reboot, and login as normal.

This will reset the 30 day timer for activation back to 30 days so you can enter in the key normally.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文