Can't CD to Desktop anymore

In my Windows 10 box, I can't cd to Desktop anymore.

C:\Users\me>cd Desktop
The system cannot find the path specified.
C:\Users\me>

What's wrong with my computer?

6

3 Answers

Your Desktop directory has been moved to a different location. To find its new location:

  1. Create a new file on the Desktop
  2. Right-click the file and click Properties
  3. On the General tab make note of the file's path. It will include the Desktop directory's current location.
10

This solution might be late but you have to write: cd onedrive then cd desktop

Hopefully this helps :D

1

Open the file properties and copy the path and place the path after the cd command.

For example if the path is C:\Users\\OneDrive\Desktop then the command should be:

cd C:\Users\\OneDrive\Desktop
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like