Jump to content

NET TIME as service not working


Recommended Posts

The following code works as a program, but not when I install it as a service using srvany and instsrv.

Any ideas on what I need to change to get it to work. Im guessing it has something to do with the system account running over the network.

Thanks

$sTimeServer = 'server'
$sTimeCmd = 'NET TIME \\' & $sTimeServer & ' /SET /YES'
$iDelay = 1000 * 60 * 5

While 1
    Run(@ComSpec & ' /c ' & $sTimeCmd, '', @SW_HIDE)    
    Sleep($iDelay)
WEnd
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...