1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_posts/2005-11-10-windows-restart.markdown
2015-02-08 17:09:34 +00:00

25 lines
940 B
Markdown

---
layout: post
title: "Windows Restart"
categories: [news]
published: true
---
<img src="/images/nowindowsupdate.png" class="left" />
Relating to my <a href="http://www.pixelhum.com/archives/2005-05-26/windows-update-blues/">post in August</a> and <a href="http://binarybonsai.com">Michael's</a> <a href="http://binarybonsai.com/archives/2005/11/09/restart-windows/">recent post</a>, here is the registry fix in question. The fix prevents Windows Update from automatically restarting your machine if any users are logged in, thus preventing any data loss.
<br clear="left" />
<pre><code>Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
</code></pre>
Download: <a href="http://www.pixelhum.com/stuff/windowsupdate/aunoreboot.reg">aunoreboot.reg</a>