From ae9fcc91f9bf2f4c2b2f1a3581e728dc7017467a Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 24 Aug 2019 15:49:08 +0200 Subject: [PATCH] Typo in README.md --- Fork_Bomb/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fork_Bomb/README.md b/Fork_Bomb/README.md index 6340ca2..ad16221 100644 --- a/Fork_Bomb/README.md +++ b/Fork_Bomb/README.md @@ -11,9 +11,9 @@ 3. Exits # Additional information: -- the `for /l %%x in (0, 0, 0) do start` command will run indefinetly if you want to limit number of cmd instances that will be started change like this: +- The `for /l %%x in (0, 0, 0) do start` command will run indefinitely. If you want to limit number of cmd instances change it like this(this will start 10 instances): ```for /l %%x in (1, 1, 10) do start``` -- When using Persistent_Fork_Bomb it usually takes few seconds to get started, this depends on hw and how many other programs are in Startup directory. Still this might be hard to remove, if are unable to remove it using windows, try to boot another OS(for example debian from live USB https://www.debian.org/CD/live/), then connect it to the disk with Windows installed on it, and you should be able to remove fork.bat from Startup(This won't work if disk with Windows is encrypted). +- When using Persistent_Fork_Bomb it usually takes few seconds to get started, this depends on hw and how many other programs are in Startup directory. Still this might be hard to remove. If you are unable to remove it using Windows, try to boot another OS(for example debian from live USB https://www.debian.org/CD/live/), then connect it to the disk with Windows installed on it, and you should be able to remove fork.bat from Startup(This won't work if disk with Windows is encrypted). # Credits - Fork_Bomb: BlackBoot