Personal IT Experiences

Personal IT Experiences header image 1

Turn on or off your wireless LAN card from a command line or batch file

December 15th, 2007 · No Comments

My trusty Dell C640 laptop with Windows XP doesn’t have a built-in function key sequence for disabling the wireless LAN card. 

On a Intel support forum, I ran across this thread and I followed the suggestions for installing the Microsoft DevCon utility and launching an on or off batch file.  I’m now using an on and off batch file in conjunction with the free version of the Keybreeze utility

→ No CommentsTags: Laptop · Weekend Warrior · Windows

Establish Configuration Logging in Presentation Server 4.5

August 30th, 2007 · No Comments

Record and report all Presentation Server configuration changes. Track changes made to the Presentation Server farm, by whom and at what time to simplify and accelerate troubleshooting. Configuration Logging is invaluable for auditing and ensuring accountability when multiple administrators are maintaining Presentation Server.

A very nice how-to article provided at alsolorzano.com

→ No CommentsTags: Citrix

Microsoft Group Policy Diagnostic Best Practice Analyzer (GPDBPA)

August 30th, 2007 · No Comments

The GPDBPA tool is a stand-alone program that an administrator can run
from a Windows Server 2003-based system or from a Windows XP-based
system. You can use the tool to do the following:

Perform
a proactive health check on the Group Policy environment to detect
common configuration errors that frequently generate support incidents.
Collect diagnostic information and initial data from an environment, and then automate some analysis of that data.
Obtain
a snapshot of the Group Policy configuration for archiving. This data
may be a useful reference if a future problem occurs.

http://support.microsoft.com/kb/940122

→ No CommentsTags: Active Directory · Windows

To Add or Remove Citrix Presentation Server 4.5 Components

August 28th, 2007 · No Comments

From the Start button, select -> Settings -> Control Panel

Select the -> Add or Remove Programs applet

Fromthe list of Currently install programs: click once on Citrix Presentation Server For Windows and click the -> Change button.

addremovecitrixservercomponents.png

Make the changes you need.

→ No CommentsTags: Citrix

FireFox + ScribeFire Add-on = Killer Off-line Blog Editing

August 27th, 2007 · No Comments

For simple off-line blog editing, from either a Mac or Windows platform, I really like the simplicity and efficiency of the ScribeFire add-on for the FireFox browser. I’ve tried Microsoft’s Live Writer beta on Windows and Ecto on the Macintosh.

→ No CommentsTags: Weekend Warrior

Completed Blog Move To A Small Orange Hosting

August 27th, 2007 · No Comments

A very clean export from Wordpress.com and import to wordpress 2.2.2 blog hosted on A Small Orange.

→ No CommentsTags: Weekend Warrior

What Microsoft Uses For Vista Anti-Virus

August 26th, 2007 · No Comments

Meaningless technical tidbit, but if Computer Associates (CA) is good enough for Microsoft’s coders, why not the rest of us? Mark Russinovich in a recent blog posting.

→ No CommentsTags: Weekend Warrior · Windows

iTunes Authorization FAQ

August 25th, 2007 · No Comments

Songs purchased on the iTunes Store can be copied to an unlimited number of computers. However, only five computers at a time can play your iTunes DRM-protected music*.

You can enable a computer to play your purchased music by authorizing it. You can remove a computer from the authorization list by deauthorizing it. Deauthorizing your computer does not erase your music files; it simply prevents your purchased music from playing until you authorize that computer again.

Apple - Support - iTunes Store - Authorization FAQ

→ No CommentsTags: Weekend Warrior · Macintosh

Citrix PS 4.5 Enterprise — Error 10001

August 24th, 2007 · No Comments

It turns out my encounter with this error was due to a “bad” install of .NET 2.0. I could not perform a security update of .NET 2.0. I ignored the security update error and proceeded to perform the Citrix PS 4.5 install. Near the end of the Citrix server component installation, the installer began uninstalling all of the PS 4.5 server software components. The Citrix error returned after the uninstall was 10001.

In my earlier blog post I described how I uninstalled and reinstalled .NET 2.0 (a requirement for PS 4.5). After I reinstalled and patched .NET 2.0 I was able to perform a satisfactory PS 4.5 server installation.

→ No CommentsTags: Terminal Services · Citrix · Windows

Removing .NET Framework With 3rd Party Utility

August 24th, 2007 · No Comments

Windows 2003 Enterprise R2 SP2. When patching the server’s .NET 2.0 for security update – encountered an error message. Rebooted and attempted to patch once again – same error. Tried to uninstall .NET 2.0 from the Add/remove control panel applet. Could not uninstall – another error message.

Found this link (read Daniel’s reply) and then downloaded the utility from this link. The utility performed the “cleanup” after I selected .Net 2.0 from the pull down list. Other .NET versions listed in the utility were 1.1, 2.0. 3.0 and 3.5.

After the cleanup, reboot the server, launch Windowsupdate.microsoft.com and download and reinstall the .NET 2.0 framework. After the install, reboot. Don’t forget to obtain the .NET 2.0 security update after the reboot and then reboot once again for good measure.

→ No CommentsTags: Terminal Services · Windows