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 account administration

Vista - How to remove unneeded large asian font files from font folder

Reply
 
Old 02-05-2007   #1 (permalink)
Charles Fischer


 
 

How to remove unneeded large asian font files from font folder

Anytime I try to remove a large asian system font from the font folder it
seems I can't because it is owned by the "trustedinstaller" group which
evidently even the system administrator is not a member of. I do not need or
want these humogous files in my fonts folder. What can be done about this?

Charles Fischer

My System SpecsSystem Spec
Old 02-07-2007   #2 (permalink)
Sharon F


 
 

Re: How to remove unneeded large asian font files from font folder

On Mon, 5 Feb 2007 07:56:01 -0800, Charles Fischer wrote:

> Anytime I try to remove a large asian system font from the font folder it
> seems I can't because it is owned by the "trustedinstaller" group which
> evidently even the system administrator is not a member of. I do not need or
> want these humogous files in my fonts folder. What can be done about this?
>
> Charles Fischer


You could add yourself to the trusted installer group (you can belong to
more than one group) and then try deleting the unwanted files and folders.

--
Sharon F
MS-MVP ~ Windows Shell/User
My System SpecsSystem Spec
Old 02-07-2007   #3 (permalink)
Charles Fischer


 
 

Re: How to remove unneeded large asian font files from font folder

Vista initially offers only two groups - Administrator and User. After
running MMC and adding the relevant snap-ins, you get the choice of 14
groups, none of which is labelled "trusted" "installer" or "trusted
installer" - so now what?

Charles

"Sharon F" wrote:

> On Mon, 5 Feb 2007 07:56:01 -0800, Charles Fischer wrote:
>
> > Anytime I try to remove a large asian system font from the font folder it
> > seems I can't because it is owned by the "trustedinstaller" group which
> > evidently even the system administrator is not a member of. I do not need or
> > want these humogous files in my fonts folder. What can be done about this?
> >
> > Charles Fischer

>
> You could add yourself to the trusted installer group (you can belong to
> more than one group) and then try deleting the unwanted files and folders.
>
> --
> Sharon F
> MS-MVP ~ Windows Shell/User
>

My System SpecsSystem Spec
Old 02-07-2007   #4 (permalink)
Sharon F


 
 

Re: How to remove unneeded large asian font files from font folder

On Wed, 7 Feb 2007 11:41:01 -0800, Charles Fischer wrote:

> Vista initially offers only two groups - Administrator and User. After
> running MMC and adding the relevant snap-ins, you get the choice of 14
> groups, none of which is labelled "trusted" "installer" or "trusted
> installer" - so now what?
>
> Charles
>


Right click My Computer> Manage will bring up an MMC console with Users and
Groups. Sorry you ended up taking the long way around.

Am also going to apologize for a bum steer. "Trusted Installer" was a group
in during the public preview stages of Vista development. It is no longer
included.

Have you tried going to Properties of the font file. On the Security tab
you'll see various user groups (including Trusted Installers) listed. If
you click on TrustedInstaller, you'll see that "Full Control" is marked. If
you click on "Administrators," you'll see that only Read and Read and
Execute are active. Click the shielded button. The shield indicates
Administrator privileges are required and clicking the button will bring up
a UAC prompt. OK that button. Edit the permissions for Administrators to
include Full Control. Then delete the unwanted font files.

Personally and barring the optional removal of components through Turn
Windows Features On/Off, I recommend leaving all operating system files
including fonts untouched but it's your boat...

--
Sharon F
MS-MVP ~ Windows Shell/User
My System SpecsSystem Spec
Old 02-08-2007   #5 (permalink)
Charles Fischer


 
 

Re: How to remove unneeded large asian font files from font folder

Sharon,

I had already tried that, with no success. After you click the shield, you
can VIEW all the privileges, but you cannot actually EDIT them since the
checkboxes are all greyed out, so it's not really "my boat" after all. Big
Brother Knows Best!

Charles

"Sharon F" wrote:

> On Wed, 7 Feb 2007 11:41:01 -0800, Charles Fischer wrote:
>
> > Vista initially offers only two groups - Administrator and User. After
> > running MMC and adding the relevant snap-ins, you get the choice of 14
> > groups, none of which is labelled "trusted" "installer" or "trusted
> > installer" - so now what?
> >
> > Charles
> >

>
> Right click My Computer> Manage will bring up an MMC console with Users and
> Groups. Sorry you ended up taking the long way around.
>
> Am also going to apologize for a bum steer. "Trusted Installer" was a group
> in during the public preview stages of Vista development. It is no longer
> included.
>
> Have you tried going to Properties of the font file. On the Security tab
> you'll see various user groups (including Trusted Installers) listed. If
> you click on TrustedInstaller, you'll see that "Full Control" is marked. If
> you click on "Administrators," you'll see that only Read and Read and
> Execute are active. Click the shielded button. The shield indicates
> Administrator privileges are required and clicking the button will bring up
> a UAC prompt. OK that button. Edit the permissions for Administrators to
> include Full Control. Then delete the unwanted font files.
>
> Personally and barring the optional removal of components through Turn
> Windows Features On/Off, I recommend leaving all operating system files
> including fonts untouched but it's your boat...
>
> --
> Sharon F
> MS-MVP ~ Windows Shell/User
>

My System SpecsSystem Spec
Old 02-08-2007   #6 (permalink)
Jimmy Brush


 
 

Re: How to remove unneeded large asian font files from font folder

Hello,

This is part of Windows Vista's system file protection - By default, not
even administrators have write access to protected system files.

The TrustedInstaller is NOT a group; it is actually a service (the
TrustedInstaller service), which handles service pack updates.

However, fear not, you are STILL an administrator, and CAN access the files
.... you just have to go thru some extra steps.

* Windows Business or Ultimate editions

In the security tab of the properties screen:

- click Advanced
- Click Owner tab
- Click Edit button
- Click Administrators in the list
- Click OK
- Keep clicking OK until you close out of all of the properties screens

Now, go back into the file properties and you can edit the permissions
however you like

* Windows Home Editions

- Click start
- Type: cmd
- Right-click cmd and click Run As Administrator
- cd to the folder that contains the file you wish to have access to
- Type these commands into the command prompt, where FILE is the filename
that you wish to be able to modify:

takeown /F FILE /A
icacls FILE /grant AdministratorsF)


--
- JB
Microsoft MVP - Windows Shell/User

Windows Vista Support Faq
http://www.jimmah.com/vista/

My System SpecsSystem Spec
Old 02-09-2007   #7 (permalink)
Sharon F


 
 

Re: How to remove unneeded large asian font files from font folder

On Thu, 8 Feb 2007 19:00:55 -0500, Jimmy Brush wrote:

> The TrustedInstaller is NOT a group; it is actually a service (the
> TrustedInstaller service), which handles service pack updates.


It was a group at one time, Jimmy, and removed before RTM.

Thanks for the "take ownership" info (figured something would eventually
work but get nervous when folks want to remove default system files).

--
Sharon F
MS-MVP ~ Windows Shell/User
My System SpecsSystem Spec
Old 02-10-2007   #8 (permalink)
Jimmy Brush


 
 

Re: How to remove unneeded large asian font files from font folder

<snip>
>> The TrustedInstaller is NOT a group; it is actually a service (the
>> TrustedInstaller service), which handles service pack updates.

>
> It was a group at one time, Jimmy, and removed before RTM.


Hmm ... didn't notice that during the beta . The TrustedInstaller service
ownership of the files is a good example of the new ability for services to
be associated with a security principle. I hope third-party service
developers use this feature! I imagine with Vista's new tight security model
in "userland", many more malware authors will start looking for exploits in
privileged third-party services.

> Thanks for the "take ownership" info (figured something would eventually
> work but get nervous when folks want to remove default system files).


You're welcome .

I agree ... changing/removing system files manually is a *BAD* idea in most
cases. But, even though MS has made it more difficult to do, it is important
people realize that it is still possible.

If it's easy for the user to do, it will be even easier for malware to do.

This is one of the few times that taking ownership of files is required.
Most of the time it is not necessary. The only thing ownership means from a
security standpoint is "This account can look at and change permissions,
even if not explicitly granted in the permission list". The actual
permission list is what is important - taking ownership is only necessary if
you are locked out of changing permissions.


--
- JB
Microsoft MVP - Windows Shell/User

Windows Vista Support Faq
http://www.jimmah.com/vista/

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Read a post in a large font Live Mail
E-mails from senders. Font too large. Live Mail
Moving around the desktop when using large custom font size Vista General
Font Too Large! Vista installation & setup
Remove unneeded files in Vista 5456 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