I believe in Windows Vista, we could use linkd command. However, I cannot find this command in Windows 7. I know I can use Windows Explorer and delete the junction, but I wonder if this can be done in command prompt.

While I can use mklink command to create a junction from a command prompt, so, what is the opposite of it (something like linkd)?

link|improve this question
feedback

1 Answer

up vote 8 down vote accepted

Delete junctions with rmdir (rd). Works in all Windows versions.

link|improve this answer
@gravity, thanks! rd works while del does not. – Nord May 19 '11 at 5:45
Owh.. I mean @grawity (not @gravity) in my previous comment. Please accept my apology. – Nord May 19 '11 at 5:53
As a Linux user I really struggled to find this. Thanks so much! – Jonathon Reinhart Oct 28 '11 at 1:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.