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

PowerShell: Query Google Account Using GAM

$emailAddress='[email protected]' $field='accounts:last_login_time' function getGamUser{ param( $emailAddress, $field ) $result=try{gam report users user $emailAddress}catch{} if($result){ $headers=$result[0]…

Set NTP on Primary Domain Controller

Intro: Here is some general information to on the network time synchronization protocol (NTP) topic:…

FreeNAS

Features: OpenVNP plugin https://joepaetzel.com/2013/09/22/openvpn-on-freenas-9-1/ FTP server Web server SAMBA etc.   How to install: -…