Category

Windows

Micro$oft Windows

368 articles in this category

Windows 8 Keyboard and Mouse Shortcuts

February 29, 2012 3 min read

Mouse and keyboard: What's new in Windows 8 Consumer Preview [This information is preliminary and subject to change.] Most of what you know about using a mouse and keyboard…

Windows 8 Consumer Preview Download

February 29, 2012 1 min read

Windows 8 Consumer Preview is now available for download. Windows 8 Consumer Preview Setup will check to see if your PC can run Windows 8 Consumer Preview and…

Windows 8 Touch Guidance

February 28, 2012 1 min read

Microsoft released a four page PDF on Windows 8 Touch including Guidance, Language, Posture, and Targets. The PDF is available from Microsoft at this direct link and is…

Windows 8 Logo

February 17, 2012 2 min read

With Windows 8, we approached the logo redesign with a few key goals on mind. - Sam Moreau Principal Director of User Experience for Windows

Windows 7 – Problem Steps Recorder

February 6, 2012 2 min read

Neat feature, didn't even know about it. Windows 7 has a tool to help techs troubleshoot user problems by allowing the end-user to record in screenshots the steps…

Get ALL table and column descriptions in MSSQL

February 2, 2012 1 min read

Get MS_Description from all tables AND columns in a database. Suh-weet. SELECT u.name + '.' + t.name AS , td.value AS [table_desc], c.name AS [column], cd.value AS [column_desc]…

wmic output hangs when using psexec

February 2, 2012 1 min read

I recently found when trying to issue a wmic query on a remote system with psexec (1.98) it would hang and not display results. The solution is to…

MSDN Bug Check Code Reference

January 30, 2012 1 min read

Bug Check Code Reference from MSDN http://msdn.microsoft.com/en-us/library/windows/hardware/hh406232(v=vs.85).aspx Great site with lots of collected information from an MVP http://www.carrona.org/bsodindx.html I once had a complete listing with search capability (https://techish.net/bugcodes/)…

SQL Performance Monitoring

January 26, 2012 1 min read

I have read numerous articles all over the 'net regarding performance counters to monitor, etc. This is a snapshot of a typical performance monitoring session I use to…

SQLIO Scripts and Graphs

January 24, 2012 6 min read

One of probably hundreds of SQL scripts out there. This is what I made and use... and I like it. There are a lot of other scripts out…

Video: SNMP Services on Server 2008 R2

January 16, 2012 1 min read

Here’s a quick video on setting up SNMP services on Windows Server 2008 R2. [SLVideoPlayer file=SNMP2008R2.mp4, width=640, height=480 /]

Windows Update – Error number: 0x8DDD0018

January 13, 2012 1 min read

When attempting to run Windows Update the following message appears: ‘Error number: 0x8DDD0018.’ This message states that the Automatic Updates, BITS, and Event Log services must be started,…