Hidden vbs startup
This commit is contained in:
parent
8e6ec08ce6
commit
583e0d1bcc
4
windowsAgent/startupHidden.vbs
Normal file
4
windowsAgent/startupHidden.vbs
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
' add to shell:startup to run the script hidden
|
||||||
|
Set WshShell = CreateObject("WScript.Shell")
|
||||||
|
WshShell.Run chr(34) & "C:\Users\Utente\Desktop\webui\run.bat" & Chr(34), 0
|
||||||
|
Set WshShell = Nothing
|
Reference in New Issue
Block a user