Update DirectX in Windows 7
article #433, updated 3 days ago

The following:

http://www.microsoft.com/en-us/download/details.aspx?id=35

provides a thorough DirectX updater for Windows 7. It downloads and updates quite a wide variety of items. If you have a game or application missing a DirectX file, try this.

Categories:      

==============

Test Linux Audio and Performance in Perl with realtimeconfigquickscan
article #430, updated 5 days ago

This:

http://code.google.com/p/realtimeconfigquickscan/

is really intended for use to test realtime kernel audio configurations. However, the Perl script above does form a very good overall Linux performance optimization test, you can ignore a few items you may not need.

Categories:      

==============

Outlook 2007 [possibly other versions] in Windows 7 not connecting to Exchange
article #432, updated 5 days ago

If you see this, find OUTLOOK.EXE, go to Properties, and check the Compatibility tab. It may be set to XP SP2 compatibility. Uncheck Compatibility mode if it’s set.

No clues yet as to what is causing this, but I’ve seen it as the only solution needed once, and I have multiple reports similarly.

Categories:      

==============

Hidden IPv6 on XP and Server 2003
article #431, updated 13 days ago

Sometimes IPv6 is installed on XP in a hidden form — sometimes IPv6 may be installed, but not visible in any Windows GUI. To find out, go to command prompt and enter:

netsh show helper

If IPv6 is installed, in that list will be “ipv6”. To uninstall on XP, run this:

ipv6 uninstall

The ipv6 command does not exist on Server 2003. The following does:

netsh delete ipv6mon.dll

Hidden IPv6 has been shown to cause problems in some Oracle environments.

Categories:      

==============

Additional Critical and Delayed Worker Threads in Windows - speed tweak
article #422, updated 17 days ago

At this registry location:

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Executive

create or modify “AdditionalCriticalWorkerThreads” and also “AdditionalDelayedWorkerThreads”, both DWORDs.

For a 32-bit system, I have come to prefer decimal values of 6 times the number of gigs of RAM. So a 1/2G RAM system gets 3, a 4G system gets 24.

I’m still working on a formula for 64-bit OS, I’d like to know whether Windows can reliably hold the same up to large RAM (64G=384 ??!?). Until I have better, I’ll be using the same as 32-bit up to 4G RAM, and upwards of 4, I’ll use 3 times the number of gigs of RAM. So 4G of RAM gives us 24 (4×6), but 8G also gives us 24, and 16 gives us 48.

Some outdated info on this is here:

http://msdn.microsoft.com/en-us/library/ee377058%28v=BTS.10%29.aspx

The above includes a statement that the maximum value actually used by Windows for these entries is 16. However, the page is old enough that it does not discuss 64-bit environments. On the other hand, the MZ 7 Optimizer does set these registry entries to 16 on any 64-bit server when the appropriate checkbox is used.

Categories:      

==============

Screenshots in Linux
article #429, updated 19 days ago

This utility:

http://shutter-project.org

appears to be excellent. Packages available for several distros.

Categories:      

==============

Oracle ports list
article #428, updated 19 days ago

The entire list appears to be here:

http://docs.oracle.com/cd/B28359_01/install.111/b32006/ports.htm#CIHHFDFH

Categories:      

==============

RSS reader for Linux
article #427, updated 22 days ago

Try this:

http://liferea.sourceforge.net/

Categories:      

==============

Set NetBIOS over TCP/IP using command line
article #426, updated 24 days ago

First get a list of interfaces:

wmic nicconfig get caption,index,TcpipNetbiosOptions

Make note of the number of the interface you want to change. Once you have it (for example, number 0000009), do this to enable:

wmic nicconfig where index=9 call SetTcpipNetbios 1

List of options:

0 – Use NetBIOS setting from the DHCP server
1 – Enable NetBIOS over TCP/IP
2 – Disable NetBIOS over TCP/IP

Categories:      

==============

Transfer Profiles from XP to Windows 7 - Windows Easy Transfer
article #147, updated 24 days ago

This works quite well from XP to 7.  Does not transfer applications. 

http://windows.microsoft.com/en-us/windows7/products/features/windows-easy-transfer

Categories: