Thread: Jersey Creator
View Single Post
Old 08-12-2015, 09:46 AM   #512
zappa1
Hall Of Famer
 
zappa1's Avatar
 
Join Date: Apr 2012
Location: Pennsylvania
Posts: 2,126
Quote:
Originally Posted by ghostrobot View Post
I've searched through my installed updates for this file and it's not there. I'm still having the error message when I attempt to use fonts in Jersey Creator. Can anyone offer some additional support?
Here is something I found that might help you find the update better. It's a quick and easy way to list all of the Windows updates installed on your system. Makes it easier to see your updates. Everyone could use this.

Some programs, such as Belarc Advisor, will include a list of updates in an overall analysis of what is on your computer. This type of comprehensive survey of your computer’s contents is worthwhile but there is also an easier way to get a list of Windows updates. This method takes advantage of the command line and requires no installation of additional software. Open the command prompt and enter this command:

wmic qfe list brief /format:htable > "%USERPROFILE%\hotfix.html"

This produces a nicely formatted list in an HTML file named hotfix.html that gets placed in the User folder. You can, of course, change the destination to some other convenient location. If there are any spaces in the name of a folder that you choose, don’t forget to wrap the destination name in quotes, as is done in the commands given in this tip.

If you would rather have a text file, the command would be:

wmic qfe list brief /format:texttablewsys > "%USERPROFILE%\hotfix.txt"
zappa1 is offline   Reply With Quote