Windows: Difference between revisions

893 bytes added ,  14 June 2020
Line 59: Line 59:
* Go under <code>Windows Logs</code>-<code>System</code>.
* Go under <code>Windows Logs</code>-<code>System</code>.
* Filter with Event sources: User32
* Filter with Event sources: User32
==Windows Update==
===Prevent Auto-restarts===
Auto-restarts are pretty annoying. They happen even if you're doing something such as training a model. 
See the long complaint thread at [https://answers.microsoft.com/en-us/windows/forum/all/disable-windows-10-automatic-restart-after-updates/16f1826d-a796-4de8-ac99-1d625420d265?auth=1 https://answers.microsoft.com/en-us/windows/forum/all/disable-windows-10-automatic-restart-after-updates/16f1826d-a796-4de8-ac99-1d625420d265?auth=1].
# Run <code>gpedit.msc</code>
# In the Local Group Policy Editor, go to
#:<pre>Computer Configuration -> Administrative Templates-> Windows Components-> Windows Update</pre>
# Double-click on “No auto-restart with automatic installations of scheduled updates”.
# Select "Enabled", and then click "OK".
;Notes
* I'm not 100% sure if this works.
* Group policies are only available on Windows 10 Pro.