by Suff » 02 May 2018, 06:23
When you say black squares, do you mean full sized windows? I.e. if you pressed winkey and R and typed cmd into the run dialog box, then press enter; is this the black square you are talking about?
When Windows, or another program under windows, wants to run a process, one of the older ways is to call a windows api called GetProcessA. When you call that process, it shows a command window unless you specifically tell it to hide. If it is a very short process, the command window will appear very quickly and then disappear. If, however, what has been run takes longer, then the window will sit there for a while and then vanish.
If this is it, then it might also be worth doing a full anti virus and malware scan as that is also the way that some malware attacks your system. However I see these from time to time and it is not malware. The last time I tracked this down it was the Windows Task Scheduler running a task which should have been hidden. However you see it most of the time when you are installing older software/drivers.
There are 10 types of people in the world:
Those who understand Binary and those who do not.