Posted On March 31, 2019

Fix Fast Logon Issue Causing H:\ Drive Not Being Mapped

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Fix Fast Logon Issue Causing H:\ Drive Not Being Mapped
a. Click Start, click Run, type REGEDIT, and then click OK.
b. Locate and click the following registry subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\NetCache
c. Click Edit, point to New, and then click DWORD Value.
d. Type SilentForcedAutoReconnect , and then press ENTER to name the value.
e. Double-click SilentForcedAutoReconnect .
f. In the Value data box, type 1, and then click OK.

Leave a Reply

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

Related Post

PowerShell: Audit Domain Controller Certificates

function auditDcCerts{ try{ write-host "Gathering Domain Controller Names..." Import-Module ActiveDirectory $osInfo = Get-CimInstance -ClassName Win32_OperatingSystem…

Transfer DHCP Scopes Between Windows Servers

When a new DHCP server is introduced into the system, it's often necessary to configure…

Some Windows Tools

Change Office Product Key 2003 2007http://support.microsoft.com/kb/895456 How to enable Remote desktop remotely (another article on…