Skip to content

Instantly share code, notes, and snippets.

@luclu7
Last active December 10, 2024 13:17
Show Gist options
  • 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