HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows Vista

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-15-2007, 12:24 PM
Julian
Guest
 
Posts: n/a
Default How do I Un-Customize an Un-Customizable folder?

Vista HP.

Some of my program folders now include columns such as "tags" and "rating" -
like a picture folder, yet I cannot "customize" them back... how did Vista
customize itself - and how to I undo it?

Thanks!
Reply With Quote
Sponsored Links
  #2  
Old 04-15-2007, 12:34 PM
Julian
Guest
 
Posts: n/a
Default RE: How do I Un-Customize an Un-Customizable folder?

Sorry, I really mean un-customize rather than merely change the columns
available - changing columns doesn't seem to be heritable - whereas customize
can flow down to sub-folders.

"Julian" wrote:

> Vista HP.
>
> Some of my program folders now include columns such as "tags" and "rating" -
> like a picture folder, yet I cannot "customize" them back... how did Vista
> customize itself - and how to I undo it?
>
> Thanks!

Reply With Quote
  #3  
Old 04-15-2007, 01:29 PM
Max
Guest
 
Posts: n/a
Default Re: How do I Un-Customize an Un-Customizable folder?

Open the folder, right click/Customize This Folder/Customize Tab/choose an
appropriate template as you see fit ('All Items' is the generic)/Check "Also
apply this template to all subfolders" if you wish.

--
Maxwell Bluemeanie
----
"Julian" <Julian@discussions.microsoft.com> wrote in message
news:3E85898E-2A26-475C-AB36-385821BBA10A@microsoft.com...
> Sorry, I really mean un-customize rather than merely change the columns
> available - changing columns doesn't seem to be heritable - whereas
> customize
> can flow down to sub-folders.
>
> "Julian" wrote:
>
>> Vista HP.
>>
>> Some of my program folders now include columns such as "tags" and
>> "rating" -
>> like a picture folder, yet I cannot "customize" them back... how did
>> Vista
>> customize itself - and how to I undo it?
>>
>> Thanks!


Reply With Quote
  #4  
Old 04-15-2007, 06:51 PM
Keith Miller MVP
Guest
 
Posts: n/a
Default Re: How do I Un-Customize an Un-Customizable folder?

Content-sniffing gone awry -- Explorer thought it spotted a picture file :-)

I've written a script that will fix a folder that doesn't allow
customization. Right-click on the link below and select 'Save Target As...'
and save the
zip to your computer. Then unzip & run the script.

http://mysite.verizon.net/res18hr7/T...eFix-Vista.zip


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"Julian" <Julian@discussions.microsoft.com> wrote in message
news:B3071A7E-0B48-454C-9F14-12F4C01823E0@microsoft.com...
> Vista HP.
>
> Some of my program folders now include columns such as "tags" and
> "rating" -
> like a picture folder, yet I cannot "customize" them back... how did Vista
> customize itself - and how to I undo it?
>
> Thanks!


Reply With Quote
  #5  
Old 04-16-2007, 09:14 AM
Julian
Guest
 
Posts: n/a
Default Re: How do I Un-Customize an Un-Customizable folder?

Very many thanks Keith,

"Keith Miller MVP" wrote:

> Content-sniffing gone awry -- Explorer thought it spotted a picture file :-)


LOL!

> I've written a script that will fix a folder that doesn't allow
> customization.


Great - more than I could have asked for! The script fixed the designated
folder... unfortunately "Programs" is quite a deep hierarchy and the next
level down was not affected.

I hesitate to ask you to make it recurse (if dir in scripting works like dir
in VBA it's a pig) but I had a good peek at the script before I ran it
(general paranoia:-) but I can't do it myself.

BTW - if MS listens to MVP's more than mere users, could you possibly (if
you agree!) tell them that preventing things such as customising the
*presentation* of information in certain folders, only causes problems like
this. How Vista got twisted I don't know - but neither you nor I should be
scripting to correct something that ought to be the job of a few clicks in
the UI.

There's a principle here: if you have a feature in one place, it should only
be unavailable elsewhere if it doesn't make sense (in which case you probably
couldn't do it) or it will break something. I can't see what allowing
customisation of the Program folder view could possibly break.

Julian

[BTW I'd really like the default view of Programs to be Details - can't see
how to achieve that either, but it ain't actually broke so I'm not asking]
Reply With Quote
  #6  
Old 04-16-2007, 03:41 PM
Keith Miller MVP
Guest
 
Posts: n/a
Default Re: How do I Un-Customize an Un-Customizable folder?


"Julian" <Julian@discussions.microsoft.com> wrote in message
news:AEBBDB75-2357-4E13-866F-4EF75E1B261B@microsoft.com...
> Very many thanks Keith,


You're welcome.

> "Keith Miller MVP" wrote:
>
>> I've written a script that will fix a folder that doesn't allow
>> customization.

>
> Great - more than I could have asked for! The script fixed the designated
> folder... unfortunately "Programs" is quite a deep hierarchy and the next
> level down was not affected.
>
> I hesitate to ask you to make it recurse (if dir in scripting works like
> dir
> in VBA it's a pig) but I had a good peek at the script before I ran it
> (general paranoia:-) but I can't do it myself.


I didn't think of making this script affect subfolders. I was thinking more
of System Drive & My Computer when I wrote it. On my install, the
subfolders of the 'Program Files' folder do allow customization, so if they
accidently pick up a picture template, you can change it -- & use the 'Apply
this template to all subfolders' option.

> BTW - if MS listens to MVP's more than mere users, could you possibly (if
> you agree!) tell them that preventing things such as customising the
> *presentation* of information in certain folders, only causes problems
> like
> this. How Vista got twisted I don't know - but neither you nor I should
> be
> scripting to correct something that ought to be the job of a few clicks in
> the UI.


I do agree. And I think I've suggested this -- I will again to make sure.

> There's a principle here: if you have a feature in one place, it should
> only
> be unavailable elsewhere if it doesn't make sense (in which case you
> probably
> couldn't do it) or it will break something. I can't see what allowing
> customisation of the Program folder view could possibly break.


Wouldn't break anything. The view from explorer doesn't affect
functionality at all.

> [BTW I'd really like the default view of Programs to be Details - can't
> see
> how to achieve that either, but it ain't actually broke so I'm not asking]


Well, if the folders haven't decided they're picture folders, they're
probably using the 'All Items' template. That defaults to details, unless
it's been modified by the 'Apply to Folders' option.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

Reply With Quote
  #7  
Old 04-16-2007, 04:26 PM
Julian
Guest
 
Posts: n/a
Default Re: How do I Un-Customize an Un-Customizable folder?

"Keith Miller MVP" wrote:
> I didn't think of making this script affect subfolders. I was thinking more
> of System Drive & My Computer when I wrote it. On my install, the
> subfolders of the 'Program Files' folder do allow customization,


Oops - so do mine! Just another consequence of inconsistency... I *assumed*
that if Programs didn't...

Interestingly, the Template types seem random All Items, Documents,
Pictures, Music... all seem to be represented. I find this all very
worrying...

All fixed now... though after working though them all, checking Program Data
and Windows as well, when I clicked to close that Windows Explorer window...
explorer stopped working (again) - and what REALLY annoys me is that not
every app is sufficiently smart yet to restore it's System Tray
functionality...

<sigh>

> > I can't see what allowing
> > customisation of the Program folder view could possibly break.

>
> Wouldn't break anything. The view from explorer doesn't affect
> functionality at all.


Thanks for the confirmation!

Your help was MUCH appreciated! Keep up the excellent work!

Julian
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes



All times are GMT. The time now is 11:14 AM.


Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger