J
Jayjay
I need to have a file run on every computer in the organization, so I
add a command to the logon script to create a runonce entry in the
registry.
The first time the user logs in, the entry is added
The 2nd time the user logs in, the entry is run and then deleted.
The 3rd time the user logs in, the entry is re-added.
I may need to leave the command in the logon script for up to 3 weeks
in order to catch all the users in the organization. How can I
prevent the loop of redoing the process every 3rd login?
add a command to the logon script to create a runonce entry in the
registry.
The first time the user logs in, the entry is added
The 2nd time the user logs in, the entry is run and then deleted.
The 3rd time the user logs in, the entry is re-added.
I may need to leave the command in the logon script for up to 3 weeks
in order to catch all the users in the organization. How can I
prevent the loop of redoing the process every 3rd login?