Windows Control Panel Applets   March 14th, 2012

I was working on a machine earlier today that had seemingly lost a number of control panel applets.  Of course, just because the control panel applets were not visible doesn’t mean the features themselves had gone; so just how do you access an applet when seemingly it’s no longer there?  Well, the control panel itself only shows shortcuts to the actual applets, the applets themselves are located elsewhere.  Each applet is stored individually as a separate file, folder or DLL and can also be launched manually using the ‘Run’ command.

The locations of the applets can be found in the following locations within the registry:

  1. HKLM\SOFTWARE\Microsoft\Windows\Current Version\Control Panel\Cpls
    This registry location contains the location of all .cpl files on the hard drive that are used within the control panel in string format.
  2. HKLM\SOFTWARE\Microsoft\Windows\Current Version\Explorer\ControlPanel\Namespace
    Here you’ll find the location of the CLSID variables for all applets on the local machine not included as .cpl files; these are normally folders or shell applets.

It’s these locations that the control panel would normally use to locate the available applets and load them into the control panel.

In case you come across this yourself, here is a list of the commonly used applets:

  • access.cpl (Accessibility Options)
    Here you can configure and control a number of accessibility options on your machine; it contains a number of settings aimed mainly at users with disabilities or who may be experiencing hardware issues preventing normal interaction.  Some of the options that can be set are: the behavior of the keyboard (Sticky Keys, Filter Keys and Toggle Keys for example); behavior of sounds (Sound Sentry and Show Sounds); high contrast mode options; keyboard cursor and the ability to control the pointer with your keyboard.
  • hdwwiz.cpl (Add New Hardware)
    Here you can invoke the new hardware wizard, allowing you to scan your machine for hardware changes and install the appropriate drivers either from the manufacturers driver disc, or directly from the online Windows repositories.
  • appwiz.cpl (Add or Remove Programs / Programs and Features)
    Probably one of my most frequently accessed applets.  Here you can view and interact with installed applications on your machine in a number of ways.  You can for example uninstall or change existing applications on your system and manually install software from an optical drive or floppy/USB drive.  You can also view and change installed Windows components from here (for example enable the Telnet client).
  • control admintools (Administrative Tools)
    Here you can launch the administrative tools folder where you’ll be able to launch tools for various aspects of your systems administration including security, performance and service configuration.  Here you’ll also be able to access the event viewer.
  • wuaucpl.cpl (Automatic Updates)
    Here you can change how you would like your machine to handle Windows Updates.
  • timedate.cpl (Date and Time)
    Here you can change the date and time of your system clock, it also allows you to enter details of an Internet Time Server to automatically synchronize the clock; you can also change the time zone.
  • desk.cpl or control desktop (Display)
    Here you can change various display options on your machine; things such as the desktop wallpaper, the screensaver, the screen resolution and the system theme.  You can also change some advanced options such as which default icons will appear on the desktop, ClearType settings, and monitor settings such as colour depth and refresh rate.
  • control folders (Folder Options)
    Here you can configure how files and folders are shown in Windows Explorer; specifically it allows you to change a number of general settings for example, whether a folder will open in a new window or an existing one.  You can also change advanced settings such as whether system files and known file extensions should be hidden or in view.  You can also modify file type associations from this applet.
  • control fonts (Fonts)
    Here you can launch the font viewer which allows you to not only see what fonts are installed on your system but also install additional fonts.
  • inetcpl.cpl (Internet Options)
    Here you can change how your computer manages internet connections as well as enabling you to change various browser settings for Internet Explorer; this is the same applet you would normally launch from Internet Explorer directly.
  • main.cpl or control keyboard (Keyboard)
    Here you can change and test keyboard settings, including cursor blink rate and key repeat rate.
  • mlcfg32.cpl and mlcfg.cpl (Mail)
    Here you can configure your mail accounts using Microsoft Outlook. If you’re using Microsoft Office 2010 64-bit then use mlcfg.cpl otherwise, mlcfg32.cpl.
  • main.cpl or control mouse (Mouse)
    Here you can configure various aspects of how you interact with your computer using your mouse including visibility options such as pointer trails.
  • ncpa.cpl or control netconnections (Network Connections)
    Here you can edit and create network connections including DUN and LAN connections.  It’s a useful applet to help with troubleshooting connectivity issues and allows you to administer advanced network card properties.
  • powercfg.cpl (Power Options)
    Here you can manage your computers energy consumption and set things such as the delay before the display turns off, and the delay before your system enters standby; you can also decide what you would like to happen when you press the on/off button.

  Here you can also choose hibernation options and how you’d like your machine to interact with a UPS (if connected).
  • control printers (Printers and Faxes)
    Here you can display all of the printers and faxes currently installed on your computer, you can also look at all of the print jobs queued for each printer (you can also pause, cancel or change the priority of existing print jobs).  You can also view and edit preferences for your printers including sharing them on your network making them available to others.
  • intil.cpl (Regional and Language Settings)
    Here you can change the regional settings globally on your machine; you can change, for example, how numbers are displayed, how currency is displayed, time and date notations and language options (including the system locale).
  • mmsys.cpl (Sounds and Audio Devices)
    Here you can choose which sound events are used for various system events as well as choosing which input and output (audio) devices are used if more than one exists.  You can change various sounds card settings and configure whether to show the volume icon in the notification area.
  • sysdm.cpl (System)
    Here you can view and change a number of core system settings, for example you can do the following: display general information about your machine such as the amount of system RAM, CPU, Windows version and manufacturer information; change the computer name and join a domain; manage and configure hardware devices in Device Manager and, specify advanced features such as performance logs and virtual memory options.  Along with appwiz.cpl this is one of my most used applets.
  • nusrmgr.cpl (User Accounts)
    Here you can configure the local user accounts on your machine including username, password, and display avatar.  If you’re logged in with an administrator account, you can also change other’s account details and enable/disable the guest account.

