[转贴]禁止windows自动更新后自动重启

注:windows自动更新后每次都会自动重启,真的很傻,没什么不加一个确认选项呢?还好,看到这篇文章。


原文链接:Prevent Windows automatic updates reboot

Another one of those reminder posts: How to prevent the reboot triggered by the Windows automatic update feature.

  • Disable automatic updates completely. Not recommended.

  • Change the policy. Recommended.

    1. Start - Run - gpedit.msc

    2. Local Group Policy - Computer Configuration - Administrative Templates - Windows - Components - Windows Updates

      If you do not see the last element, use the context menu on Administrative Templates to add a new template. Pick the wuau.adm template and close the dialogs. Windows Updates should now show up.

    3. Activatge "No auto-restart for scheduled Automatic Updates Installations" and/or use a different warning interval.

On XP Home go to or create the following registry key/value HKEY_LOCAL_MACHINE \Software\Policies \Microsoft\Windows \WindowsUpdate\AU\NoAutoRebootWithLoggedOnUsers (Dword) and set it to either 0 (allow reboots) or 1 (disallow reboots).

你可能感兴趣的:(windows,XP,Microsoft,UP,Go)