

Is chrome.exe (Process:chrome.exe) and then minimize all found Windows. The above command requests to find all visible windows (Visible:Yes) that their class name is Chrome_WidgetWin_1 (Class:Chrome_WidgetWin_1) and their process GUIPropView.exe /Action Minimize Class:Chrome_WidgetWin_1 Process:chrome.exe Visible:Yes In order to minimize all opened windows of Chrome Web browser, simply run the following command: GUIPropView is a tool for Windows that allows you to do many things (Hide, show, minimize, maximize, disable, enable, and more.) from command-line on the desired windows, according to their properties (Class Name, Title, Process, and so on.)
