Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installed fonts missing

Status
Not open for further replies.

bernie321

Programmer
Joined
Jan 7, 2004
Messages
477
Location
GB
Hi

We have reciently added a Windows 2000 server to our network in addition to our novell server.

I have since had problems with our windows 2000 machines. I repeatedly install fonts on the machines but after a varied period the fonts are missing.

Any ideas on the cause?

Thanks B
 
Could there be a mechanism (like auto-restore) thats rolling back that folder after a specific event (like a reboot)?

deletion mistake
no I can't recover that
you didn't save it

-Shrubble
 
Are the font files really missing or are they not being found where they are supposed to be?
 
Hi

The fonts are no longer installed, and cannot be found on the system

Thanks B
 
Think about it logically; there really are only a couple of things that could be happening here.

Either:
a) A person is physically going into the folder and removing the added fonts, which seems kind of weird because they would have to know all of the names of the fonts that should stay, and not touch them. If your fonts directories are like ours, there are several hundred files in there.

or:
b) A program or script is periodically monitering the folders contents, comparing them against a list of what ought to be there, and deleting what "should not" be there.

If you check the file properties (last accessed or modified time and date)right after the fonts disappear, it might give you a clue as to exactly when this action is occurring. This, in turn, may lead you to the source.

SELECT user
FROM users
WHERE common_sense IS EQUAL TO NULL;

-Shrubble
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top