Skip to content

Instantly share code, notes, and snippets.

@PProvost
Created June 22, 2009 17:02
Show Gist options
  • Save PProvost/134076 to your computer and use it in GitHub Desktop.
Save PProvost/134076 to your computer and use it in GitHub Desktop.
Disable SMS Virus on Windows
To kill/disable/prevent SMS from getting on your system:
1. Stop the CcmExec CcmFramework services (check HKLM:\System\CurrentControlSet\Services)
2. Wait until they're all down and happy
3. Delete the following folders:
x86:
\Windows\System32\CCM
\Windows\System32\CCMSetup
x64:
\Windows\System32\CCMSetup
\Windows\SysWOW64\CCM
4. Recreate the folders deleted in Step 3. Then remove ALL PERMISSIONS FROM THEM!!!
5. Disable the CcmExec and CcmFramework services.
Good to go!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment