Hi Earthshine,
thanks for your quick response, Now i have run my SciTE editor as admin and script is running. Find the code as below for review.
#include <MsgBoxConstants.au3>
#include <WinAPIProc.au3>
#requireadmin
Run("resmon") ;
AutoItSetOption('MouseCoordMode', 0)
Sleep(5000) ;
WinWait('Resource Monitor')
WinActivate('Resource Monitor')
MouseClick($MOUSE_CLICK_PRIMARY, 90, 67, 1, 0)
Sleep(2000) ;
MouseClick($MOUSE_CLICK_PRIMARY, 93, 214, 1, 0)
Send('chrome')
Need one more suggestion: as many processes are running and killing, How to select only one 'chrome.exe' so i can do Right Click and get 'Analize Wait Chain' for that process.