Ian
Stole All the Forum Stars
       
 Good things come to those who wait ...
Posts: 2913
|
 |
Re: Browser/Start pages
« Reply #3 on: Oct 23rd, 2003, 11:58pm » |
Quote Modify
|
Nice work, DC. Sorry about the lingo - I ment that, since MS have gone all 'web-crazy', they seem to want to make a web-style address to everything. UNC means Universal Naming Convention and specifies how network shared resources are accessed. Since XP is a multi-user OS, the start page would have to be shared to all users. A bit off-topic, but here's an explanation of UNCs:- In order to access Network Shares you must use the remote computer's Universal Naming Convention (UNC) path. UNC paths enable you to access the Network shares of Remote computers. UNC uses a two level structure to access available resources. The first level of a Network UNC path specifies the Machine Name or the 'Server Name' of the computer on the remote network. To discover the machine name of a computer: Windows 2000 / XP / 2003 Open the Windows 'Control Panel' Select the 'System' Applet Choose the 'Computer Name' tab The Machine Name is listed in the 'Full Computer Name' area Windows 95 / 98 / Millennium / NT4 Open the Windows 'Control Panel' Select the 'Network' Applet Choose the 'Identifcation' Tab The Machine Name is listed in the 'Computer Name' entry The Machine Name is always preceeded by the prefix \\ . For example if the Computer Name of the resource you want to access is 'Inspiron' the UNC name is \\inspiron The second level of a Network UNC path specifies the remote 'Share Name' that you wish to access. To discover the name of a remote share you need to access access the Root Listing of the Remote server by simply entering only the Computer name in UNC format. This will present a list of all available shares on the remote computer. The Share name is always preceded by a \ and by the Machine Name of the computer it resides on. For example if you wish to access the network share 'Data' on the computer 'Inspiron' the UNC address is \\inspiron\data ( \\server\share ).
|