Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > Fonts and UAC

Reply
Thread Tools Display Modes

Fonts and UAC

 
 
vrycraftylady81
Guest
Posts: n/a

 
      06-12-2007
I recently bought Print Shop 22, but some of the Windows fonts cause the
program to suddenly shut down. Fonts like 'gulimche, geobats, and batang'
seem to cause a lot of problems on my system. I try to delete these items in
the fonts folder, but UAC doesn't allow me.
I am the administrator on the computer, and I selected properties on the bad
fonts to try to get rid of them and went through all the advanced windows,
and they all said I had full control, yet when I try to delete the system
still claims I don't have permission.
I have never used these fonts in Vista or in XP, and they do nothing but
cause problems and I want them gone. How can I delete them to use my
publishing program freely?
 
Reply With Quote
 
 
 
 
Mac
Guest
Posts: n/a

 
      06-12-2007
You need to Take Control of the files before you can have do anything with
them

http://www.joejoe.org/forum/index.php?showtopic=8248

"vrycraftylady81" <> wrote in
message news:08687E31-A722-4909-84A3-...
>I recently bought Print Shop 22, but some of the Windows fonts cause the
> program to suddenly shut down. Fonts like 'gulimche, geobats, and batang'
> seem to cause a lot of problems on my system. I try to delete these items
> in
> the fonts folder, but UAC doesn't allow me.
> I am the administrator on the computer, and I selected properties on the
> bad
> fonts to try to get rid of them and went through all the advanced windows,
> and they all said I had full control, yet when I try to delete the system
> still claims I don't have permission.
> I have never used these fonts in Vista or in XP, and they do nothing but
> cause problems and I want them gone. How can I delete them to use my
> publishing program freely?


 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      06-12-2007
vrycraftylady81,

Open the Fonts folder, right click the Font you want to delete and select
Properties/Security Tab.

Click the Advanced Button near the bottom. Select the Owner Tab. Select your
administrator account and click Apply/OK.

If your administrator account does not appear in the list on this dialog,
click the Edit Button and select your account, click Apply/OK.

Ok your way out of the properties dialog.

You should be able to delete the font file.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"vrycraftylady81" <> wrote in
message news:08687E31-A722-4909-84A3-...
>I recently bought Print Shop 22, but some of the Windows fonts cause the
> program to suddenly shut down. Fonts like 'gulimche, geobats, and batang'
> seem to cause a lot of problems on my system. I try to delete these items
> in
> the fonts folder, but UAC doesn't allow me.
> I am the administrator on the computer, and I selected properties on the
> bad
> fonts to try to get rid of them and went through all the advanced windows,
> and they all said I had full control, yet when I try to delete the system
> still claims I don't have permission.
> I have never used these fonts in Vista or in XP, and they do nothing but
> cause problems and I want them gone. How can I delete them to use my
> publishing program freely?


 
Reply With Quote
 
EricFletcher
Guest
Posts: n/a

 
      06-12-2007
I am having exactly the same problem and this solution doesn't work for me at
all. No matter what I do, I get the "Destination Folder Access Denied" dialog
telling me I need "...permission to perform this action". I am logged in as
Administrator. Even if I disable UAC, I still cannot remove a font.

I looked at the "JoeJoe" link but feel a bit uneasy about downloading
something with so little apparent documentation and explanation --
particularly for something that appears to be designed to overcome security
issues.

On the other hand, I find it astonishing that this apparently simple task is
so complicated -- and that Vista's otherwise excellent Help is so completely
wrong in its explanation of how to uninstall a font.

I will certainly be monitoring this thread to see if there is a solution --
or if I've just somehow missed something obvious...


"Ronnie Vernon MVP" wrote:

> vrycraftylady81,
>
> Open the Fonts folder, right click the Font you want to delete and select
> Properties/Security Tab.
>
> Click the Advanced Button near the bottom. Select the Owner Tab. Select your
> administrator account and click Apply/OK.
>
> If your administrator account does not appear in the list on this dialog,
> click the Edit Button and select your account, click Apply/OK.
>
> Ok your way out of the properties dialog.
>
> You should be able to delete the font file.
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User

[snip]
 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      06-13-2007
Hello,

Could one of you having the fonts issue do the following:

- Click start
- Find command prompt
- Right-click it, and click Run As Administrator
- Type the following commands:

cd %windir%\fonts
icacls FONT.ttf

(Where FONT.ttf is the filename of the problem font)

- Report back what that command reports

--
-JB
Microsoft MVP - Windows Shell/User
Windows Vista Support FAQ - http://www.jimmah.com/vista/
 
Reply With Quote
 
EricFletcher
Guest
Posts: n/a

 
      06-13-2007
Here's what I see:

C:\Windows\Fonts>icacls batang.ttc
batang.ttc NT SERVICE\TrustedInstallerF)
BUILTIN\AdministratorsRX)
NT AUTHORITY\SYSTEMRX)
BUILTIN\UsersRX)

Successfully processed 1 files; Failed processing 0 files

That was for a font I'd like to remove (Batang). When I tried it with a font
I'd like to keep (Bookman Old Style; file named BOOKOS.TTF), the response is
slightly different:

BOOKOS.TTF NT AUTHORITY\SYSTEMI)(F)
BUILTIN\AdministratorsI)(F)
BUILTIN\UsersI)(RX)

