Go Back   TechArena Community > Technical Support > Computer Help > Window 2000 Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags:

Sponsored Links



Problem deleting Temporary Internet Files from Temp Folder

Window 2000 Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 05-01-2009
DaffyDŽ
 
Posts: n/a
Problem deleting Temporary Internet Files from Temp Folder

In my "C:\Documents and Settings\administrator\Local Settings\Temp" folder
there's a Temporary Internet Files folder which I like to delete when I
clean up the temp folder. Usually I can delete this TIF folder. However,
recently I've been unable to. I get an error message stating "Cannot delete
HUMORB~1: Cannot find the specified file. Make sure you specify the correct
path and filename." Any help would be appreciated.


Reply With Quote
  #2  
Old 05-01-2009
DaffyDŽ
 
Posts: n/a
Re: Problem deleting Temporary Internet Files from Temp Folder

The files in question are:
"humorbizarre_humor;300x250;kl=n;klg=en;kt=k;dcdupd=1;kga=1;kr=f;kw=Euphie+p
arody;
kgg=1;kcr=us;kymd=ad_creative1;title=1;decopt=ist;ord=5157712100783187[1]"
and

"humorbizarre_humor;300x250;kl=n;klg=en;kt=k;dcdupd=1;kga=1;kr=f;kw=Euphy+pa
rody;
kgg=1;kcr=us;kymd=ad_creative1;title=1;decopt=ist;ord=279243798799475[1].03"

Is it possible to delete these files in MS-DOS? If so, how would I locate
them? Right clicking on Properties displays the message "The properties for
this item are not available." I also can't rename or delete them
individually.

"DaffyDŽ" <daffyd@woohoo.com> wrote in message
news:e1kySArbJHA.1272@TK2MSFTNGP04.phx.gbl...
> In my "C:\Documents and Settings\administrator\Local Settings\Temp" folder
> there's a Temporary Internet Files folder which I like to delete when I
> clean up the temp folder. Usually I can delete this TIF folder. However,
> recently I've been unable to. I get an error message stating "Cannot

delete
> HUMORB~1: Cannot find the specified file. Make sure you specify the

correct
> path and filename." Any help would be appreciated.
>
>



Reply With Quote
  #3  
Old 05-01-2009
Dave Patrick
 
Posts: n/a
Re: Problem deleting Temporary Internet Files from Temp Folder

Try using;

IE|Tools|Internet Options|General|Delete Files


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"DaffyDŽ" wrote:
> In my "C:\Documents and Settings\administrator\Local Settings\Temp" folder
> there's a Temporary Internet Files folder which I like to delete when I
> clean up the temp folder. Usually I can delete this TIF folder. However,
> recently I've been unable to. I get an error message stating "Cannot
> delete
> HUMORB~1: Cannot find the specified file. Make sure you specify the
> correct
> path and filename." Any help would be appreciated.
>
>


Reply With Quote
  #4  
Old 05-01-2009
DaffyDŽ
 
Posts: n/a
Re: Problem deleting Temporary Internet Files from Temp Folder

I still get the same error message about "HUMORB~1". I just tried deleting
it using the command prompt but the files u got the message "file not
found".

"Dave Patrick" <DSPatrick@nospam.gmail.com> wrote in message
news:eMSj%23RrbJHA.4412@TK2MSFTNGP04.phx.gbl...
> Try using;
>
> IE|Tools|Internet Options|General|Delete Files
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> "DaffyDŽ" wrote:
> > In my "C:\Documents and Settings\administrator\Local Settings\Temp"

folder
> > there's a Temporary Internet Files folder which I like to delete when I
> > clean up the temp folder. Usually I can delete this TIF folder. However,
> > recently I've been unable to. I get an error message stating "Cannot
> > delete
> > HUMORB~1: Cannot find the specified file. Make sure you specify the
> > correct
> > path and filename." Any help would be appreciated.
> >
> >

>



Reply With Quote
  #5  
Old 05-01-2009
Dave Patrick
 
Posts: n/a
Re: Problem deleting Temporary Internet Files from Temp Folder

Might mean file system damage or corruption. You can run chkdsk from the
recovery console but be advised that chkdsk will attempt to repair the file
system possibly at the expense of the files themselves.

After backup you can run;
chkdsk /r
from the recovery console command line. (/r implies /f and /p)

