Posts Tagged ‘Miscellaneous’
I recently took the plunge and decided to load Windows7 (pre-beta 6801) on my laptop. While I have been very satisfied with the performance and how stable it appears to be, it is not without its quirks.
The other day I restarted my machine, and before it got to the splash screen where it normally does the “ta-da” and displays the Windows Logo (immediately before ctrl+alt+delete screen) all I got was a black screen and a mouse. I tried all sorts of keystrokes and mouse movements, but I could not get the computer to respond. I tried “sleeping” the computer and [...]
read more
While at Microsoft today, I was talking with a fellow developer who was complaining that they couldn’t download Team Explorer 2005 from MSDN, even as a VSTS subscriber. They wanted v2005 because, although they had Team Foundation Server (TFS) 2008, they were still using Visual Studio 2005.
As it turns out, this isn’t this isn’t quite true. If you download Team Foundation Server 2005 (either Trial or Workgroup editions), there is a TFC directory on the ISO file for the Team Explorer install. However, there is a better solution and it doesn’t even require logging on to MSDN. It turns out [...]
read more
For the most part I have much of the install for Windows 2008 operating system and programs automated (unattended). However, one thing that I found a little more difficult to find was a command line way to turn off IE’s Enhanced Security (manually turned off from Server Manager -> Configure IE ESC.
I found an unattended method and created a batch file:
:: Backup registry keys
REG EXPORT “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}” “%TEMP%.HKEY_LOCAL_MACHINE.SOFTWARE.Microsoft.Active Setup.Installed Components.A509B1A7-37EF-4b3f-8CFC-4F3A74704073.reg”
REG EXPORT “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}” “%TEMP%.HKEY_LOCAL_MACHINE.SOFTWARE.Microsoft.Active Setup.Installed Components.A509B1A8-37EF-4b3f-8CFC-4F3A74704073.reg”
REG ADD “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}” /v “IsInstalled” /t REG_DWORD /d 0 /f
REG ADD “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}” /v “IsInstalled” /t REG_DWORD [...]
read more
Greetings and welcome to my BLOG.
I have been meaning to begin BLOGging for several months now. Well, actually going on a year I suppose. I guess I felt that I really didn’t have anything too terribly important to say. Not that I think that now, but that I have recently run across a few items that I found interesting. I guess I just needed something to get me started. Hopefully, I will have something that will benefit someone, somewhere.
A Little History
I entered the professional world of programming as a COBOL programmer on a WANG mainframe for the USAF. It was [...]
read more
I came across this some time ago and immediately took a fancy. Tonight I needed it again for some collaboration and again I was amazed. The figure below is my real-time collaboration with Prashant tonight.

Multiple users can “collaborate” by posting and editing content in real time onto the whiteboard. What is most incredible about it is the fact that there is no install – none! Nada… it appears to use Java Script entirely.
The difference between collaborating with this versus collaborating with Word is amazing.
With MS Word,
I type something
Save it
Email it or post it to SharePoint
You open it
turn on track changes,
edit [...]
read more
Check out CoolMon as a replacement for BGInfo from sysinternals. The difference being that CoolMon updates dynamically. For example, you can watch the CPU change within the CoolMon window on the desktop.
FolderShare is a fantastic way to keep files synchronized between computers. At times, however, I wanted to start using FolderShare for folders that already existed on both computers and possibly have conflicting changes. What happens in this scenario?
To find out I created folders on each computer with the following files:
Computer A
Computer B
Computer A only.txt
Computer B only.txt
conflict.txt
conflict.txt
same.txt
same.txt
The content in conflict.txt was different on each computer.
Turning on FolderShare to synchronize these two folders produced the following result:
Computer A
Computer B
Computer A only.txt
Computer A only.txt
Computer B only.txt
Computer B only.txt
conflict.txt
conflict.txt
conflict-<AccountName> on <ComputerName>.txt
conflict-<AccountName> on <ComputerName>.txt
same.txt
same.txt
<AccountName> and <ComputerName> correspond to the FolderShare account name and the computer [...]
read more
For a couple months now I have been using CallWave Mobile and really liking it. Following the instructions, I changed my cell phone to forward all calls destined for voice mail to instead go to CallWave. CallWave then became my voice mail and forwarded all messages into my email for me to listen to. I maintained the option to call into CallWave to retrieve my messages, but also had them configured to arrive via email.
In addition, with CallWave I installed an application onto my computer so that when someone called my cell phone, a notification appeared on my computer.
read more
There are several reviews (ITNews, CRN, and TechWeb) of Microsoft’s Office Live Basics versus Google Apps for Your Domain. My key problem with Microsoft Office Live Basics was the requirement to switch my domain to Melbourne IT as the registrar and to switch my DNS server, perhaps in a way that I had less control. (The restriction to 5 emails addresses or $30 per month were not exactly appealing either.)
However, switching to Google Apps was far less invasive. I could just change my MX record and immediately be up and live with GMail Web [...]
read more
Currently in beta, VMWare Workstation 5.5 makes upgrading from Virtual PC/Server even easier:
“You can now directly open third-party virtual machines, including Microsoft VPC and Virtual Server, without first converting them. From the Open dialog in both Workstation and Player interfaces, you can select the appropriate file type to open third party virtual machines. Any changes you make to the virtual machine are then saved in VMware format.”
Bink.nu – August 19, 2005
Furthermore, Workstation 5.5 supports both 64-bit host and 64-bit guest operating systems. Sweet!
UPDATE – September 3, 2005
For access to [...]
read more