UNC: Universal Naming Convention
#genpage
A UNC (Universal Naming Convention) path is a standard syntax used in Windows and other operating systems to specify the location of a network resource such as a shared folder, file, or printer without needing to map a network drive letter (like Z:).
Think of it as a "web URL" for your local network.
table:Type
Target, Example UNC Path
A Shared Folder, \\FileServer01\Marketing
A Specific File, \\192.168.1.50\Public\Drafts\Project_Alpha.docx
A Network Printer, \\OfficePrintServer\HP_LaserJet_4thFloor
An Administrative Share, "\\MyDesktop\C$ (Accesses the entire C: drive, requires admin rights)"