Every time I open file explorer I have to resize the Name column to see the full filenames.

Is there to automate this? Whether from Windows or a utility?

link|improve this question

55% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Windows Explorer should 'remember' the last used column width.

In other questions you mention that you're using Windows XP, changing the BagMRU size may solve the problem.

By default, Windows is designed to remember 400 different folder settings (200 local folders and 200 network folders, for a total of 400 folders).

  1. Start the Registry Editor
  2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ Shell \
  3. Right-click an empty space in the right pane and select New > DWORD Value
  4. Name the new value BagMRU Size
  5. Double-click the BagMRU Size value, and set the Base to Decimal
  6. Now in the Value data field enter the number of folders for which Windows should remember the settings (I'd suggest 1,000 or more, i'm using 5000)
  7. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ ShellNoRoam \
  8. Repeat steps 3-6
  9. Close the registry editor
link|improve this answer
I am using Windows 7 now and your method seems to work. Does Windows 7 have another method like doing the resizing automatically without prior knowledge? – Tony_Henrich Feb 15 '10 at 7:12
@Tony_Henrich - Windows 7 is using 5000 as default value, you can increase this value in the registry or with XDN Tweaker: xenomorph.net/?page_id=336 – Molly7244 Feb 15 '10 at 13:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.