Asset tracking

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a URL I would like each newly deployed (reimaged) workstation to
visit upon first logon. I would like to use the Gui RunOnce so that this
happens only the first time during post configuration of the workstation
(naming and adding it to the domain). Is there a script I can have GuiRunOnce
execute to launch my asset tracking URL.
 
I have a URL I would like each newly deployed (reimaged)
workstation to
visit upon first logon. I would like to use the Gui RunOnce so
that this happens only the first time during post configuration of
the workstation (naming and adding it to the domain). Is there a
script I can have GuiRunOnce execute to launch my asset tracking
URL.

Internet Explorer takes arguments. So "C:\program files\internet
explorer\iexplore.exe http://www.someurl.com" should work.

Adam
 
Back
Top