To start the Recovery Console, start the computer from the Windows 2000
Setup CD-Rom. At the "Welcome to Setup" screen. Press F10 or R to repair a
Windows 2000 installation, and then press C to use the Recovery Console. The
Recovery Console then prompts you for the administrator password. If you do
not have the correct password, Recovery Console does not allow access to the
computer. If an incorrect password is entered three times, the Recovery
console quits and restarts the computer. Note If the registry is corrupted
or missing or no valid installations are found, the Recovery Console starts
in the root of the startup volume without requiring a password. You cannot
access any folders, but you can carry out commands such as chkdsk, fixboot,
and fixmbr for limited disk repairs. Once the password has been validated,
you have full access to the Recovery Console, but limited access to the hard
disk. You can only access the following folders on your computer: drive
root, %windir% or %systemroot%

You should also download and run a disk diagnostic utility from the drive
manufacturer's web site.




--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"DaffyDŽ" wrote:
>I still get the same error message about "HUMORB~1". I just tried deleting
> it using the command prompt but the files u got the message "file not
> found".


Reply With Quote
  #6  
Old 05-01-2009
DaffyDŽ
 
Posts: n/a
Re: Problem deleting Temporary Internet Files from Temp Folder

Thanks, Dave. I'll give it a try.

"Dave Patrick" <DSPatrick@nospam.gmail.com> wrote in message
news:ucEDJgrbJHA.4500@TK2MSFTNGP06.phx.gbl...
> Might mean file system damage or corruption. You can run chkdsk from the
> recovery console but be advised that chkdsk will attempt to repair the

file
> system possibly at the expense of the files themselves.
>
> After backup you can run;
> chkdsk /r
> from the recovery console command line. (/r implies /f and /p)
>
> To start the Recovery Console, start the computer from the Windows 2000
> Setup CD-Rom. At the "Welcome to Setup" screen. Press F10 or R to repair a
> Windows 2000 installation, and then press C to use the Recovery Console.

The
> Recovery Console then prompts you for the administrator password. If you

do
> not have the correct password, Recovery Console does not allow access to

the
> computer. If an incorrect password is entered three times, the Recovery
> console quits and restarts the computer. Note If the registry is corrupted
> or missing or no valid installations are found, the Recovery Console

starts
> in the root of the startup volume without requiring a password. You cannot
> access any folders, but you can carry out commands such as chkdsk,

fixboot,
> and fixmbr for limited disk repairs. Once the password has been validated,
> you have full access to the Recovery Console, but limited access to the

hard
> disk. You can only access the following folders on your computer: drive
> root, %windir% or %systemroot%
>
> You should also download and run a disk diagnostic utility from the drive
> manufacturer's web site.
>
>
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> "DaffyDŽ" wrote:
> >I still get the same error message about "HUMORB~1". I just tried

deleting
> > it using the command prompt but the files u got the message "file not
> > found".

>



Reply With Quote
  #7  
Old 05-01-2009
Dave Patrick
 
Posts: n/a
Re: Problem deleting Temporary Internet Files from Temp Folder

You're welcome.


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"DaffyDŽ" wrote:
> Thanks, Dave. I'll give it a try.


Reply With Quote
  #8  
Old 08-01-2009
Ben Myers
 
Posts: n/a
Re: Problem deleting Temporary Internet Files from Temp Folder

"DaffyDŽ" <daffyd@woohoo.com> wrote in message news:e1kySArbJHA.1272@TK2MSFTNGP04.phx.gbl...
> In my "C:\Documents and Settings\administrator\Local Settings\Temp" folder
> there's a Temporary Internet Files folder which I like to delete when I
> clean up the temp folder. Usually I can delete this TIF folder. However,
> recently I've been unable to. I get an error message stating "Cannot delete
> HUMORB~1: Cannot find the specified file. Make sure you specify the correct
> path and filename." Any help would be appreciated.


Try searching for the "HUMORB~1" file or folder.

Ben
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Window 2000 Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Problem deleting Temporary Internet Files from Temp Folder"
Thread Thread Starter Forum Replies Last Post
delete user junk files (temp, cookies and temp. internet files) vialogin script pheonix1t@gmail.com Active Directory 2 05-04-2010 08:34 PM
Deleting files from %temp% Richard B Rufus Windows Software 5 26-03-2010 10:41 PM
Where is my temp files folder & cookies folder? aftab1 Operating Systems 2 05-11-2008 12:58 PM
Temporary Internet Files - Folder Location AlanB Windows Update 4 13-05-2007 01:15 PM
Hidden folders in temporary internet files folder Tom Windows XP Support 13 03-06-2006 09:16 PM


All times are GMT +5.5. The time now is 11:33 AM.