Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista File Management

Notices

Reply

Cannot delete folder on my Vista desktop - Access Denied

 

LinkBack Thread Tools Display Modes
Old 12-21-2006, 08:59 PM   #1 (permalink)
Default Re: Cannot delete folder on my Vista desktop - Access Denied

Same to me, you cannot delete folders with folders in it. Folders with files
only do not appear to be a problem. I hope this will be solved in the final.

"Sandy Wood" <sandy.wood@nospam.com> schrieb im Newsbeitrag
news:F1995F7D-D14B-4252-A003-B8FBF9B7D1B8@microsoft.com...
Quote:
>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
Christian Dreiner
Guest
 
Posts: n/a
Reply With Quote  
Old 12-21-2006, 09:05 PM   #2 (permalink)
Default Re: Cannot delete folder on my Vista desktop - Access Denied

Interesting. I thought RTM was basically the final?
--
Sandy Wood
Orange County District Attorney


"Christian Dreiner" wrote:
Quote:
> Same to me, you cannot delete folders with folders in it. Folders with files
> only do not appear to be a problem. I hope this will be solved in the final.
>
> "Sandy Wood" <sandy.wood@nospam.com> schrieb im Newsbeitrag
> news:F1995F7D-D14B-4252-A003-B8FBF9B7D1B8@microsoft.com...
Quote:
> >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
>
>
Sandy Wood
Guest
 
Posts: n/a
Reply With Quote  
Old 12-21-2006, 09:39 PM   #3 (permalink)
Default Re: Cannot delete folder on my Vista desktop - Access Denied

It is

"Sandy Wood" <sandy.wood@nospam.com> wrote in message
newsE54D554-D49A-45AD-B337-4122002CDD95@microsoft.com...
Quote:
> Interesting. I thought RTM was basically the final?
> --
> Sandy Wood
> Orange County District Attorney
>
>
> "Christian Dreiner" wrote:
>
Quote:
>> Same to me, you cannot delete folders with folders in it. Folders with
>> files
>> only do not appear to be a problem. I hope this will be solved in the
>> final.
>>
>> "Sandy Wood" <sandy.wood@nospam.com> schrieb im Newsbeitrag
>> news:F1995F7D-D14B-4252-A003-B8FBF9B7D1B8@microsoft.com...
Quote:
>> >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
>>
>>
Jeff
Guest
 
Posts: n/a
Reply With Quote  
Old 12-22-2006, 03:18 PM   #4 (permalink)
Default Re: Cannot delete folder on my Vista desktop - Access Denied

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
rc@grandecom.net
Microsoft Windows MVP
(Running Windows Mail 7.0 in Vista Ultimate x64)

"Sandy Wood" <sandy.wood@nospam.com> wrote in message
news:F1995F7D-D14B-4252-A003-B8FBF9B7D1B8@microsoft.com...
Quote:
>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
R. C. White, MVP
Guest
 
Posts: n/a
Reply With Quote  
Old 02-09-2007, 10:09 PM   #5 (permalink)
Default Re: Cannot delete folder on my Vista desktop - Access Denied

On Thu, 21 Dec 2006 13:43:00 -0800, Sandy Wood <sandy.wood@nospam.com>
wrote:
Quote:
>Destination Folder Access Denied
Isn't this an ownership issue?

--
Nigel M
Nigel Molesworth
Guest
 
Posts: n/a
Reply With Quote  
Old 03-11-2007, 11:17 PM   #6 (permalink)
Default Re: Cannot delete folder on my Vista desktop - Access Denied

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:
Quote:
>
> 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
> rc@grandecom.net
> Microsoft Windows MVP
> (Running Windows Mail 7.0 in Vista Ultimate x64)
>
> "Sandy Wood" <sandy.wood@nospam.com> wrote in message
> news:F1995F7D-D14B-4252-A003-B8FBF9B7D1B8@microsoft.com...
Quote:
> >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
>
George
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Access Denied in Profile Folders? GeekUnit Windows Vista File Management 5 12-14-2006 02:21 PM
User Folder Folders - Access Denied Synapse Syndrome Windows Vista File Management 6 12-05-2006 04:53 AM
Suddenly Getting Access Denied on Vista PC From Other PCs Alfred Kelgarries Windows Vista Networking & Sharing 0 07-12-2006 04:06 PM
Write file is access denied. hsphuah@usa.com Windows Vista File Management 1 07-04-2006 02:14 AM
Autorun Access Denied? Dr. Gonzo Windows Vista Games 0 06-14-2006 07:31 AM


All times are GMT. The time now is 10:58 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90