Live Chat & Podcast at 1:00PM Eastern on Sunday!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Tech Tips & Tricks
Tag Cloud
access acer asus bios bsod computer crash desktop dns driver drivers error ethernet excel freeze gaming graphics hard drive hardware hdmi internet laptop malware memory monitor motherboard network printer problem ram registry repair router slow software sound trojan ubuntu 11.10 uninstall usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > General Technology > Tech Tips & Tricks >
Need help setting folder view for folder and its subfolders only

Reply  
Thread Tools
mickeymoose8's Avatar
Junior Member with 11 posts.
 
Join Date: Apr 2005
Experience: Intermediate
23-Apr-2005, 05:52 PM #1
Need help setting folder view for folder and its subfolders only
I know on that on XP there's an Apply to all folders function for setting the folder view. However, I'd like to know how to do this for a folder and it's subfolders (i.e. My Music, My Pictures, etc...) It just does not make sense to have everyfile with a bitrate or length column. So if anyone knows this trick, it would be cool to post it.
Thanks.
mike5532g's Avatar
Senior Member with 2,412 posts.
 
Join Date: Jun 2004
Location: McAlester, OK
Experience: Intermediate
23-Apr-2005, 06:29 PM #2
Right click a folder> properties> customize> in the drop down box, select the type of files you plan to store there. I think this is what you want, your post was a little unclear.
mickeymoose8's Avatar
Junior Member with 11 posts.
 
Join Date: Apr 2005
Experience: Intermediate
01-May-2005, 07:05 PM #3
There's no such thing as the customize option that you've posted on my XP.
My main question pertains to how the folder and it's subfolders are viewed.
i.e. I would like to see My Pictures and all it's subfolders in the thumbnail view and have a custom view for my music files and so on. I haven't been able to figure this out and I think the trick would be useful for organizing and for saving some time.
Space Cowboy's Avatar
Distinguished Member with 5,965 posts.
 
Join Date: Apr 2005
Location: Space Station #5
Experience: Space Cadet
01-May-2005, 08:10 PM #4
Go to Windows Explorer and select "Tools" then "Folder Options" then click the "View" Tab the scroll down and put a check in the "Remember each folder's view settings" box.

You'll have to setup each folder the way you want it to be.

Cheers
Cowboy
suggk's Avatar
Junior Member with 1 posts.
 
Join Date: Jun 2005
16-Jun-2005, 09:55 PM #5
Script to set thumbnail view on subfolders
I wrestled with the same problem for ages, and finally went for a relatively low-tech solution: a vb script (below) to walk through the tree and set the view. Not elegant, but it works. My apologies to any real programmers out there.

Open explorer to the folder you want and hit * (asterik). This expands all the folders, so a simple downarrow will hit them all. Launch the script, then make sure the explorer window is open. It'll keep going until you open notepad - a simple kill-trigger. Change the number of downarrows to shift views. Enjoy!

-------------------------------------------------------
set WshShell = WScript.CreateObject("WScript.Shell")
WScript.Sleep 3000
While WshShell.AppActivate("Notepad") = FALSE
wshShell.SendKeys( "%v")
WScript.Sleep 300
WshShell.SendKeys( "{DOWN}")
WScript.Sleep 300
WshShell.SendKeys( "{DOWN}")
WScript.Sleep 300
WshShell.SendKeys( "{DOWN}")
WScript.Sleep 300
WshShell.SendKeys( "{DOWN}")
WScript.Sleep 300
WshShell.SendKeys( "{Enter}")
WScript.Sleep 300
WshShell.SendKeys( "{DOWN}")
WScript.Sleep 1500
Wend
-------------------------------------------------
Reply

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 09:25 PM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.