Cd To C Drive -
cd C:\ or even just:
C:\Users\YourName> cd \ C:\> This command takes you from any folder on C: straight to C:\ . If your prompt shows D:\> , you are on the D: drive. You cannot jump directly to a folder on C: with just cd because you need to switch drives first. cd to c drive
D:\> C: C:\> cd \ C:\> You can combine both actions using the /D flag with the cd command. This changes both the drive and the directory in one step. cd C:\ or even just: C:\Users\YourName> cd \