Microsoft Teams Status Always Available (4 WAYS AND 100% Working)

preview_player
Показать описание
Microsoft Teams status is always available (4 WAYS AND 100% Working)
Now there is no need to be on the computer the whole time just to show your status available on Microsoft Teams or Skype.
By using the suggested method your Teams status will always show online and available.

Script Link
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Don't forget to subscribe to my channel. By the way, it's completely FREE!
🔔 Subscribe & Hit The Notification Bell 🔔
👍 Like This Video 👍
📥 Leave A Comment Down Below 📥

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
DISCLAIMER: JKM Tech & Hustle, uploaded videos is only done to inform and educate. If you enjoyed this, please share it and let more people know about this.

I hope you learn something from this video
Please leave me a comment down below if which of the suggestion is the most effective and which one you will use or apply

Cheers,
JKM Tech & Hustle
Рекомендации по теме
Комментарии
Автор

Please refer to the script link below:

Dim objShell, lngMinutes, boolValid

Set objShell =
lngMinutes = InputBox("How long you want to keep your system awake?" & Replace(Space(5), " ", vbNewLine) & "Enter minutes:", "Awake Duration") 'we are replacing 5 spaces with new lines
If lngMinutes = vbEmpty Then 'If the user opts to cancel the process
'Do nothing
Else
On Error Resume Next
Err.Clear
boolValid = False
lngMinutes = CLng(lngMinutes)
If Err.Number = 0 Then 'input is numeric
If lngMinutes > 0 Then 'input is greater than zero
For i = 1 To lngMinutes
WScript.Sleep 60000 '60 seconds
objShell.SendKeys "{SCROLLLOCK 2}"
Next
boolValid = True
MsgBox "Forced awake time over. Back to normal routine.", vbOKOnly+vbInformation, "Task Completed"
End If
End If
On Error Goto 0
If boolValid = False Then
MsgBox "Incorrect input, script won't run" & vbNewLine & "You can only enter a numeric value greater than zero", vbOKOnly+vbCritical, "Task Failed"
End If
End If

Set objShell = Nothing
Wscript.Quit 0

JKMTechHustle
Автор

ito ginagamit ng sister ko sa online class nila.. Thanks for this infos! - Just Jean

LaViexJustJean