Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Managing the Font folder in Vista with Suitcase

Reply
 
Old 03-07-2007   #1 (permalink)
Synapse Syndrome


 
 

Managing the Font folder in Vista with Suitcase


The Vista font folder does not seem to allow you to easily display columns
like Date Modified or Attributes. This making it hard for me to know which
fonts have just been added by installing some program. I want to remove
those fonts and put them in its own folder set in Extensis Suitcase. I have
far too many fonts to let them all be in the Fonts folder.

But the big problem is that I cannot set NTFS deny permissions on the Fonts
folder anymore. What are people who are keeping their work machines clean
and tidy do when it comes to fonts??

ss.



My System SpecsSystem Spec
Old 03-08-2007   #2 (permalink)
Ronnie Vernon MVP


 
 

Re: Managing the Font folder in Vista with Suitcase

SS

I'm not sure what type of program Extensis Suitcase is?

The main reason to have a common fonts folder is so that all of the
installed fonts can be used for any program that uses fonts. Unless a
program has the ability to specify a custom fonts folder, then it would not
have access to fonts that were installed there.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Synapse Syndrome" <synapse@NOSPAMgomez404.elitemail.org> wrote in message
news:7_idnbukedgL4nLYnZ2dnUVZ8saonZ2d@bt.com...
>
> The Vista font folder does not seem to allow you to easily display columns
> like Date Modified or Attributes. This making it hard for me to know
> which fonts have just been added by installing some program. I want to
> remove those fonts and put them in its own folder set in Extensis
> Suitcase. I have far too many fonts to let them all be in the Fonts
> folder.
>
> But the big problem is that I cannot set NTFS deny permissions on the
> Fonts folder anymore. What are people who are keeping their work machines
> clean and tidy do when it comes to fonts??
>
> ss.
>


My System SpecsSystem Spec
Old 03-08-2007   #3 (permalink)
Synapse Syndrome


 
 

Re: Managing the Font folder in Vista with Suitcase

"Ronnie Vernon MVP" <rv@invalid.org> wrote in message
news:9D5C8AFB-5972-4663-B333-E47B76C5F413@microsoft.com...
> SS
>
> I'm not sure what type of program Extensis Suitcase is?
>


It's a font managing program that can also work through a network for a
centralised font server.

http://www.extensis.com/en/home.jsp;...equestid=54529

> The main reason to have a common fonts folder is so that all of the
> installed fonts can be used for any program that uses fonts. Unless a
> program has the ability to specify a custom fonts folder, then it would
> not have access to fonts that were installed there.
>


Thanks but that's what font magaing programs actually do. They enable you
to make certain sets of fonts active. When you are dealing with hundreds or
thousands of fonts, making them all active makes font menus far too long and
takes too much memory.

I just need to know how to set permissions on the standard fonts folder and
to know which fonts that might be added to it are not the default Windows
fonts. This was easy to do with XP.

ss.


My System SpecsSystem Spec
Old 03-14-2007   #4 (permalink)
lforbes


 
 

Re: Managing the Font folder in Vista with Suitcase

Hi,

I won't do this at home on my home Vista but when I get back to work I will
be resetting a test Vista Business machine to the NTFS permissions that I
used in XP and then forcing all subdirectories to take those permissions.
You could try that. I know with my domain I had a registry key that hid the
security tab on all folders for certain users but not certain folders.

You can try using xcacls.vbs
http://www.microsoft.com/downloads/d...displaylang=en
http://support.microsoft.com/default...B;EN-US;825751

It will warn you it doesn't support Vista but just modify the script
following the directions - change

Select Case OSVer
Case "5.0", "5.1", "5.2"

To

Select Case OSVer
Case "5.0", "5.1", "5.2", "6.0"

Then type

cscript C:\myfolder\xcacls.vbs c:\windows\fonts

This will show you the permissions on the fonts folder. You can take
ownership or do pretty much anything with permissions.

Try it out.

Cheers,
Lara

"Synapse Syndrome" <synapse@NOSPAMgomez404.elitemail.org> wrote in message
news:QsGdnbjZhvTXFm3YnZ2dnUVZ8q2dnZ2d@bt.com...
> "Ronnie Vernon MVP" <rv@invalid.org> wrote in message
> news:9D5C8AFB-5972-4663-B333-E47B76C5F413@microsoft.com...
>> SS
>>
>> I'm not sure what type of program Extensis Suitcase is?
>>

