Question

Need help to close server manager screen using batch File

  • 27 March 2022
  • 2 replies
  • 82 views

Badge +5

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.


2 replies

Userlevel 6
Badge +9

Hello @Vikas Singh​ ,

 

This is Dhwanit Parekh from Automation Anywhere Technical Support Team.

 

If you are looking for the options to close server manager when it starts right after a user logs in, then below article describes several ways to disable that behavior at OS level itself, so that it doesn't hamper your bot operation.

 

https://www.tachytelic.net/2018/11/disable-server-manager-from-starting-when-logging-in-to-windows-server-2016//p>

 

Note: Even after employing any of this method, you will still be able to access it from Start Menu.

 

 

Hope this helps.

 

Thanks,

Dhwanit Parekh

Badge +5

Thanks the issue is resolved

Reply