I created a symlink using mklink. Now I need to change it but I can't figure out how to delete it so I can recreate it correctly.
|
| ||||
|
feedback
|
|
MKLINK cannot be used to delete symbolic links. To remove a symbolic link, simply delete them as if you’re removing a normal file. For example, to delete the foo symbolic link created above, enter the following command: C:\test>del foo | |||||||||
feedback
|
|
Be very careful. If you have a symbolic link that is a directory (made with
| |||||||||
feedback
|
|
For a symlink to a file, use | |||
|
feedback
|
|
To remove directory symbolic links created with | ||||
|
feedback
|