Category

Windows

Micro$oft Windows

368 articles in this category

5 Useful Keyboard Shortcuts for Windows 7

February 28, 2013 1 min read

Navigating in Windows by keyboard is second nature to me. I've been doing it since I've been using Windows. It's just a lot more efficient for me to…

Tool: bitcalc – A Bit Calculator in .NET

February 15, 2013 1 min read

Convert between bits/bytes/kilobits/kilobytes/megabits/megabytes/gigabits/gigabytes What is it? This is completely based on Matisse.net's online bitcalc tool: http://www.matisse.net/bitcalc/ Enter in an amount of units and click calculate.  For example, in the…

LogParser Failed Remote Desktop Logons

February 14, 2013 2 min read

rdp_audit_failed_logons.cmd @echo off REM Rich Kreider set LOGPARSER=logparser.exe set TARGET=%1 set TEMPPATH=%SystemRoot%\Temp @cls IF NOT EXIST "%SystemRoot%\Temp" set TEMPPATH=%TEMP% IF "%1"=="" ( set TARGET=%COMPUTERNAME% @echo Note: You can…

Download Office Web Components (OWC) (Office 2007)

February 14, 2013 1 min read

You need Office Web Components if you get the error when using -o:chart in LogParser: Error creating output format "chart": This output format requires a licensed Microsoft Office Chart…

Use LogParser to Audit Remote Desktop Access

February 14, 2013 3 min read

I've been working with LogParser for a few days and really find it useful.  There are some minor annoyances (lack of JOIN) with it but for the most…

Audit RDP Access using LogParser

February 7, 2013 1 min read

Over time I will revise this; for now, I'm just dumping this here so I don't lose it. This pertains to Windows Vista, 7, 2008+ Event Logs simply…

A Simple PowerShell Windows du Implementation

January 31, 2013 1 min read

I was looking for a quick and easy way to get directory and file size for a given directory and its sub-directories.  I came across a nice post by…

Tool Tip: Adobe Reader and Acrobat Cleaner Tool

January 24, 2013 1 min read

Problems installing Adobe Reader or Acrobat? Could be because an unsuccessful uninstall attempt, and interrupted installation/uninstallation, etc. Who knows! I came across a tool that worked in cleaning…