Category: Tips and Tricks

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: I have tested the following solution to work that I have found through Aaron Stebner’s WebLog (2/2006).

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 »

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

Password protection of PST files is weak. Outlook uses a CRC32 algorithm vs MD5 or SHA-1. The CRC value may be recalculated to match the correct password with more than one possibility. A value of zero requires no password. A value other than zero, a password must be typed. A list of passwords to generate a zero value is below:…

Read More »

Remove Windows 200x Domain Controller from AD in DSRMode

While in DS restore mode open up regedit and navigate to khey_local_machine/system/currentcontrolset/control/productoptions. Change the product type from lanmannt to servernt. Reboot into windows normally. The machine now thinks it’s a member server. Disjoin from the domain, reboot, and do a DC Promo up to a dummy domain. Make sure it’s pointed to itself for DNS resolution, it will aks you…

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: Note: MaxInstanceCount can be adjusted to fit individual requirements. Reboot

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 »

How to remove paragraph mark from Outlook messages?

Problem Copied something into an email and it turned on formatting when reply or create new email messages. Resolution Create a new email message. Go to Tools -> Options -> View tab. Look in Formatting marks and uncheck any and all boxes. Click OK. Done.

Read More »

Hot to enable a Symantec Antivirus LiveUpdate that is grayed out

We have had several computers that were recently reloaded that had the Symantec Antivirus LiveUpdate grayed out or locked out.  This may be as a result of a group policy or policy pushed through the Symantec server, however, there is an easy fix for this.  To re-enable Symantec LiveUpdate using the following code and regedit. Windows Registry Editor Version 5.00…

Read More »

Change Registered Information for Microsoft Office 2003

There are more than one valid reasons for doing this. In one case, a company buys out another company. The assets exchange possession and you want to re brand the applications to reflect company ownership. Here is how. Using regedit, edit the registry for the following keys. Be certain that there is a 00 between each letter. Windows Registry Editor…

Read More »

GPResult.exe Returns Error Message or No Result

If GPResult.exe Returns Error Message or No Result, I found this little script that intended to resolve the problem and worked for me. At command prompt, execute the following: net stop winmgmt c: cd %systemroot%\system32\wbem rd /S /Q repository regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll mofcomp cimwin32.mof mofcomp cimwin32.mfl mofcomp rsop.mof mofcomp rsop.mfl for /f %%s in (‘dir /b /s…

Read More »

Query Adobe Acrobat 7.x using LANDesk

Adobe Acrobat 7 cannot be queried as ACROBAT.EXE as the file size remains the same. The results will be inconclusive. ACROBAT.DLL, however, changes. Update the LDAppl3.Template file to add .DLL to ScanExtentions. Go to LANDesk Management Suite, Software License Monitoring, and Make Available to Clients. To create the query use: “Computer”.”Software”.”Package”.”File Name” = “ACROBAT.DLL” Add a column using “Computer”.”Software”.”Package”.”Version”

Read More »