Hello all.
Even though I do not dislike TWEAKUI,---I do not use it at all,--- I think using it only blurr the cause of the problem.
The following is the official resolution. The content of the procedure indicates what element of the system went wrong. It is self-explanatory, so I won't elaborate.
[1] Restart the system to Command Prompt. Issue the commands concretized in the .bat below :
::-----below this line---
c:
cd c:\windows
attrib +h +r fonts
::-----above this line---
Restart normal. If the problem is not resolved, proceed to [2]. If yes, stop here.
[2] Click out dos box or restart to command prompt. Issue the commands...
::----below this line---
c:
cd c:\windows\system
ren fontext.dll fontext.old
cd c:\windows\command
extract /A X:\win98\win98_22.cab /L C:\windows\fonts fontext.dll
::----above this line----
Note: Edit the colored part with X pointing to your CDRom and also have installation CD ready.
Restart normal. If still not resolved, proceed to [3]. If yes, stop here.
[3] Restart to Command Prompt.
::----below this line----
c:
cd c:\windows\fonts
attrib -h -s desktop.ini
ren desktop.ini desktop.old
cd c:\windows\command
extract /A X:\win98\win98_22.cab /L C:\windows\fonts desktop.ini
cd c:\windows\fonts
attrib +h +s desktop.ini
::----above this line----
Same remark on colored part.
regards - tsuji