Skip to main content
Question

Need help to close server manager screen using batch File

  • March 27, 2022
  • 2 replies
  • 133 views

Forum|alt.badge.img+6

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

Forum|alt.badge.img+12

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


Forum|alt.badge.img+6
  • Author
  • Navigator | Tier 3
  • July 13, 2022

Thanks the issue is resolved