Hello all,
I'm new to VBS, however need to figure out a way to create a logoff script,
that can check the OS version of the machine, then based on that condition,
import a .REG file.
For example, I only work with 2000 and XP workstations. If the machine is a
2000 machine, I want lines A of code to execute, however if the machine is a
XP machine, I want lines B of code to execute. Then perhalps in the lines B
of code, I can put another check for whether it is a SP1 or SP2 machine, then
have different code execute based on that....
Can anyone help me get started on this?
Thanks