Saturday, January 17, 2015

How to access c drive withour domain's member

If your system is not a member of a domain and the user account you are logged into your local system does not exist on the system you are attempting to connect to you may have to put in user credentials like this.
                                       
                                     \\machinename\c$/user:machinename\user

How to access PC hard drive over the network

                                               start>RUN>\\remotecomputersname\c$

How to access C drive to another computer in another computer

Computer IP is 192.168.1.1 and the simple file sharing is unchecked, on the PC  As I can access the c drive

                                                     RUN>\\192.168.1.1\c$       
                                                                 \\machinename\c$                                           
.
.