PC Review


Reply
Thread Tools Rate Thread

How Do I Overcome "Access Denied" Message

 
 
Abradaxis
Guest
Posts: n/a
 
      29th Nov 2009
During a recent troubleshooting session with Microsoft, they fixed a problem
regarding errors in the . NET Framework Programs. However, after the session
was over, I noticed that Microsoft had left a number of directories on my
hard drive with very long numbers, all related to reinstalling .NET or
removing .NET. I was able to change the names of these directories, and thus
determined that they were not used for anything, but were part of the
debugging session when Microsoft took over control of my PC. When I tried to
delete them, most of them were easily disposed of. However, in one of them,
each and every folder, containing an MS Word File and a "dll" file, produced
an "Access Denied" error when I tried to delete them. Withough getting
Microsoft involved again on the same trouble ticket, how can I send these
files to the Recycle Bin and get rid of them once and for all? Thanks in
advance.


 
Reply With Quote
 
 
 
 
Shenan Stanley
Guest
Posts: n/a
 
      29th Nov 2009
Abradaxis wrote:
> During a recent troubleshooting session with Microsoft, they fixed
> a problem regarding errors in the . NET Framework Programs.
> However, after the session was over, I noticed that Microsoft had
> left a number of directories on my hard drive with very long
> numbers, all related to reinstalling .NET or removing .NET. I was
> able to change the names of these directories, and thus determined
> that they were not used for anything, but were part of the
> debugging session when Microsoft took over control of my PC. When I
> tried to delete them, most of them were easily disposed of.
> However, in one of them, each and every folder, containing an MS
> Word File and a "dll" file, produced an "Access Denied" error when
> I tried to delete them. Withough getting Microsoft involved again
> on the same trouble ticket, how can I send these files to the
> Recycle Bin and get rid of them once and for all? Thanks in
> advance.


This is just a 'tidy' thing.

Those folders may/may not have had anything to do with the remote session.

http://groups.google.com/group/micro...728a2763e4546/

That is a long discussion about them and how to get rid of them. Taking
Ownership and deleting works, Unlocker might work, etc.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
Pegasus [MVP]
Guest
Posts: n/a
 
      29th Nov 2009

"Abradaxis" <(E-Mail Removed)> wrote in message
news:up0%(E-Mail Removed)...
> During a recent troubleshooting session with Microsoft, they fixed a
> problem regarding errors in the . NET Framework Programs. However, after
> the session was over, I noticed that Microsoft had left a number of
> directories on my hard drive with very long numbers, all related to
> reinstalling .NET or removing .NET. I was able to change the names of
> these directories, and thus determined that they were not used for
> anything, but were part of the debugging session when Microsoft took over
> control of my PC. When I tried to delete them, most of them were easily
> disposed of. However, in one of them, each and every folder, containing an
> MS Word File and a "dll" file, produced an "Access Denied" error when I
> tried to delete them. Withough getting Microsoft involved again on the
> same trouble ticket, how can I send these files to the Recycle Bin and get
> rid of them once and for all? Thanks in advance.
>


Yesterday I cleaned up several of these folders for a client. Here is my
method:
- Log on as Administrator.
- Click Start / Run
- Type the three letters cmd
- Click OK
- Type the following commands:
cd /d c:\{Enter}
cacls NameOfFolder /E /T /G everyone:F{Enter}
rd /s /q NameOfFolder{Enter}

Instead of typing out the full name of the folder, you can do this:
- Type cacls, then a space, then the first two characters of the folder.
- Press the Tab key on your keyboard. This will expand the folder name.
- If the name is correct, type the rest of the command (/E /T etc)
- If not, press the Tab key again.
Note also: The "rd" command will delete the folder permanently. You will NOT
be able to retrieve it from the Recycle Bin.


 
Reply With Quote
 
Abradaxis
Guest
Posts: n/a
 
      30th Nov 2009
