Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to install a font via the command line?

Featured Replies

I am writing what I do for this tips.

First keep your all fonts in a folder where ever you like. Then make a command file (like Install fonts.bat) with following script.

copy *.ttf "%windir%\Fonts"

here you can add another command for another file extensions. Save the file (install fonts.bat) in same folder. It will copy all your desire fonts into fonts folder of your PC.

Now make a reg file (like fonts.reg) with following commands to entry the fonts into registry.

Windows Registry Editor Version 5.00

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

"Times New Roman (TrueType)"="TIMES.TTF"

Now run the reg file with following command

regedit /s Registryfile.reg

You can make a command file with tow command file describe above like following.

copy *.ttf "%windir%\Fonts"

regedit /s fonts.reg

I added a fonts in reg file. You can also a fonts from your list. It will index all fonts after restarts. Keep all the files in same folder with fonts. After all Restart your PC.

bwxqn.gif

  • 4 years later...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.