Friday, July 05, 2013

Disable grouping of files in Windows Explorer

I am not a fan of Windows 7 Explorer grouping feature. It makes the list of files cluttered and not easy to navigate or find object. See below for a screen capture.
 Anyway, to disable that feature, press Alt to show Windows Explorer menu, then select View | Group By | None.

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...