From 5bf6d1e3883069dd62676a72444a9b940f2ba39b Mon Sep 17 00:00:00 2001 From: karthikritesh <88098163+karthikritesh@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:09:32 +0530 Subject: [PATCH] Removing Avaya agent --- Greeting_assistant/greeting_assistant.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Greeting_assistant/greeting_assistant.ps1 b/Greeting_assistant/greeting_assistant.ps1 index 3c99b14..573a983 100644 --- a/Greeting_assistant/greeting_assistant.ps1 +++ b/Greeting_assistant/greeting_assistant.ps1 @@ -68,8 +68,6 @@ if($day -eq "Monday") #starting Chrome Start chrome -#starting Avaya agent -start-process C:\Users\Public\Desktop\Avaya_agent #start virtual machine start-process C:\Users\Public\Desktop\VMware_Horizon #Stop Teams @@ -169,4 +167,4 @@ else{ start-sleep -Seconds 2 $speak.Speak("The weather is hotter today, you better stay home") } -exit; \ No newline at end of file +exit;