Jump to content

technicalman

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About technicalman

Profile Information

  • OS
    Windows 7 x86

technicalman's Achievements

0

Reputation

  1. Folks, I love this script! Is there any way i can adapt this to "Windows 7"? I run it and it closes everything but also tries to log off of windows. I added a wscript.echo for objTask.Name to see what was going on and it was saying "Program Manager" and then it said "Start". I tried getting it to ignore program manager and start, but it keeps trying to close those. processes. I'd love any help you can give me on this. Thanks, Randy for each objTask in colTasks If objTask.Visible Then If Not objTask.Name = "Program Manager" then wscript.echo objtask.name colTasks(objTask.Name).Close End If End If
×
×
  • Create New...