Category

Windows

Micro$oft Windows

368 articles in this category

Microsoft Attack Surface Analyzer

August 6, 2012 2 min read

Microsoft has released Attack Surface Analyzer on 8/2/2012: Attack Surface Analyzer is developed by the Trustworthy Computing Security group.  It is the same tool used by Microsoft's internal…

Chrome Click to Play Flash Player Bug?

July 27, 2012 1 min read

There is an article outlining how to help increase stability of your Chrome browser by making plugins Click to Play. This is good and dandy but what I’ve…

Add Local Admin Account using Batch Script

July 21, 2012 1 min read

Quick & dirty method to add a local administrator account on a Windows system using a batch file and hiding the login from the login screen in XP……

Cleanup All Users' Temporary Files

July 10, 2012 1 min read

This script simply cleans up all users' temporary files and temporary internet files. This works on Windows XP, Windows Server 2003. @echo offsetlocal@for /d %%d in ( "C:\Documents…