Table of Contents

Enable and Disable UNC Path Check

It is useful to disable Windows UNC patch checking in order to be able to open a command prompt anywhere.

Enable

unc_enable.reg
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"DisableUNCCheck"=dword:00000000

Disable

unc_disable.reg
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"DisableUNCCheck"=dword:00000001