4

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?

Jin Kwon
  • 336

6 Answers6

24

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.
3

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

Hopefully this helps :D

0

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

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

cd C:\Users\YourName\OneDrive\Desktop
0

Find Desktop file in My PC folder -> right click - Properties -> copy the path given -> then give this command "cd path-copied"

Found this late but can be helpful!!

Thanks

0

easy way to fix this issue

cd  /d d:

enter image description here

willie
  • 1,248
-1

Follow this, 'cd OneDrive' (Check in general properties for desktop folder.) -Then, cd Desktop. C:\Users\you\OneDrive\Desktop>