Jump to content

anson

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by anson

  1. This seems to work as an alternative to clear log files. Any thoughts? @echo off FOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%V IF (%adminTest%)==(Access) goto theEnd for /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :do_clear "%%G") goto theEnd :do_clear echo clearing %1 wevtutil.exe cl %1 goto :eof :theEnd Comes from this site. http://www.ocztechnologyforum.com/forum/archive/index.php/t-73686.html
  2. I was able to delete it using Malwarebytes and recreated a text file with the same name, but the problem persists.
  3. My Update log is many lines (100Kb) When I try to delete it I get this message: "This Action can't be completed because the file is open in Application Experience" What is Application Experience and how do I sort this problem?
  4. My problem was that it hangs on run. But after reading your question I find that it hangs on analyse also.
  5. Not that I am aware. No programs are running. Also if I install version 3.06 the it runs with windows log files ticked without any problem.
  6. I use a laptop running Windows 7 32 bit and have been using ccleaner for years with no problems until 3.07 and 3.08. Now when trying to run either of those with Windows log files ticked the scan stalls at about 35%. If I untick it then the run completes. I have tried various methods of deleting these log files elsewhere including TweakNow but it has no effect. Short of doing a Windows 7 repair is there any way I can rectify this?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.