Help:How to delete this folder?

  • Thread starter Thread starter ayk
  • Start date Start date
A

ayk

Hello! I found that there is a folder named "COM8" in
the root of my drive E:,under it there is an child folder
named "COM8.{88c6c381-2e85-11d0-94de-444553540000}".
My question is how to delete them?
------------------------------------------------------------
 
ayk said:
Hello! I found that there is a folder named "COM8" in
the root of my drive E:,under it there is an child folder
named "COM8.{88c6c381-2e85-11d0-94de-444553540000}".
My question is how to delete them?
------------------------------------------------------------

Here is the general recipe:
- Click Start / Run / cmd {OK}
- Type this command:
rd /s /q \\.\e:\COM8.{88c6c381-2e85-11d0-94de-444553540000} {Enter}

Note that the command will permanently delete the folder. It
will NOT go into the Recycle Bin.
 
Thank's a lot!

1) rd /s /q \\.\e:\COM8\COM8.{88c6c381-2e85-11d0-94de-444553540000} {Enter}
2) rd /s /q \\.\e:\COM8 {Enter}
 
an said:
Thank you! Pegasus.
Could you please tell me why use '\\.\' before the path.

Using the syntax I gave you will circumnavigate certain
checks that the normal syntax is subject to. In your case
Windows will not check for reserved names such as COM,
LPT etc, thus allowing you to manipulate such file or
folder names.z
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top