Dear all,
I encountered a complex problem.
A word file shows messy at my computer, while it shows normal at my colleague's.
I think it's caused by the font, so I want to copy the font from my colleague's computer to mine.
When I attempted to install the Simsun font, a message said I must unintall the existing font.
When I attempted to delete the font, it said some program was using this font.
I wrote a batch file to copy it:
The script was performed successfully, but this issue wasn't solved.
I didn't check the version of this font, I think it wasn't replaced in fact.
How can I delete the font?
Thanks in advance!
I encountered a complex problem.
A word file shows messy at my computer, while it shows normal at my colleague's.
I think it's caused by the font, so I want to copy the font from my colleague's computer to mine.
When I attempted to install the Simsun font, a message said I must unintall the existing font.
When I attempted to delete the font, it said some program was using this font.
I wrote a batch file to copy it:
Code:
@echo off
taskkill /f /im explorer.exe
ren %windir%\Fonts\Simsun.ttc Simsun.bak
copy D:\Simsun.ttc %windir%\Fonts
start explorer.exe
pause
The script was performed successfully, but this issue wasn't solved.
I didn't check the version of this font, I think it wasn't replaced in fact.
How can I delete the font?
Thanks in advance!
My Computer
- Computer type
- Laptop
- Computer Manufacturer/Model Number
- Lenovo
- OS
- Windows 7 Pro 32-bit