C Thelen Posted February 23, 2022 Report Share Posted February 23, 2022 Hello! I am trying to remotely install RealVNC Server via application deployment. One of the steps for cloud connectivity requires running an elevated .bat file. Using Cloud connectivity tokens – RealVNC Help Center @ECHO OFF IF NOT EXIST C:\ProgramData\RealVNC-Service\vncserver.d\CloudCredentials.bed ( "C:\Program Files\RealVNC\VNC Server\vncserver.exe" -service -joinCloud <TOKEN> echo VNC Server successfully joined to cloud > C:\vnccloudjoined.txt ) Is there any way to run this as an administrator without user input? Thank you! Quote Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted February 24, 2022 Report Share Posted February 24, 2022 Hello C Thelen, Just to verify, you want to install RealVNC Server via an Application Pack that silently (Without user input) runs. After it's installed, you want to run that .bat file correct? If you can point me to the vncserver.exe (Is it this?), I could create the Application Pack for you, or if you want to send me your current Application Pack, send it to support@SmartDeploy.com and I can take a look. Be sure to reference this thread in the ticket. Thanks, Devon SmartDeploy Support Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.