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?
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?
Your Desktop directory has been moved to a different location. To find its new location:
This solution might be late but you have to write: cd onedrive then cd desktop
Hopefully this helps :D
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
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
Follow this,
'cd OneDrive' (Check in general properties for desktop folder.)
-Then,
cd Desktop.
C:\Users\you\OneDrive\Desktop>