Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

TaskKill App List

Posted on October 15, 2013October 26, 2015 By David Kittell
taskkill /f /im pdfpro7hook.exe
taskkill /f /im searchprotocolhost.exe
taskkill /f /im sgnmaster.exe
taskkill /f /im apmsgfwd.exe
taskkill /f /im apntex.exe
taskkill /f /im apoint.exe
taskkill /f /im jusched.exe
taskkill /f /im openvpn-gui.exe
taskkill /f /im shstat.exe
taskkill /f /im udaterui.exe
taskkill /f /im hidfind.exe
taskkill /f /im hkcmd.exe
taskkill /f /im msosync.exe
taskkill /f /im mobsync.exe
taskkill /f /im SyncSharpV2.1.exe
taskkill /f /im adobearmservice.exe
taskkill /f /im adobeflashplayerupdatesvc.exe
taskkill /f /im gupdate.exe
taskkill /f /im gupdatem.exe
taskkill /f /im fax.exe
Originally Posted on October 15, 2013
Last Updated on October 26, 2015
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code Windows Batch

Post navigation

Previous post
Next post

Related Posts

Unix Change Static IP

Posted on November 5, 2015December 29, 2015

It is best to do this on the machine itself and not remotely as you will lose connection. sudo cp /etc/network/interfaces /etc/network/interfaces.`date +"%m-%d-%Y_%I-%M-%S"` sudo sed -i ‘s|address 192.168.1.16|address 10.1.1.16|’ /etc/network/interfaces sudo sed -i ‘s|netmask 255.255.255.0|netmask 255.255.0.0|’ /etc/network/interfaces sudo sed -i ‘s|gateway 192.168.1.1|gateway 10.1.1.1|’ /etc/network/interfaces sudo service resolvconf restart sudo /etc/init.d/networking…

Read More

Product Key

Posted on November 17, 2014October 26, 2015

This function can be used for various tasks but I happen to use it to make product keys cleaner or easier to read. public static string sProductKey(string sRawText, int nLength) { string sFinal = ""; for (int i = 0; i <= sRawText.Length; i += nLength) { if (i +…

Read More

FormatDateTime Function

Posted on August 21, 2013October 26, 2015

This is a default function within VBScript that should work in any VBScript situation. FormatDateTime(date,format) Date is required and has to be in a valid format but easily can accept date() or now() Date() would only display the current date where now() would be date and time. Format would be…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes