Open Command Prompt
Type `net use Z: \ComputerNameC$`
Press Enter
Enter the username and password for the remote computer if prompted
Replace `ComputerName` with the target computer name or IP address
Use `Z:` as the drive letter or choose another available letter
Type `dir Z:` to view the remote C drive contents
Type `cd /d Z:` to switch to the remote C drive
Type `net use Z: /delete` to disconnect the mapped drive
