Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista File Management > Re: Cannot delete folder on my Vista desktop - Access Denied

Reply
Thread Tools Display Modes

Re: Cannot delete folder on my Vista desktop - Access Denied

 
 
R. C. White, MVP
Guest
Posts: n/a

 
      12-22-2006
Hi, Sandy.

I know nothing of networks, unless we count the Internet. But I've been
using microcomputers (does that term date me?) since before MS-DOS, and
modern versions of some of the old DOS tricks still work better than the UI.
;<)

Open a Command Prompt window and use the Remove Directory (or rmdir or just
rd) command. A folder (directory) is not a file, so the Delete command
doesn't work. You must Remove a Directory, not Delete it. If the directory
is not empty, you will see an error message. But if you append the /s
switch to the rd command, it will delete the ENTIRE directory tree,
including all subdirectories and files. So, to eliminate a folder named
\Total, you would type at the Command Prompt line:

rd \Total /s

Then answer Yes to the Are you sure? question. You can bypass that question
by adding /q to the rd command.

As usual in the Command Prompt window, type the command followed by /? to
see a mini-Help file: rd /?

This assumes you have permission to remove that \Total folder, of course.
And you may need to run the Command Prompt as Administrator.

RC
--
R. C. White, CPA
San Marcos, TX

Microsoft Windows MVP
(Running Windows Mail 7.0 in Vista Ultimate x64)

"Sandy Wood" <> wrote in message
news:F1995F7D-D14B-4252-A003-...
>I downloaded some app software to my Vista Desktop and after copying it to
> our network app location I tried to delete the folder. I received an error
>
> Destination Folder Access Denied - You need to confirm this operation.
>
> I've clicked Continue but the prompt keeps returning.
>
> The work-around I've found is to open the folder and first, delete
> everything inside the folder, navigate back to the Desktop and then I can
> delete the folder.
> --
> Sandy Wood
> Orange County District Attorney


 
Reply With Quote
 
 
 
 
George
Guest
Posts: n/a

 
      03-11-2007
Hi R. C. White,

------ MR WHITE'S SOLUTION does WORK ------


Yes, your solution does work.
As a matter of fact, even with no files in a folder, and using the Command
Prompt Here, one cannot delete the folder UNLESS the /s option is appended to
rd.

Accessing the same network computer via an XP computer, I can just use the
Windows commands to delete a folder. You'd think there would be a similar
action with Vista (or at least a delete after a warning).

It would be great if you could invent a way to use the Windows mode commands
as they exist (instead of the command prompt).

Thanks,


--
George in NS


"R. C. White, MVP" wrote:

>
> rd \Total /s
>
> Then answer Yes to the Are you sure? question. You can bypass that question
> by adding /q to the rd command.
>
> As usual in the Command Prompt window, type the command followed by /? to
> see a mini-Help file: rd /?
>
> This assumes you have permission to remove that \Total folder, of course.
> And you may need to run the Command Prompt as Administrator.
>
> RC
> --
> R. C. White, CPA
> San Marcos, TX
>
> Microsoft Windows MVP
> (Running Windows Mail 7.0 in Vista Ultimate x64)
>
> "Sandy Wood" <> wrote in message
> news:F1995F7D-D14B-4252-A003-...
> >I downloaded some app software to my Vista Desktop and after copying it to
> > our network app location I tried to delete the folder. I received an error
> >
> > Destination Folder Access Denied - You need to confirm this operation.
> >
> > I've clicked Continue but the prompt keeps returning.
> >
> > The work-around I've found is to open the folder and first, delete
> > everything inside the folder, navigate back to the Desktop and then I can
> > delete the folder.
> > --
> > Sandy Wood
> > Orange County District Attorney

>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot delete a prgram\access denied bspeed Windows Vista Administration 2 03-10-2012 08:02 PM
How to Delete a System File in Windows Vista...Access Denied when in System32 Jason Windows Vista Performance 4 02-21-2010 01:57 PM
Need to delete \csc Folder, "Access Denied" even in safe mode Ben Windows Vista General Discussion 2 05-19-2007 02:53 PM
Re: Cannot delete folder on my Vista desktop - Access Denied Nigel Molesworth Windows Vista File Management 0 02-09-2007 10:09 PM
Re: Cannot delete folder on my Vista desktop - Access Denied Christian Dreiner Windows Vista File Management 2 12-21-2006 09:39 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59