Browse Source

Update asus-sign-out.vbs

Coder 4 years ago
parent
commit
fae940a65d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/asus-sign-out.vbs

+ 2 - 0
src/asus-sign-out.vbs

@@ -1,2 +1,4 @@
+'VBScript to not show python application when running script so user doesn't know they're logging out
+
 Set objShell = WScript.CreateObject("WScript.Shell")
 objShell.Run("C:\asus-sign-out.bat"), 0, True