Jump to content

Recommended Posts


Posted (edited)

What I do is quite simple...

If all the fonts I will be reloading are already installed on a machine, I compress them all in to a WinRAR SFX and run it from either [GUIRunOnce] (if you do this make sure it is compressed with the DOS.SFX and not the default one) or when my UA programs (Office, Nero, etc.) starts.

You will also need to navigate to this key

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]

and make a .reg file of its contents (of course do this before you redo your machine) and then just import the reg with commands.txt and/or during the cleanup.cmd after everythign else has installed..

the only downside to this, is if you add fonts regularly you must update the sfx package as well as the reg file you will be using...

The reason I make an SFX is that it takes less room and less time to copy over

Edited by bacd
Posted
You will also need to navigate to this key

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]

For Type1-fonts it's [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Type 1 Installer\Type 1 Fonts] .

I had these problems lately :hello: .

as-sassin

Posted

geezus simplest answer copy them over "XPCD\$OEM$\$$\Fonts"

then just open the Fonts folder afterwards with a reg.

Print #ff, "REM REGISTER FONTS"

Print #ff, "REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Runonce /V RegisterFonts /D " & Chr(34) & "%SystemRoot%\explorer.exe /e,/root,%systemroot%\Fonts" & Chr(34)

I do that in Cleanup.cmd

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...