Jump to content

supertechhawaii

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by supertechhawaii

  1. Thanks so much for all your help I got he script working perfectly.
  2. Aloha iamtheky, Thanks for you help... however, for some reason, I get an error: ERROR: The search filter cannot be recognized. Does the script need to say: taskkill /F /FI "username eq %username%" /FI "IMAGENAME ne explorer.exe" /FI "IMAGENAME ne cmd.exe" /FI "IMAGENAME NE taskkill.exe"
  3. Aloha iamtheky, Is it posible to setup 2 filters (/FI) in the same statement? taskkill /F /FI "username eq %username%" /FI "IMAGENAME ne explorer.exe" /FI "IMAGENAME ne cmd.exe" I do not want my cmd prompt to be killed when I run my taskkill. I have several more steps to run after the taskkill is finished. Thanks, Brian
  4. iamtheky, Thanks so much for the reply this works like a champ on the script I am working on thanks, supertechhawaii
  5. Aloha, I have been trying to create a taskkill script. Can someone please take a look at it and tell me what is wrong with it taskkill /F /FI "username eq %username% ne /im explorer.exe Thanks, supertechhawaii
×
×
  • Create New...