Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Disable Cracking performance lower than expected?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

After a few seconds of hashcat running a message pops up:

Cracking performance lower than expected?        
* Append -w 3 to the commandline.
  This can cause your screen to lag.
* Update your OpenCL runtime / driver the right way:
  https://hashcat.net/faq/wrongdriver
* Create more work items to make use of your parallelization power:
  https://hashcat.net/faq/morework

Is there any way to disable that, it's so annoying ??


Thanks, W.
yeah, get the source code off github, change the part of the code that does that, compile hashcat, no more message.
You can also use an undocumented feature --advice-disable
Thanks atom and Daniel,

Both solutions worked for me!!