Category

Windows

Micro$oft Windows

368 articles in this category

Windows XP Keyboard Shortcuts

August 25, 2011 7 min read

http://support.microsoft.com/kb/301583 General keyboard shortcuts CTRL+C (Copy) CTRL+X (Cut) CTRL+V (Paste) CTRL+Z (Undo) DELETE (Delete) SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)…

VBScript Informix DSN Test Script

August 16, 2011 1 min read

So I have an Informix Dynamic Server (7) and I want to setup a Microsoft Windows ODBC system profile and then connect to it using VBScript. I will…

Privacy Settings in Spotify

August 9, 2011 1 min read

Here's how I configure my privacy settings in Spotify. In the search bar, type: spotify:user:YOURUSERNAME In this case, I type techish since that is my username. Hit Enter…

Microsoft Outlook Temporary OLK Folder Location

August 9, 2011 1 min read

Use the following registry keys to help identify where your OLK folder is located. Outlook 97 HKCU\Software\Microsoft\Office\8.0\Outlook\Security Outlook 98 HKCU\Software\Microsoft\Office\8.5\Outlook\Security Outlook 2000 HKCU\Software\Microsoft\Office\9.0\Outlook\Security Outlook 2002/XP HKCU\Software\Microsoft\Office\10.0\Outlook\Security Outlook 2003…

Enable XP Remote Administration through Firewall

July 18, 2011 1 min read

This isn't going to be detailed… Get PsExec from SysInternals (http://live.sysinternals.com/psexec.exe) psexec remoteComputerName cmd /c netsh firewall set service RemoteAdmin This runs the "netsh" command on the remote…

Strange Error

July 8, 2011 1 min read

This is just craziness.  I suppose I should just reboot?  =]  This is on Windows 7 Professional 32bit SP1.  *scratches head*   Update [7/18/2011] I found what the…

My Favorite Windows-based Text Editors

July 8, 2011 1 min read

In no particular order, the below are my favorite text editors for use in any version of Windows. 1. VIM (Windows, Mac, DOS, Amiga, Android etc., etc., Download)…

A Windows "whereis" Command

July 8, 2011 1 min read

This one-liner (source): I found this batch script/command on ServerFault *I think*. Very cool little one-liner trick. @for %%e in (%PATHEXT%) do @for %%i in (%1%%e) do @if…

Reset Terminal Server Grace Period

April 28, 2010 1 min read

Client Machines Delete the following key which will force client to obtain new license from server. HKLM\Software\Microsoft\MSLicensing Server 2000/2003 To reset the 90 day grace period on the…

IIS Migration Tool

November 30, 2009 1 min read

Had to migrate a few sites today from Server 2000 to Server 2003 IIS6. Microsoft has a tool called iismt that will assist in migrating. First thing I…

bcdedit – GUI'fied

November 29, 2009 1 min read

If you’ve ever modified your boot partition information before in a Vista+ computer, you’ve realized Microsoft does not store this in boot.ini. Instead, it’s edited via a command…