Needless to say the above list is by no means exhaustive.  Depending on installed hardware and attached peripherals, there are also a number of hardware specific applets that will become available; you’ll be able to see what you have available on your machine by looking at the registry locations mentioned above.

I hope this list may prove useful, feel free to add any others you may use in the comments box below.

Over the past few years, our understanding of SSD technology has advanced significantly.  In theory, SSDs are a massive improvement over conventional spindle drives with no major weakness to speak of.  No longer does your computer have to wait for a motor powered platter to rotate into the correct position every time you want to access a piece of data; it can now grab it instantly from a bank of memory cells inside the SSD.  As well as this dramatic increase in performance gone is the noise, the heat, and importantly the power consumption, and in its place smooth, silent, virtually instant data transfer.

Well, that’s the theory anyhow.

The reality is that whilst a lot of the above is true, an SSD is not immune to problems like any other hard drive; one of the biggest of these problems is the way in which SSDs handle deleted data and the way this causes overall performance to tail off after continual use.

First, we need to understand the problem.

SSDs are split into multiple cells. Imagine for a moment a brand new SSD with a clean 20kb cell, the drive writes two 10kb files into this space at its full write speed, so far so good.  Later, you delete one of these 10kb files as it is no longer required.  The SSD will now simply mark the unwanted 10kb space as an area that is available to be rewritten, this is exactly the same behaviour you’d expect from a conventional spindle drive; the important point to note here is that neither the SSD nor the conventional spindle drive actually deletes the physical data.  The difference comes when you need to right new data into the 10kb space.

The conventional spindle drive will simply write over the 10kb of space when the new data comes along however when the SSD comes to rewrite data to the 10kb of free space in the now dirty cell – in order retain the 10kb file still there – it must first read that data to its controller, wipe the whole 20kb cell clean and then rewrite the complete set of valid data, old and new, into the cell.  Over time, this continual rewrite process has very little impact on the performance of a conventional spindle drive however the read-modify-write process employed by the SSD will drastically reduce performance on the SSD in comparison to writing data to new, clean cells.  This behaviour is the main cause of SSD performance degradation over a period of time, especially for heavy users accessing data daily.

Ironically, for a device which can, at least in theory, address any given cell at the same speed, SSDs can also become subject to fragmentation as a side effect to dirty NAND.  Having numerous cells filled with deleted data means the drive needs to perform more and more read-modify-write cycles when writing files to the drive which over time causes yet more performance degradation.  A heavily fragmented SSD will also have no choice but to spread files over even more cells, forcing the drive to address all those cells too when reading data; this of course has the effect of reducing the overall read performance of the SSD as well as the write performance.

SSD manufacturers are aware of these issues of course and there is a fix by way of the TRIM command.  TRIM reorganises written data on the SSD and scrubs deleted data as soon as it has been deleted (this is triggered by a delete command, clearing the recycle bin or, reformatting the drive).  This means that when the drive needs to write data to that cell again, there is nothing but clean NAND waiting negating the need to perform the read-modify-write process, therefore ensuring the optimum write performance is maintained and does not degrade with use.  However, in order for TRIM to work, support is required not only within the SSDs firmware but also the host OS.  Windows 7 shipped with TRIM support out of the box and I can say from personal experience, it makes a huge difference.  The problem with OS X is that TRIM support is very limited.

TRIM is officially supported in OS X 10.6.8 or greater, but is limited by the fact that it only supports Apple branded SSDs.

Take a look at About This Mac>More Info>Serial-ATA and you’ll notice unless you’re running an Apple SSD the TRIM support flag is set to ‘No’.  It seems a deliberate oversight on Apple’s part, no doubt to try and convince you to buy their own branded drives (which by the way you should never do, they are way over-priced and old technology) but as always there is a way to enable TRIM for other manufacturers SSDs.  To enable TRIM support, simply download an app called TRIM Enabler which works by loading a kernel extension from MacBook Pro 2011 models (with TRIM support) into your Mac OS X kernel, this forces TRIM to be enabled; all you have to do is download and mount the DMG file and click on Patch.  Simples!

Caveat: This is completely unsupported software and is not endorsed by Apple.  I am not responsible for any damage or data loss that may result from enabling TRIM.  Always have a backup of your data and proceed carefully at your own risk.  If you decide to download the above patch and enable TRIM, you do so of your own choice.

Notes: I have tested TRIM Enabler on my MacBook Pro (early 2011) i5 running OS X 10.6.8 Snow Leopard without issue.  After a reboot, the TRIM support flag changes to ‘Yes’ and the system runs normally without any issues, it’s too early to tell if having TRIM enabled will keep my read/write speeds consistant but I will run some benchmarks and report back at a later date with a comparison.

I hope this may be of use to someone, please feel free to share your experiences in the comment box below.

As a converted Mac user, I no longer use my trusted Lenovo T61p.

The T61p may be a few years old but in my experience it still out performs most, if not all, of the mid-range machines on the market today.  The ‘p’ designation was a very high specification laptop designed as a mobile workstation geared towards serious mobile computing and design work and will frankly, embarrass many of the most up-to-date models; with good all round performance coupled to a quality full HD display, the T61p is truly a great machine.

I wrote a review of the machine a while ago which can be found here for further information.

Specifications are as follows:

Model – Lenovo ThinkPad T61p 6460-8UG
Processor – Intel Core 2 Duo T7700 2.4Ghz with Centrino Pro technology
Memory – 3Gb DDR2 SDRAM PC2-5300-667MHz SO DIMM 200-Pin
Display – 15.4″ Full HD (1920×1200 WUXGA) TFT Active Matrix
Graphics – Nvidia Quatro FX 570M 256Mb PCI Express x16
Battery – 9-Cell Extended (Genuine Lenovo, approximately 6 months old)
Hard Drive – 320Gb 7200rpm SATA
Optical Drive – DVD-Writer DVD+RW
Operating System – Windows 7 Ultimate Edition 32-Bit (installed, licensed and activated but no COA or media supplied)

Please feel free to contact me if you’d like any further information, or head over to the eBay auction directly to place a bid.  I also have available a Lenovo Advanced Dock (for the above) as well as a 19″ Widescreen Lenovo monitor.

Christmas Fruitcake Anyone?   December 24th, 2011

I had the following message pop up on Skype a short while ago, I mean really, after all these years do people really think we are still stupid enough to fall for the same con? Aside from the jump to social media platforms instead of email, the old tactics are still the same.

Still, it made me chuckle.

Hello Southby,

I have been in search of someone with this last name.  Southby.  So when I saw your name I was pushed to contact you and see how best we can assist each other.  I am Mr. David Akoto, a Banker here in Kumasi, Ghana.  I believe it is the wish of God for me to come across you on skype now.  I am having an important business discussion I wish to share with you which I believe will interest you because, it is in connection with your last name and you are going to benefit from it.  One Late Albert M. Southby, a citizen of your country had a fixed deposit with my bank in 2004 for 36 calendar months; valued at (Three Million, Four Hundred Thousand US Dollars) the due date for this deposit contract was the 16 of January 2007.  Sadly Albert was among the death victims in the May 26 2006 Earthquake disaster in Jawa, Indonesia that killed over 5,000 people.  He was in Indonesia on a business trip and that was how he met his end.  My bank management is yet to know about his death, I knew about it because he was my friend and I am his account officer.  Albert did not mention any Next of Kin/ Heir when the account was opened, and he was not married and no children.  Last week my bank Management requested that Albert should give instructions on what to do about his funds, if to renew the contract.  I know this will happen and that is why I have been looking for a means to handle the situation, because if my Bank Directors happens to know that Albert is dead and do not have any Heir, they will take the funds for their personal use, so I don’t want such to happen.  That was why when I saw your name I was happy and I am now seeking your co-operation to present you as Next of Kin/ Heir to the account, since you have the same name with him and my bank head quarters will release the account to you.  There is no risk involved; the transaction will be executed under a legitimate arrangement that will protect you from any breach of law.  It is better that we claim the money, than allowing the Bank Directors to take it, they are rich already.  I am not a greedy person, so I am suggesting we share the funds equal, 50/50% to both parties, my share will assist me to start my own company which has been my dream.  Let me know your mind on this and please do treat this information as TOP SECRET.  We shall go over the details once I receive your urgent response strictly through my personal email address, davidakoto50@live.com

Regards,
Mr. David Akoto

Needless to say I won’t be contacting Mr Akoto anytime soon.

It’s taken Google a little while to catch up with Safari to fully support the new full screen features in OS X 10.7 but an update is now available to do just that.  As well as supporting native full screen, the update also brings overlay toolbars to Chrome.  These features are not necessarily new and have been available for some time in the developer releases of Chrome, but of course these were not widely available and were quite unstable for day-to-day use.

To get the update, all you need to do is go to the Chrome menu and select About Google Chrome and then select Update Now, you can also download the update directly from Google servers by following this link.