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

Resolving CRM Error Upon Login

Symptom: Error Message when trying to login to CRM [caption id="attachment_7481" align="alignnone" width="237"] INVALID ACTION[/caption]…

PowerShell: Script to Stop, Start, Disable, and Enable Exchange Server

<#This script contains a set of functions to administer Exchange 2010, 2013, 2016, and 3000.…

Active Directory: Helpdesk Admins Group Creation

Why? Give your helpdesk team the ability to manage user accounts in the domain without…