Windows Seven Doesn't have any words.

Page 2 of 2 FirstFirst 12

  1. Posts : 94
    Windows 7 Enterprise x64 SP1
       #11

    Take every item that supports font selection and set it to "Segoe UI", size 9 and color it black.
    Desktop doesn't support font selection. Only these items support the function:

    • Active title bar
    • Icon
    • Inactive title bar
    • Menu
    • Message box
    • Palette title
    • Selected items
    • Tool tip

    Just check these items first and I'll post something else in 5 mins.
      My Computer


  2. Posts : 94
    Windows 7 Enterprise x64 SP1
       #12

    Open notepad, copy/paste the code below, save the file as cfc.BAT
    Code:
    @echo off
    echo Your computer will restart after this, close all programs/save your work etc. and
    pause
    taskkill /IM explorer.exe /F
    net stop "FontCache"
    CD /d %windir%\system32
    attrib -h -s -r Fntcache.dat
    DEL Fntcache.dat /a
    shutdown /r /t 5
    Save all your work, close all open programs and then
    right click on the file and select "Run as administrator...".
      My Computer


  3. Posts : 7
    Windows 7 Home Premium 64-bit
    Thread Starter
       #13

    ZyanWu said:
    Open notepad, copy/paste the code below, save the file as cfc.BAT
    Code:
    @echo off
    echo Your computer will restart after this, close all programs/save your work etc. and
    pause
    taskkill /IM explorer.exe /F
    net stop "FontCache"
    CD /d %windir%\system32
    attrib -h -s -r Fntcache.dat
    DEL Fntcache.dat /a
    shutdown /r /t 5
    Save all your work, close all open programs and then
    right click on the file and select "Run as administrator...".
    What does this do?
    Anyways... It is my older brother :)
      My Computer


  4. Posts : 94
    Windows 7 Enterprise x64 SP1
       #14

    It clears your font cache.
    Code:
    taskkill - used for closing applications/processes
    (you can't delete a file that's being used by an application 
    so you have to close the app first)
    
    net stop - stops a service
    (you can see a list of running services if you hit Start-Run 
    and type in Services.msc)
    (but don't change anything unless you know what you're 
    doing)
    
    cd - changes the current directory
    
    attrib - sets file attributes 
    (the "del" command below can't delete files that are marked 
    as read only or marked as a system file)
    
    del - delete a file from the current directory or from a 
    given path
    
    shutdown - used for shutting down, rebooting, logging off or 
    hibernating your pc
      My Computer


  5. Posts : 660
    win7
       #15

    taskkill /IM explorer.exe /F - kills your windows explorer
    net stop "FontCache" - stops the font cache service
    CD /d %windir%\system32
    attrib -h -s -r Fntcache.dat - Changes directory to Windows\System32 directory and makes the font cache data file writable, and visible.
    DEL Fntcache.dat /a - Deletes your font cache data file
    shutdown /r /t 5 - Shuts down and reboots your computer after a 5 sec delay.

    Whoever put this on your computer has deliberately wrecked your display fonts and you should ask them why they have done this.
      My Computer


  6. Posts : 94
    Windows 7 Enterprise x64 SP1
       #16

    wilywombat said:
    Whoever put this on your computer has deliberately wrecked your display fonts and you should ask them why they have done this.
    I tested the code on my PC first and - surprisingly - it didn't cause any damage.
      My Computer


  7. Posts : 660
    win7
       #17

    Only translating the commands....
      My Computer


  8. Posts : 7
    Windows 7 Home Premium 64-bit
    Thread Starter
       #18

    ZyanWu said:
    Open notepad, copy/paste the code below, save the file as cfc.BAT
    Code:
    @echo off
    echo Your computer will restart after this, close all programs/save your work etc. and
    pause
    taskkill /IM explorer.exe /F
    net stop "FontCache"
    CD /d %windir%\system32
    attrib -h -s -r Fntcache.dat
    DEL Fntcache.dat /a
    shutdown /r /t 5
    Save all your work, close all open programs and then
    right click on the file and select "Run as administrator...".
    Sorry for late reply. The BAT file you gave me did not work. Still no fonts.
      My Computer


  9. Posts : 660
    win7
       #19

    Try running your system up and doing a repair install as long as you have an original installation disc. If you are not sure on this, here are the instructions:- Repair Install
      My Computer


  10. Posts : 7
    Windows 7 Home Premium 64-bit
    Thread Starter
       #20

    I tried and still not working..
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 12:30.
Find Us