Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

How to remove unneeded large asian font files from font folder

microsoft.public.windows.vista.administration accounts passwords




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 02-28-2007
=?Utf-8?B?Q2hhcmxlcyBGaXNjaGVy?=
 

Posts: n/a
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-28-2007
Sharon F
 

Posts: n/a
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-28-2007
Sharon F
 

Posts: n/a
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-28-2007
Jimmy Brush
 

Posts: n/a
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/

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-28-2007
Sharon F
 

Posts: n/a
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-28-2007
Jimmy Brush
 

Posts: n/a
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/

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't Log In After Remove Machine from Domain =?Utf-8?B?Q2FyeQ==?= microsoft.public.windows.vista.administration accounts passwords 1 02-28-2007 14:10
Rescue Encrypted Files =?Utf-8?B?ZVh0UmVN?= microsoft.public.windows.vista.administration accounts passwords 0 02-28-2007 14:10
Folder Redirection? =?Utf-8?B?dWFubWk=?= microsoft.public.windows.vista.administration accounts passwords 1 02-28-2007 14:10
Vistaheads Tip#1 - Remove the list of recently used Files & Progs from the Start Menu Steve Windows Vista How To's & Tutorials 1 02-17-2007 11:33
Vistaheads Tip#5 - How to change the location of the Event Viewer Log Files Steve Windows Vista How To's & Tutorials 0 02-16-2007 01:18




All times are GMT +1. The time now is 11:05.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119