Open CMD.exe as admin,
- Use Windows + "X key"
- Choose "Windows Powershell (Admin)"
- Type in: SFC /SCANNOW
- Let this run and fix any file problems
- Now run: DISM /Online /Cleanup-Image /RestoreHealth
- This may stall from time to time as it fixes registry entries.
Once these are both done restart your PC and scan for viruses using your preferred antivirus.
Today I found myself in need of a blog icon and to my dismay I dont have a standardized blog icon in my art portfolio and to my surprise no such official blog icon exists. Well this just won't do, I thought. So I sat down, well in fact I was already sitting but that's not the point... *cough* OK. so I'm sitting down and thinking.. well here I will just explain the thought process in creating the icon:
Have a main focal point, it should be green to represent the fact that blogs do not require cutting down trees for paper, such as newspapers and magazines. It is estimated that 15 billion trees are cut down for paper each and every year.
Representation of bloggers, It should represent the many viewpoints, colors and cultures of bloggers around the planet. It is estimated that the number of blogs in existence as I write this article is around 320 Million and the number of posts written per day are in excess of 4.5 Million.
b for blog, what holds us together is communication. Blogs provide a great way to express yourself, communicate, give examples and share what matters with the world.
Here is the blog icon for anyone and everyone to use:

Notes:

Hardwood floors in Minnesota? in need of repair or are you simply looking for new hardwood to go under your feet?
We created a custom site for Dave's Floor Sanding & Installing, Inc.
Site Information
Code:
Asp.net, JS, CSS, Sass, HTML5, Forms, XML
Support:
Desktop, Tablet, Mobile
Type:
eCommerce, Blog, Presentation
Optimizations:
Speed, Search

The #1 place to go for the perfect cut your own experience in southern Minnesota this Christmas. Don't settle with imitation trees or a frozen bundle you can't see before you take it home. Looking for the perfect smaller Christmas tree to go in the office or an extra large 15 foot Christmas tree to fill up your home? Nothing is better then that wonderful aroma of a fresh choose and cut Christmas tree aroma.
Get into the holiday spirit at fraserfirs.com.
Site Information
Code:
Asp.net, JS, CSS, HTML5
Support:
Desktop, Tablet, Mobile
Type:
Presentation, Animation, Music, Seasonal
Optimizations:
Look and feel
Basic page Redirect Code:
<script language="vb" runat="server">Public Sub Page_Load(sender As [Object], e As EventArgs)
If Request.Browser("IsMobileDevice") = "true" Then
Response.Redirect("/Mobile/")
Else
Response.Redirect("/")
End If
End Sub
</script>