Category

Windows

Micro$oft Windows

368 articles in this category

Bulk add TXT DNS Record to Zones in Windows

November 27, 2012 1 min read

Had more than a handful of domains I needed to add TXT record for in Windows DNS (2003). I did it using dnscmd from 2003 Toolkit and command…

Allow Pings to Windows XP using netsh

November 7, 2012 1 min read

Here’s a quick note on allowing Pings (ICMP Echo Response) to your Windows XP from command line. You must be administrator. netsh firewall set icmpsetting 8 enable Quite…

Windows tree Command Example

November 6, 2012 1 min read

A quite often forgotten Windows command, tree, is useful when documenting and looking at a folder layout. What is Tree? Graphically displays the folder structure of a drive…

Wallpaper Location in Windows 7

October 8, 2012 1 min read

This drove me nuts for a few minutes trying to find the location of the Windows 7 wallpaper as I was trying to migrate a profile to a…

Transparent Command, Putty, Powershell and PuTTY Windows

October 4, 2012 1 min read

I modified the code from NothinButNet's Glass project on CodePlex to run continuously and monitor for the following windows: PuTTY (putty.exe) Windows Command Prompt (cmd.exe) Powershell (powershell.exe) Telnet…

Enable Hyperthreading or 2nd CPU in Windows XP

September 28, 2012 3 min read

I came across this on a VM the other morning. It seemed that assigned the VM 2vCPU and then installing XP Professional didn't install the correct HAL/Kernel. I'm…

ToolTip: Portable Windows Port Scanner

September 14, 2012 1 min read

I came across a nice little tool while searching the other day.  This tool, called YAPS (Yet Another Port Scanner) is portable and works well (tested on Windows…