Skip to content

Instantly share code, notes, and snippets.

@luclu7
Last active August 26, 2022 15:23
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luclu7/02c5a2faafa65822d1269ff1554af4bb to your computer and use it in GitHub Desktop.
Save luclu7/02c5a2faafa65822d1269ff1554af4bb to your computer and use it in GitHub Desktop.
How to fix/remove W32/Netsha.A from your computer

How to fix/remove W32/Netsha.A from your computer

  1. Download the netsha.reg file.
  2. Open it and merge it into your registry. You must have admin permissions for this part.
  3. Now that you can launch .exe again, download and launch AVG's remover. It'll scan your whole disk to clean infected files. It can be quite long.
  4. After AVG's remover finished its job, Netsha should be gone.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"
"IsolatedCommand"="\"%1\" %*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment