Try this:
- Open an elevated command prompt (right-click, run as administrator)
- Type the following:
del "\\?\PATH_TO_FILE\filename"
Where PATH_TO_FILE is the full path to the file. For example, if the
file was named:
This is a really huge file
And it was located in:
c:\users\me\documents
You would type:
del "\\?\c:\users\me\documents\This is a really huge file"
--
-JB
Microsoft MVP - Windows Shell
Windows Vista Support FAQ -
http://www.jimmah.com/vista/
On Sat, 19 May 2007 20:51:01 -0700, Shalalith
<Shalalith@discussions.microsoft.com> wrote:
>I have a filename that is really long, but vista will not let me delete it.
>I have tried several other ways, but they do not work. I also cannot rename
>it so that the name is smaller. What should I do?