Posted On March 31, 2019

Increase the Disk Timeout On Windows Servers

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Increase the Disk Timeout On Windows Servers
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\disk]
"TimeOutValue"=dword:0000003c

Change timeout value to 10 minutes:
"TimeOutValue"=dword:00000258

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

File Services

DFS Considerations: 1. NTFS permissions still apply. One must set additional folder security settings on…

How to change product ID and install new CD Key for Windows

Regedit >> browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version >> change ProductID to new value >> exit…

VSS Error: Snapshots were found, but they were outside of your allowed context

Error: PS C:\Windows\system32> vssadmin delete shadows /for=c: /allvssadmin 1.1 - Volume Shadow Copy Service administrative…