Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
win7:registry [2016/02/22 15:32] Bernard Condrauwin7:registry [2025/10/07 13:38] (current) Bernard Condrau
Line 1: Line 1:
 ====== Registry Tweaks ====== ====== Registry Tweaks ======
 +===== How to Fix Slow Access to Network Shares =====
 +  * Create the following DWORDs in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Lanmanworkstation\Parameters and set them to zero.<code>DirectoryCacheLifetime       REG_DWORD     0x00000000 (0)
 +FileInfoCacheLifetime        REG_DWORD     0x00000000 (0)
 +FileNotFoundCacheLifetime    REG_DWORD     0x00000000 (0)</code>
 +  * [[https://www.zubairalexander.com/blog/how-to-fix-slow-access-to-network-shares/|How to Fix Slow Access to Network Shares]]
  
-===== Stop Windows from Restarting after Updates ===== +===== Disable Windows Copilot ===== 
- +  * [[https://www.youtube.com/watch?v=v7IVKso0QDA&t=11s|Disable Windows Copilot]]
-  - Start the Registry Editor, and find the following key:<code> +
-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU</code> +
-  - If you don't see the **WindowsUpdate** key, create it. Right-click on the "Windows" key in the sidebar and go to New > Key. Name the key WindowsUpdate, then right-click on that key and create a new one called **AU**. +
-  - Click on the AU key and, in the right pane, right-click on the empty space and choose New > DWORD (32-bit) Value. Name the new DWORD **NoAutoRebootWithLoggedOnUsers**, then give it a value of 1. +
-  - Reboot. +
- +
-See [[http://lifehacker.com/stop-windows-from-restarting-your-computer-after-update-509712123|Stop Windows from Restarting Your Computer After Updates]]+