Author: caldercay
Subject: autoruns 11.6.2 bug? truncates SZ values
Posted: 07 August 2013 at 6:35pm
I recently used autoruns (11.6.2) to disable some entries (which i eventually re-enabled).
Suddenly, my mapped drives didn't work (and my shared subdir wasn't available to external users).
Turns out these two Registry values got truncated:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\HwOrder]
I found this post:
http://forum.sysinternals.com/curious-windows-7-issue-connecting-to-unc_topic25113.html
... which led me to this post:
http://forum.sysinternals.com/bug-in-autoruns-v1004_topic24297.html
Looks like autoruns is *still* broken.
Edited by caldercay - 20 hours 19 minutes ago at 6:41pm
Subject: autoruns 11.6.2 bug? truncates SZ values
Posted: 07 August 2013 at 6:35pm
I recently used autoruns (11.6.2) to disable some entries (which i eventually re-enabled).
Suddenly, my mapped drives didn't work (and my shared subdir wasn't available to external users).
Turns out these two Registry values got truncated:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\HwOrder]
"ProviderOrder"="SnacNp"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order]
"ProviderOrder"="SnacNp"
.......... they should be this:
.......... they should be this:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\HwOrder]
"ProviderOrder"="SnacNp,RDPNP,LanmanWorkstation,webclient,PGPpwflt"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order]
"ProviderOrder"="SnacNp,RDPNP,LanmanWorkstation,webclient,PGPpwflt"
.I found this post:
http://forum.sysinternals.com/curious-windows-7-issue-connecting-to-unc_topic25113.html
... which led me to this post:
http://forum.sysinternals.com/bug-in-autoruns-v1004_topic24297.html
Looks like autoruns is *still* broken.
Edited by caldercay - 20 hours 19 minutes ago at 6:41pm