File cleanup
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
'Change COMPANY in your own company name
|
||||
Dim strArgs
|
||||
Set oShell = CreateObject ("Wscript.Shell")
|
||||
strArgs = "powershell.exe -executionpolicy bypass -windowstyle hidden -file C:\Program Files\Common Files\Carecentrix\DriveMappings\DriveMappingsv1.0_ScriptRunFromTaskScheduler.ps1"
|
||||
oShell.Run strArgs, 0, false
|
||||
Reference in New Issue
Block a user