UNC paths in windows command prompt

This one comes in handy from time to time…

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"DisableUNCCheck"=dword:00000001

It enables you to run a process defined by a UNC path through the command processor, or through your code (CreateProcess) for that matter.

Leave a Reply

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