Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.04 KB

readme.md

File metadata and controls

20 lines (18 loc) · 1.04 KB

PLEASE READ

Software will trigger windows defender if not compiled yourself, this is due to it scanning through your files, especially at the speeds its supposed too


Options:

  • Folder (First prompt): Folder to scan (scans subfolders)
  • Text (Second prompt): Text to find in folder
  • Yes/No (Third prompt): Enables case-sensitivity for searches
  • Yes/No (Fourth prompt): Counts amount of files (Disable when searching massive quantities of files)
  • Yes/No (Fifth prompt): Shows file in explorer when found (Disable when expecting a large amount of found items)

Defaults:

  • Folder (First prompt): Executable directory
  • Text (Second prompt): Hello World
  • Yes/No (Third prompt): No
  • Yes/No (Fourth prompt): Yes
  • Yes/No (Fifth prompt): No

Developer refrence:

Program.old is the unmaintained non-threaded version, I am keeping it incase if ever needed (Im a horder)
The threaded version, while yes is much faster, makes Antimalware Service Executable go crazy due to how fast its scanning through files. Also prob will take a ton of your CPU up