📎 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.
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.
Solution
Click on Start and type powershell
In the powershell window type
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
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.
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.
- Joined
- Jul 4, 2015
- Messages
- 8,995
Click on Start and type powershell
In the powershell window type
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
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:
I don't think it is OneDrive. It would be a green circle with a white check mark.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.
Last edited by a moderator:
Similar threads
- Replies
- 3
- Views
- 2K
- Solved
- Replies
- 1
- Views
- 7K
