Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: taskkill windowtitle no longer works.  (Read 5861 times)

0 Members and 1 Guest are viewing this topic.

fireballs

    Topic Starter


    Apprentice

  • Code:Terminal
  • Thanked: 3
    taskkill windowtitle no longer works.
    « on: August 22, 2008, 05:06:07 PM »
    since disabling UAC in vista, all my command windows now have the title Administrator: *title*.

    I used to use the code:
    Code: [Select]
    taskkill /FI "WINDOWTITLE eq *title*">Nul but that no longer works, I've also tried
    Code: [Select]
    taskkill /FI "WINDOWTITLE eq Administrator: *title*">Nul and that doesn't work either. Does anyone know what the title should be in order for taskkill to work?

    cheers

    FB
    Next time google it.

    diablo416



      Hopeful
      • Experience: Beginner
      • OS: Unknown
      Re: taskkill windowtitle no longer works.
      « Reply #1 on: August 22, 2008, 09:14:34 PM »
      Likely an error in the syntax, neither command works for me