For Windows 7, change the XP font (qq font and desktop font) to

Source: Internet
Author: User

1. Save the following content as a batch and run it as administrator.

@ Echo off
ECHO is installing "XP "....
Takeown/F % WINDIR %/fonts/simsun. TTC/A> NUL
If % errorlevel % = 1 echo failed to obtain the permission. This file may not exist.
Echo.
If % errorlevel % = 1 pause
Echo.
Echo y | cacls % WINDIR %/fonts/simsun. TTC/g everyone: F> NUL
If % errorlevel % = 1 echo failed to obtain the permission. This file may not exist.
Echo.
If % errorlevel % = 1 pause
Echo.
Ren "% WINDIR %/fonts/simsun. TTC" simsun. TTC. Bak

Takeown/F % WINDIR %/fonts/simsunb. TTC/A> NUL
If % errorlevel % = 1 echo failed to obtain the permission. This file may not exist.
Echo.
If % errorlevel % = 1 pause
Echo.
Echo y | cacls % WINDIR %/fonts/simsunb. TTC/g everyone: F> NUL
If % errorlevel % = 1 echo failed to obtain the permission. This file may not exist.
Echo.
If % errorlevel % = 1 pause
Echo.
Ren "% WINDIR %/fonts/simsunb. TTC" simsunb. TTC. Bak

# Echo y | copy % ~ Dp0 *. TTC "% WINDIR %/fonts/"> NUL
Echo. Please wait. updating the system cache to make the file take effect. This may take 1-3 minutes...
Mcbuilder
If % errorlevel % = 1 echo failed to replace the file. Do not open anyProgramTry again or run on the English interface
If % errorlevel % = 1 pause
If % errorlevel % = 0 echo "XP ""is installed successfully and takes effect only after it is restarted.
Echo.
Press any key to exit echo.
Pause> NUL

2. restart the system. This is where the system may display a problem (because does not ). Do not be afraid. Save the following content as a batch and run it as Administrator:
Cd c:/Windows/Fonts
Del simsun. TTC. Bak
Del simsunb. TTC. Bak

3. Right-click simsun. TTC in XP and select install. Restart.

4. QQ panel Fonts
Open Registry Editor, open key value
HKEY_LOCAL_MACHINE/software/Microsoft/Windows NT/CurrentVersion/gre_initialize
Change "guifont. facename" to the font name you want to apply, for example, ""
The specific name is subject to the font folder.

 

5. Modify the Registry
[HKEY_CURRENT_USER/control panel/desktop]
The value of "fontsmoothingtype" is 1, that is, "fontsmoothingtype" = DWORD: 00000001.
In order to cancel the cleartype effect in the Desktop

6. Modify the registry (if there is no key value, manually create two string values)
[HKEY_LOCAL_MACHINE/software/Microsoft/Windows NT/CurrentVersion/fontsubstitutes]
"Microsoft yahei" = ""
"Microsoft yahei bold" = "bold"

7. In the registry, find [HKEY_LOCAL_MACHINE/software/Microsoft/Windows NT/CurrentVersion/fonts]
Change the file corresponding to Microsoft "Microsoft yahei" to simsun. TTC.

 

Now, log out and change the UI and QQ font to.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.