>
> It's a font managing program that can also work through a network for a
> centralised font server.
>
> http://www.extensis.com/en/home.jsp;...equestid=54529
>
>> The main reason to have a common fonts folder is so that all of the
>> installed fonts can be used for any program that uses fonts. Unless a
>> program has the ability to specify a custom fonts folder, then it would
>> not have access to fonts that were installed there.
>>

>
> Thanks but that's what font magaing programs actually do. They enable you
> to make certain sets of fonts active. When you are dealing with hundreds
> or thousands of fonts, making them all active makes font menus far too
> long and takes too much memory.
>
> I just need to know how to set permissions on the standard fonts folder
> and to know which fonts that might be added to it are not the default
> Windows fonts. This was easy to do with XP.
>
> ss.
>


My System SpecsSystem Spec
Old 03-14-2007   #5 (permalink)
lforbes


 
 

Re: Managing the Font folder in Vista with Suitcase

Hi,

You can use Xcacls.vbs to view and change permissions. With my Business
machines I will reset all permissions to those I used for XP.

http://www.microsoft.com/downloads/d...displaylang=en
http://support.microsoft.com/default...B;EN-US;825751

you will have to modify xcacls.vbs to support vista

change

Select Case OSVer
Case "5.0", "5.1", "5.2"
IsOSSupported = True

to

Select Case OSVer
Case "5.0", "5.1", "5.2", "6.0"
IsOSSupported = True

type to view permissions

cscript C:\myfolder\xcacls.vbs C:\Windows\Fonts

Haven't tested with Vista Business because I am not running it in my domain
yet until I get 25 copies to do KMS licensing.

Works great with XP and I will test setting permissions with home premium
when I get a chance.

Cheers,

Lara

"Synapse Syndrome" <synapse@NOSPAMgomez404.elitemail.org> wrote in message
news:7_idnbukedgL4nLYnZ2dnUVZ8saonZ2d@bt.com...
>
> The Vista font folder does not seem to allow you to easily display columns
> like Date Modified or Attributes. This making it hard for me to know
> which fonts have just been added by installing some program. I want to
> remove those fonts and put them in its own folder set in Extensis
> Suitcase. I have far too many fonts to let them all be in the Fonts
> folder.
>
> But the big problem is that I cannot set NTFS deny permissions on the
> Fonts folder anymore. What are people who are keeping their work machines
> clean and tidy do when it comes to fonts??
>
> ss.
>


My System SpecsSystem Spec
Old 03-15-2007   #6 (permalink)
Synapse Syndrome


 
 

Re: Managing the Font folder in Vista with Suitcase

"lforbes" <laraallsopp@yahoo.ca> wrote in message
news:64C9568A-88F2-4958-8650-A0A8228A3E67@microsoft.com...
> Hi,
>
> You can use Xcacls.vbs to view and change permissions. With my Business
> machines I will reset all permissions to those I used for XP.
>
> http://www.microsoft.com/downloads/d...displaylang=en
> http://support.microsoft.com/default...B;EN-US;825751
>
> you will have to modify xcacls.vbs to support vista
>
> change
>
> Select Case OSVer
> Case "5.0", "5.1", "5.2"
> IsOSSupported = True
>
> to
>
> Select Case OSVer
> Case "5.0", "5.1", "5.2", "6.0"
> IsOSSupported = True
>
> type to view permissions
>
> cscript C:\myfolder\xcacls.vbs C:\Windows\Fonts
>
> Haven't tested with Vista Business because I am not running it in my
> domain yet until I get 25 copies to do KMS licensing.
>
> Works great with XP and I will test setting permissions with home premium
> when I get a chance.



Thanks Lara. I got it running okay and have gone as far as it listing
permissions, but how to change them using this script?

edit: actually, I have found this page:
http://support.microsoft.com/default...B;EN-US;825751

I'll have to go through it and work it out.

Cheers

ss.


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Font folder in the Boot Folder Vista installation & setup
Vista Font Managing Issues Vista file management
Font Folder Location Vista file management
Managing the Font folder in Vista with Suitcase Vista file management
How to remove unneeded large asian font files from font folder Vista account administration


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46