How to make the Radmin program run in hidden mode and it would be impossible to see it except in the task manager, the entire Internet climbed found only examples with a calculator and a notepad
' метод wscript run ' Запуск блокнота и передача ему текста ' run_1.vbs Option Explicit dim WshShell ' Создаем ссылку на объект Wscript.Shell set WshShell = WScript.CreateObject("Wscript.Shell") ' Запускаем блокнот и вставляем в него текст сценария WshShell.Run "notepad.exe " & WScript.ScriptFullName,1,true Wscript.Echo "Это был запуск программы блокнот" and then he did not fit
path = "C:\Windows\12_12\" set WshShell = WScript.CreateObject("Wscript.Shell") WshShell.Run path & "Radmin.exe", ,true Write what you need to do, or an example of such a launch.