Jump to content

TheWebAtom

Experienced Members
  • Posts

    577
  • Joined

  • Last visited

Everything posted by TheWebAtom

  1. I'm sure this is already on Piriform's todo list. The changes between versions are heavy, so a solid month of development and testing might be needed.
  2. It should. Then Piriform could release an app called CCleanerCleaner, which removes log files produced by CCleaner.
  3. That directory stores both complete and in-progress torrents. There is no way CCleaner can distinguish between them.
  4. I've owned three USB tv adapters. None have worked.
  5. Oh that's pretty. Pretty enough for me to switch back to Firefox
  6. Decisions, not options.You can thank Apple for that design philosophy.
  7. Let's be honest: as a programming language, Java is actually quite pleasant. (forgive me for I have sinned)
  8. Java is still the most used programming language in Industry, at least in Australia. It's also the de facto standard for software engineering/computer science classes for (at least) the first two years. We may hate it, but Java isn't going anywhere. Not to mention Android, which almost exclusively uses Java for app development. To describe one of the most dominant languages of the past two decades as "a fad" borders on ridiculous.
  9. cPanel's SSH interface still requires Java, as do the multiple Java programming courses that uni insists I complete.
  10. Should make a game out of it. Award prizes to whoever can remove the most JRE installs in a single month.
  11. He means he's written a small application in C# (a .NET based programming language) and is programatically calling "CCleaner.exe \AUTO" GeCe; you could try something like this to circumvent the issue you describe. private void StartCCleanerSilent() { System.Diagnostics.ProcessStartInfo ccleaner = new System.Diagnostics.ProcessStartInfo(); ccleaner.FileName = ("C:\\ProgramFile\\CCleaner.exe"); ccleaner.Arguments = ("\\AUTO"); ccleaner.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden; ccleaner.UseShellExecute = true; System.Diagnostics.Process.Start(ccleaner); } My C# is a little rusty; but something along those lines should do the trick.
  12. This whole debacle reminds me of the plot of Dan Brown's 1998 thriller, Digital Fortress.
  13. Not sure about Piriform, but I use Inno Setup for my software titles. It's great.
  14. The slim version doesn't offer to install Google Chrome
  15. shadeclan; CCleaner doesn't check services, but all the usual suspects (HKCU:Run, HKCU:RunOnce, HKLM:Run, HKLM:RunOnce; BHO, Scheduled Tasks, %appdata%\Microsoft\Windows\Start Menu\Programs\Startup\) are scanned. I'm not 100% sure whether C:\Windows\Tasks and C:\Windows\System32\Tasks are detected.
  16. It's like CCleaner, but hundreds of megabytes bigger.
  17. Alan has a good point. *.ini file syntax isn't standardized or formally defined, so adding support for a wide range of syntax dialects and weird edge cases (see also: winapp2.ini) would be essentially impossible.
  18. If you only want a laptop for Google Docs and web browsing, then the Chromebook was created almost specifically for you.
  19. CCleaner doesn't comply with Apple's sandbox requirements (it's able to delete other files in the file system) and, as a result; new versions are not permitted to be uploaded there.
  20. That's really cool. I clicked on a few of the "updated articles" and found that most of the edits were commercial spam. I wonder how they keep track of such huge volumes of low quality changes.
  21. Actually, it's kept remarkably up-to-date on web standards. The latest version is running Gecko 19, the same layout engine as the current Firefox version. I suspect Mozilla are using it as a testing-ground of sorts.
  22. Dude.... that was harsh... *adjusts baseball cap*
  23. Harsh, but true. Even as an iOS user, I have no respect for someone who registers to a forum just to post something like that, without any justification for why they feel that way.
×
×
  • Create New...

Important Information

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