📎 AI Summary:
The thread is about confusion in Windows 10 File Explorer drive icons—specifically why some drives show green checkmarks while others don’t, and what a blue bar overlay means. Other participants suggested it likely isn’t OneDrive and asked what software or screenshot method produced the image, then one respondent provided a PowerShell command to export a list of installed programs (which the original poster struggled to upload due to file-extension/upload limits). Overall sentiment was helpful but ultimately inconclusive, since the exact source of the overlay icons wasn’t identified.

TechnoMax

Honorable Member
Joined
Dec 9, 2018
Messages
10
Thread Author #1
I do not understand the file explorer icons in Wondows 10:
Windows drive usage dashboard showing available space on multiple drives, including System 850 (C:) and Musik D (D:). Why do some drives have green checkboxes others not? What does the blue bar over the drive mean? It obviously is not the same as the bar that indicates the drive filling percentage.
37154
 

Last edited by a moderator:
Solution
Click on Start and type powershell
In the powershell window type
Code:
$programs = Get-Package
$programs | Export-Csv -Path $env:userprofile\Desktop\InstalledPrograms.csv -NoTypeInformation

Upload the csv file on your desktop called InstalledPrograms.csv

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
I don't think those are Onedrive. It would be a green circle with a white check mark. i'd say we need to know what you have installed to know what is producing the icons.
 

TechnoMax

Honorable Member
Joined
Dec 9, 2018
Messages
10
Thread Author #4
I too don't think it is OneDrive. I have it as a cloud drive, but practically never use it. At least not to sync folders or files.
A list of my installed programs would be useful indeed. But I have found no freee software to produce such a list. Not even a screenshot program that I could use, Snagit is far too expensive for me for casual usage like this case.
 

davehc

Essential Member
Premium Supporter
Joined
May 1, 2008
Messages
5,546
As Neemobeer says. What program, or how did you get that picture?
 

TechnoMax

Honorable Member
Joined
Dec 9, 2018
Messages
10
Thread Author #6
I do not know what program produced these icons. I would not have asked otherwise. And I have installed quite a lot of software. How can I get a list of all installed programs?
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Click on Start and type powershell
In the powershell window type
Code:
$programs = Get-Package
$programs | Export-Csv -Path $env:userprofile\Desktop\InstalledPrograms.csv -NoTypeInformation

Upload the csv file on your desktop called InstalledPrograms.csv
 

Solution

TechnoMax

Honorable Member
Joined
Dec 9, 2018
Messages
10
Thread Author #8
I could not upload it. First error: It did not show up under desktop files (or another folder that I copied it to). When I inserted the path to the file the upload aborted with "The uploaded file does not have an allowed extension." It only worked after converting it to a zip file.
 

Attachments

Last edited:

joeldamon

New Member
Joined
Dec 14, 2018
Messages
1
I do not understand the file explorer icons in Wondows 10:
View attachment 37154 Why do some drives have green checkboxes others not? Link Removed What does the blue bar over the drive mean? It obviously is not the same as the bar that indicates the drive filling percentage.
I don't think it is OneDrive. It would be a green circle with a white check mark.
 

Last edited by a moderator: