Hi team ,
I am having batch file to close the server manager screen. When I ran this file using open application command is running but not closing the server manager screen. When I run this file using right click and "Run as Administrator" then its working fine. Is there any option in A360 to run batch file as a Administrator mode.
code as below
@echo off
taskkill /F /IM ServerManager.exe
or is there any other method to achieve this task please let me know.