Will the libraries be used to work with the desktop environment in Windows 10? In Windus 7 it was enough to turn off the aero for fast work PixelGetColor, PixelSeach. In Windows 10, the number of requests is limited by the screen frequency. Look at the example below. While 1 $i=0 Local $so = TimerInit() While TimerDiff($so)<1001 $neuron_0001=PixelSearch(0,0,0,0,0xBBBBBB) $neuron_0002=PixelSearch(1,0,1,0,0xBBBBBB) $neuron_0003=PixelSearch(2,0,2,0,0x