WScript.Sleep 60000
DIM objShell
set objShell = wscript.createObject("wscript.shell")
iReturn = objShell.Run("net stop ""Rise Display Network Appliance Service""", , True) 
iReturn = objShell.Run("net start ""Rise Display Network Appliance Service""", , True) 
