Recent content by tmabbati

  1. T

    Vbscript in startup folder runs twice

    Thanks to everyone that has commented so far, I should have been more specific: it's in the "all users" startup folder at c:\programdata\microsoft\windows\start menu\programs\startup It is not in the user specific folder, and this is happening on the first boot following a sysprep, so there...
  2. T

    Vbscript in startup folder runs twice

    Hello, I'm having a bit of a strange issue with a script placed in the startup folder on a windows 7 machine. When windows loads, it runs 2 copies of the script at the same time. Both scrips error out because as they try to access certain files they find they're "in use." By the other script...