There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Tech Tips & Tricks
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > General Technology > Tech Tips & Tricks >
Need help setting folder view for folder and its subfolders only


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
mickeymoose8's Avatar
Junior Member with 11 posts.
 
Join Date: Apr 2005
Experience: Intermediate
23-Apr-2005, 04: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
Distinguished Member with 2,392 posts.
 
Join Date: Jun 2004
Location: McAlester, OK
Experience: Intermediate
23-Apr-2005, 05: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, 06: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
Computer Specs
Distinguished Member with 5,925 posts.
 
Join Date: Apr 2005
Location: Space Station #5
Experience: Space Cadet
01-May-2005, 07: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, 08: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


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

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 12:00 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.