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?
63 Answers
Your Desktop directory has been moved to a different location. To find its new location:
- Create a new file on the Desktop
- Right-click the file and click Properties
- On the General tab make note of the file's path. It will include the Desktop directory's current location.
This solution might be late but you have to write: cd onedrive then cd desktop
Hopefully this helps :D
1Open 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