Using "coure.fon" yeilds the same response as with "batang.ttc"; with
"MICHELIN.OTF" (a client's font I want to be able to use), I get the same
response as with "BOOKOS.TTF".

I hope this helps you diagnose the problem.

Thanks
Eric

"Jimmy Brush" wrote:

> Hello,
>
> Could one of you having the fonts issue do the following:
>
> - Click start
> - Find command prompt
> - Right-click it, and click Run As Administrator
> - Type the following commands:
>
> cd %windir%\fonts
> icacls FONT.ttf
>
> (Where FONT.ttf is the filename of the problem font)
>
> - Report back what that command reports
>
> --
> -JB
> Microsoft MVP - Windows Shell/User
> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>

 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      06-13-2007
EricFletcher wrote:
> Here's what I see:
>
> C:\Windows\Fonts>icacls batang.ttc
> batang.ttc NT SERVICE\TrustedInstallerF)
> BUILTIN\AdministratorsRX)
> NT AUTHORITY\SYSTEMRX)
> BUILTIN\UsersRX)
>
> Successfully processed 1 files; Failed processing 0 files
>
> That was for a font I'd like to remove (Batang). When I tried it with a font
> I'd like to keep (Bookman Old Style; file named BOOKOS.TTF), the response is
> slightly different:
>
> BOOKOS.TTF NT AUTHORITY\SYSTEMI)(F)
> BUILTIN\AdministratorsI)(F)
> BUILTIN\UsersI)(RX)
>
> Using "coure.fon" yeilds the same response as with "batang.ttc"; with
> "MICHELIN.OTF" (a client's font I want to be able to use), I get the same
> response as with "BOOKOS.TTF".
>
> I hope this helps you diagnose the problem.
>
> Thanks
> Eric


It seem the fonts you are having trouble with are protected by the OS.
This would indicate that they were included with the OS, and some parts
of the OS may depend on their existence.

In order to delete them, you have to do 2 things:

1) Take ownership of the file
2) Give yourself permission to modify the file

You can do this from an administrator command prompt in any edition of
Windows Vista by issuing the following commands:

takeown /F filename /A
icacls filename /grant AdministratorsM)

After issuing these commands, you can delete the file.

--
-JB
Microsoft MVP - Windows Shell/User
Windows Vista Support FAQ - http://www.jimmah.com/vista/
 
Reply With Quote
 
EricFletcher
Guest
Posts: n/a

 
      06-13-2007
Some progress at last! That sort of works but it will be awfully tedious for
all the fonts I want to remove. (The Acer laptop came with Vista installed,
and these fonts appear to be there "in case" I want to set other languages. I
will not need this functionality. More importantly though, if they are not
removed, they end up being included in the font pulldowns in programs I use,
and it slows things down -- and can too easily lead to incorrect choices. I
would expect Vista to make it easy to manage fonts -- and would have no
problem going through the UAC hoops since it is not something one normally
needs to do frequently.

I also discovered (from your web site) that if I run Windows Explorer as
administrator, I can get access to the Security part of a font's properties.
Then I can change it to give myself access and be able to delete it (or move
it to a folder in case I need to re-install it later).

However, although this is easier than using the command line (which seems
like a step back to DOS days!), it is still going to be awfully tedious to
remove the 30 or so fonts and their related face files.

I will perserver though, and will post an update here if I find a better or
easier solution.

Thanks for your assistance.

"Jimmy Brush" wrote:

> EricFletcher wrote:
> > Here's what I see:
> >
> > C:\Windows\Fonts>icacls batang.ttc
> > batang.ttc NT SERVICE\TrustedInstallerF)
> > BUILTIN\AdministratorsRX)
> > NT AUTHORITY\SYSTEMRX)
> > BUILTIN\UsersRX)
> >
> > Successfully processed 1 files; Failed processing 0 files
> >
> > That was for a font I'd like to remove (Batang). When I tried it with a font
> > I'd like to keep (Bookman Old Style; file named BOOKOS.TTF), the response is
> > slightly different:
> >
> > BOOKOS.TTF NT AUTHORITY\SYSTEMI)(F)
> > BUILTIN\AdministratorsI)(F)
> > BUILTIN\UsersI)(RX)
> >
> > Using "coure.fon" yeilds the same response as with "batang.ttc"; with
> > "MICHELIN.OTF" (a client's font I want to be able to use), I get the same
> > response as with "BOOKOS.TTF".
> >
> > I hope this helps you diagnose the problem.
> >
> > Thanks
> > Eric

>
> It seem the fonts you are having trouble with are protected by the OS.
> This would indicate that they were included with the OS, and some parts
> of the OS may depend on their existence.
>
> In order to delete them, you have to do 2 things:
>
> 1) Take ownership of the file
> 2) Give yourself permission to modify the file
>
> You can do this from an administrator command prompt in any edition of
> Windows Vista by issuing the following commands:
>
> takeown /F filename /A
> icacls filename /grant AdministratorsM)
>
> After issuing these commands, you can delete the file.
>
> --
> -JB
> Microsoft MVP - Windows Shell/User
> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>

 
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

BB 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
SHX Fonts MadRiver Windows Vista General Discussion 1 02-19-2008 02:30 AM
Fonts Chris Turton Windows Vista Mail 1 08-07-2007 11:33 AM
Using fonts oceans49 Windows Vista Installation 8 08-02-2007 02:42 PM
Fonts Bill Condie Windows Vista General Discussion 0 09-03-2006 08:45 AM
fonts John SBC Windows Vista General Discussion 4 06-25-2006 06:52 AM



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