Auto launch Lotus Notes 6.5 without typing password

Unlike Microsoft Outlook, where all you have to do to access your email is click on an Outlook icon without having to repeatedly type in your password, IBM Lotus Notes requires a username and password to be typed each and every time.  However, I am lazy and often have to reboot my Microsoft Windows workstation (quite common for a Microsoft…

Read More »

How to create a software RAID5 on Microsoft Windows XP with this hack

Microsoft Windows XP, by design, is not capable of a native software RAID5, however, capable of mirroring drives. However, by modifying three files, Windows XP becomes capable of software RAID5.  This has successfully been implemented and verified on a Microsoft Media Center Edition 2005 (MCE 2005). Installed three 300 GB SATA drives and successfully created RAID5. Copy the following files…

Read More »

Netgear GA311 NIC 10/100/1000 no Windows 2003 Driver?

Netgear GA311 Gigabit NIC 10/100/1000 does not offer drivers to support Microsoft Windows 2003 Although I ran across this article that inspired me below, I physically verified the chip on the card. The Netgear GA311 REV.A1 uses Realtek’s RTL8169S-32 chipset. I have tested this driver on this card on a Windows 2003 server without any problem. The driver is available…

Read More »

Edit MS-DVR in Windows Movie Maker

By default, MS-DVR files recorded through Windows Media Center are not directly editable in Windows Movie Maker 2.1. A simple registry tweak — one that has circulated in various Windows communities for several years — changes that, and it only recently came to my attention. I have not been able to track down the original author to credit them, but…

Read More »

Diskeeper reports high reserved system space

Diskeeper is unable to completely optimize the specified drive as there is a rather large green/white striped area known as reserved system space. This is free area however Diskeeper will not use this area for defragmentation. To utilize this “wasted” space, the hard drive space needs to be used to capacity. A script was found to create files and folder…

Read More »

Compress individual log files into individual compressed archives

There was a task to compress all the log files for a Microsoft IIS6 installation. The log files were taking up gigabytes of space, whereas a single log file may be as large as 50 to 100MB in size.  A compressed log file resulted in only 2-4MB in size. I needed a method that would compress each log file into…

Read More »

Internet Explorer 7 Gold RunOnce Removal

Microsoft Windows Internet Explorer 7 Version: 7.0.5730.11CO Update Versions: 0 Version: 7.0.5730.13IS (confirmed working) Issue The annoying Runonce linking to runonce.msn.com/runonce2.aspx either fails to start or you do not want it to start. There is no reasonable explanation as to the purpose of this link. All settings may be changed within the installation of itself without linking to Microsoft. I…

Read More »

How to remove the DnsEvent, NTDS, and NtFrs event logs on DC

How to remove the DnsEvent, NTDS, and NtFrs event logs from Demoted Domain Controller. It is not possible to delete event logs while EVentLog service is running, and the EventLog service cannot be stopped. You can use the following procedure to locally remove the subject event logs: 1. Start->Run->CMD, press ENTER 2. Type REG ADD \\DemotedDC\HKLM\SYSTEM\CurrentControlSet\Services\Eventlog /V Start /T REG_DWORD…

Read More »

April 2006 Update Rollup for Microsoft Windows XP Media Center Edition 2005

Microsoft has released an April 2006 Update Rollup for Windows XP Media Center Edition 2005.  However, after applying the April 2006 Update Rollup for Windows XP Media Center Edition 2005 (MCE2005), many encounter several issues, including: Component registration failed Some of the files needed to play radio or video are missing or corrupt. Media center component registration may have failed…

Read More »

How to create a local admins group using AD, GPO, VBS in a Microsoft Windows domain

In a Microsoft Windows server domain, in this case a Windows 2003 Server, Windows Server 2003 Enterprise and Windows 2000 Server, Windows 2000 Advanced Server mixed mode environment, there was a need to create a local administrators group, add members to that group, and give those users administrator access to either workstations or servers.  Using a Group Policy Object (GPO),…

Read More »

eTrust PestPatrol Anti-Spyware Corporate Edition 5.x Removal

I wrote this little script that has worked for me to remove eTrust PestPatrol Anti-Spyware Corporate Edition 5.x. :: PestpatrolUninstall Version 1.0 (Build 20051221) @ECHO OFF>NUL :: PestPatrol Remote Service is installed by the execution of :: eTrust PestPatrol Anti-Spyware Corporate Edition console NET STOP “PestPatrol Remote” C:\WINDOWS\system32\ppRemoteService -unregserver ECHO Y| DEL “C:\WINDOWS\system32\ppRemoteService.exe” :: PestPatrol Folder to be removed ::…

Read More »

Outlook Password Protection for Personal Folders (PST) is weak, very weak

Password protection on PST files should not be relied upon for security. Outlook uses a CRC32 algorithm rather than a cryptographic hash like MD5 or SHA-1, which makes it trivially bypassable. Applies to Outlook 97–2003 (ANSI format PST files). Outlook 2007 and later use the Unicode PST format, though PST password protection remains weak and should not be considered a…

Read More »

Remove Windows 200x Domain Controller from AD in DSRMode

Demoting a Domain Controller When Normal Demotion Fails If DCPromo fails to demote a Domain Controller gracefully, you can force the machine to forget it’s a DC by temporarily tricking it into thinking it’s a member server. Step 1 — Modify the product type in the registry Boot into Directory Services Restore Mode (DSRM) and open Regedit. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions…

Read More »

Enable Multiple Remote Desktops in XP & MCE 2005 Simplified

Simplified (Tested Successfully) Note: Use Google to find the file. termsrv.dll – 215,552 bytes 5.1.2600.2055 (xpsp_sp2_beta1.031215-1745) Backup original termsrv.dll by renaming c:\windows\system32\dllcache\termsrv.dll to termsrv.dll.bak Copy termsrv.dll to c:\windows\system32\dllcache Copy termsrv.dll to c:\windows\system32\ Open Windows Registry Editor Version 5.00 and add the following dword values: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core] “EnableConcurrentSessions”=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services] “MaxInstanceCount”=dword:00000002 Note: MaxInstanceCount can…

Read More »

Enable Multiple Remote Desktops in XP & MCE 2005 Full

Restart your computer in Safe Mode Turn off/disable Remote Desktop Connection (RDC) and Terminal Services Right click My Computer and click Properties Click on the Remote tab at the top of the window UNCHECK the box next to, “Allow users to connect remotely to this computer“ Click OK Go to Start -> Control Panel -> Administrative Tools -> Services Find…

Read More »

Video Card Drivers not compatible with MCE 2005

After building a Microsoft Windows Media Center 2005 computer, it is quickly discovered that the video card does not have any compatible drivers.  The next obvious option is to use regular Microsoft Windows XP drivers.  Once installed, one may encounter serious incompatibility issues as it relates to DirectX 9 and Microsoft Windows Media Center 2005 will only operate in “safe…

Read More »

Video Card Drivers not compatible with MCE 2005 #2

If the video card driver is outdated and no longer supported by the manufacturer, the following website offers tweaked drivers for gamers and enhusiasts. One such driver updated a 2001 driver to a modified 6/2006 driver and MCE 2005 functioned as it should. http://www.tweakforce.com Go to the downloads section.

Read More »