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.