Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
TASKKILL /F /FI "WINDOWTITLE eq netlogon on Dunlap-dc"
Set objWord = CreateObject("Word.Application")
Set colTasks = objWord.Tasks
If colTasks.Exists("netlogon on Dunlap-dc") Then
colTasks("netlogon on Dunlap-dc").Close
End If
objWord.Quit