Thank you, but I'll try the next suggestion.
"Shenan Stanley" <(E-Mail Removed)> wrote in message
news:%23r75b%(E-Mail Removed)...
> Abradaxis wrote:
>> During a recent troubleshooting session with Microsoft, they fixed
>> a problem regarding errors in the . NET Framework Programs.
>> However, after the session was over, I noticed that Microsoft had
>> left a number of directories on my hard drive with very long
>> numbers, all related to reinstalling .NET or removing .NET. I was
>> able to change the names of these directories, and thus determined
>> that they were not used for anything, but were part of the
>> debugging session when Microsoft took over control of my PC. When I
>> tried to delete them, most of them were easily disposed of.
>> However, in one of them, each and every folder, containing an MS
>> Word File and a "dll" file, produced an "Access Denied" error when
>> I tried to delete them. Withough getting Microsoft involved again
>> on the same trouble ticket, how can I send these files to the
>> Recycle Bin and get rid of them once and for all? Thanks in
>> advance.

>
> This is just a 'tidy' thing.
>
> Those folders may/may not have had anything to do with the remote session.
>
> http://groups.google.com/group/micro...728a2763e4546/
>
> That is a long discussion about them and how to get rid of them. Taking
> Ownership and deleting works, Unlocker might work, etc.
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
>



 
Reply With Quote
 
Abradaxis
Guest
Posts: n/a
 
      30th Nov 2009
Thank you. It worked like a charm.
"Pegasus [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Abradaxis" <(E-Mail Removed)> wrote in message
> news:up0%(E-Mail Removed)...
>> During a recent troubleshooting session with Microsoft, they fixed a
>> problem regarding errors in the . NET Framework Programs. However, after
>> the session was over, I noticed that Microsoft had left a number of
>> directories on my hard drive with very long numbers, all related to
>> reinstalling .NET or removing .NET. I was able to change the names of
>> these directories, and thus determined that they were not used for
>> anything, but were part of the debugging session when Microsoft took over
>> control of my PC. When I tried to delete them, most of them were easily
>> disposed of. However, in one of them, each and every folder, containing
>> an MS Word File and a "dll" file, produced an "Access Denied" error when
>> I tried to delete them. Withough getting Microsoft involved again on the
>> same trouble ticket, how can I send these files to the Recycle Bin and
>> get rid of them once and for all? Thanks in advance.
>>

>
> Yesterday I cleaned up several of these folders for a client. Here is my
> method:
> - Log on as Administrator.
> - Click Start / Run
> - Type the three letters cmd
> - Click OK
> - Type the following commands:
> cd /d c:\{Enter}
> cacls NameOfFolder /E /T /G everyone:F{Enter}
> rd /s /q NameOfFolder{Enter}
>
> Instead of typing out the full name of the folder, you can do this:
> - Type cacls, then a space, then the first two characters of the folder.
> - Press the Tab key on your keyboard. This will expand the folder name.
> - If the name is correct, type the rest of the command (/E /T etc)
> - If not, press the Tab key again.
> Note also: The "rd" command will delete the folder permanently. You will
> NOT be able to retrieve it from the Recycle Bin.
>



 
Reply With Quote
 
Pegasus [MVP]
Guest
Posts: n/a
 
      30th Nov 2009


"Abradaxis" <(E-Mail Removed)> wrote in message
news:uVBiB$(E-Mail Removed)...
> Thank you. It worked like a charm.


Thanks for the feedback.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
How do I overcome the "Cannot open file" message when linking to a remote server Dave Microsoft Access 0 28th Apr 2006 04:20 PM
"Access Denied" or "Permission Denied" Scripting Error Messages =?Utf-8?B?S2lyYW4gTWVuZG9u?= Windows XP Internet Explorer 2 4th Feb 2005 05:43 PM
"Access Denied" or "Permission Denied" Scripting Error Messages If Automatic Configuration Customizes Zone Settings =?Utf-8?B?VkFOSUxMQQ==?= Windows XP Internet Explorer 0 3rd Mar 2004 11:11 AM
"Access Denied" or "Permission Denied" Scripting Error Messages If Automatic Configuration Customizes Zone Settings =?Utf-8?B?VkFOSUxMQQ==?= Windows XP Internet Explorer 0 3rd Mar 2004 11:11 AM
Re: How can I get a login prompt instead of "Access Denied" message when accessing a share? Bruce Chambers Windows XP Help 0 1st Jul 2003 04:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:17 PM.