|
| |||||||||
| Tags: delete, denied |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Cannot delete folder on my Vista desktop - Access Denied
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 |
|
#2
| |||
| |||
| 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... >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 |
|
#3
| |||
| |||
| 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: > 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... > >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 > > |
|
#4
| |||
| |||
| Re: Cannot delete folder on my Vista desktop - Access Denied
It is "Sandy Wood" <sandy.wood@nospam.com> wrote in message news:DE54D554-D49A-45AD-B337-4122002CDD95@microsoft.com... > Interesting. I thought RTM was basically the final? > -- > Sandy Wood > Orange County District Attorney > > > "Christian Dreiner" wrote: > >> 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... >> >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 >> >> |
|
#5
| |||
| |||
| 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... >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 |
|
#6
| |||
| |||
| 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: >Destination Folder Access Denied Isn't this an ownership issue? -- Nigel M |
|
#7
| |||
| |||
| 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: > > 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... > >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 > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Cannot delete folder on my Vista desktop - Access Denied" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to delete read-only attribute folder - access denied | Regine | Windows Security | 9 | 09-04-2011 09:18 AM |
| How to delete an access denied folder | ARTHUR18 | Windows Software | 5 | 23-02-2011 02:39 PM |
| Access Denied while trying to delete a folder in windows 7 | cobra55 | Operating Systems | 3 | 06-01-2011 05:54 PM |
| Sharing Vista folder in XP: 'access denied' for a folder I create | riffwraith | Windows Vista Network | 3 | 26-08-2009 05:46 PM |
| Access Denied to create new folder in Vista | Dwij | Operating Systems | 2 | 27-06-2009 07:54 PM |