<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; system</title> <atom:link href="http://www.ghacks.net/tag/system/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Do You Know What is Running on Your System?</title><link>http://www.ghacks.net/2011/07/21/do-you-know-what-is-running-on-your-system/</link> <comments>http://www.ghacks.net/2011/07/21/do-you-know-what-is-running-on-your-system/#comments</comments> <pubDate>Thu, 21 Jul 2011 16:50:16 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[processes]]></category> <category><![CDATA[system]]></category> <category><![CDATA[task-manager]]></category> <category><![CDATA[troubleshooting]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48084</guid> <description><![CDATA[The programs running on your computer are not limited to what shows up as tabs on you taskbar and icons in your system tray. A lot of programs are running in the background. If you were not aware of this, or you have not checked in awhile, then there is probably software running that you [...]]]></description> <content:encoded><![CDATA[<p>The programs running on your computer are not limited to what shows up as tabs on you taskbar and icons in your system tray.  A lot of programs are running in the background.  If you were not aware of this, or you have not checked in awhile, then there is probably software running that you do not need.  It is time to take a look and figure out exactly what your computer is up to.</p><p><strong>Why bother checking?</strong></p><p>Performance.  Especially when you turn on your computer.  The time it takes to load each piece of software adds up quickly, increasing your boot time.  This can cause instability too.  There is a chance that some of these programs could be harmful, but most antivirus programs check for them.  The focus here is to figure out what is running on a computer, identify the programs, and introduce tools to help with the process.</p><p><strong>Listing What is Running</strong></p><p>The main tool to find out what is running in Windows is the <a
href="http://www.ghacks.net/2010/07/05/how-to-get-an-ultra-compact-windows-task-manager/">Task Manager</a>.  Use <em>Ctrl+Shift+Esc</em> to open it directly.  There are also a variety of <a
href="http://www.ghacks.net/tag/task-manager/">alternatives</a> to choose from.  For a Linux system, use the <a
href="http://www.cyberciti.biz/faq/show-all-running-processes-in-linux/">ps command</a> or use the <a
href="http://www.ubuntu-unleashed.com/2008/05/howto-setup-alt-ctrl-del-to-open-gnome.html">System Monitor</a>.  These tools will list the programs and processes that are running on your computer.  Some of them will be standard process that are a part of the operating system, but many will be foreign to even experienced users.</p><p><strong>Known Processes</strong></p><p>Here is a list of what would appear on a Windows XP system.  To be clear, these programs are a part of Windows; they are needed.  What each item does is an article unto itself.  What is listed here is the file name and the pronounced name of the programs.  This list can change for different versions of Windows.  In time, a user should become familiar with these and the typical processes of their computer.</p><ul><li>csrss.exe &#8211; Client/Server Runtime Server Subsystem</li><li>lsass.exe &#8211; Local Security Authority Service</li><li>mdm.exe &#8211; Machine Debug Manager</li><li>services.exe &#8211; Windows Service Controller</li><p>kl</p><li>smss.exe &#8211; Session Manager Subsystem</li><li>spoolsv.exe &#8211; Printer Spool Service</li><li>svchost.exe &#8211; Service Host (expect to see it running multiple times)</li><li>taskmgr.exe &#8211; The standard Task Manager itself.</li><li>winlogon.exe &#8211; Windows Logon Process</li></ul><p><strong>Unknown Processes</strong></p><p>Chances are that the list of programs running on a computer is a lot longer than the list above.  Keep in mind that whatever you are doing will show up in that list (which is why <em>taskmgr.exe</em> will not show up if you use an alternative).  For example, if you are running Firefox, expect to see <em>firefox.exe</em> in the list.</p><p>Figuring out what an unknown program is will help you decide if you really need it.   There are two main methods: find where the file is and a Google search.  (A third might be to look at a program file name (e.g. Mcshield.exe) and guess what it is (McAfee).)  Windows 7 and Vista users can simply <a
href="http://www.ghacks.net/2010/04/15/how-to-add-information-to-the-windows-task-manager/">customize</a> the view to show file paths.  To search for a file manually, press <em>Win+F</em> to open the <a
href="http://www.ghacks.net/2009/10/10/create-a-windows-search-shortcut/">File Search</a>.  Alternatively, we recommend the replacement <a
href="http://www.ghacks.net/2008/02/17/the-fastest-windows-file-search-just-got-better/">Locate32</a>.  Type in the name of the unknown program (including the .exe) and search.  The key is to look at the location of the program, which should tell you what it does or who the author is (McAfee being another good example).  The folder it is in will probably have a name you recognize and contain documentation (e.g. readme.txt).  If things are not clear by this point, turn to Google.  There are a variety of websites that have archives of processes and will tell you what they do.  Neuber.com is commonly seen in search results and has a <a
href="http://www.neuber.com/taskmanager/process/">more extensive list</a> than above.</p><p><strong>Tools to Help</strong></p><p>Ghacks has covered an extensive list of tools that can help you in this task.  Here are just a few samples.</p><p><a
href="http://www.ghacks.net/2011/06/03/pc-decrapifier-remove-unwanted-software-from-pcs/">PC Decrapifier</a>: This program identifies useless programs, provides information on them, and gives an option to remove them.</p><p><a
href="http://www.ghacks.net/2007/12/08/malwarebytes-anti-malware/">Malwarebytes</a>: A tool that specializes in identifying and removing malware and spyware.</p><p><a
href="http://www.ghacks.net/2011/05/12/spybot-search-destroy-2-0-beta-released/">Spybot</a>: A tool that can find and remove spyware, tracking cookies, etc.</p><p><a
href="http://www.ghacks.net/2006/05/18/do-i-really-need-to-to-run-this-program-at-startup/">msconfig</a>: A tool that comes with Windows used to show and control what runs when a computer turns on.</p><p><a
href="http://www.ghacks.net/2006/08/11/startup-control-panel-and-startup-monitor/">Startup Control Panel</a>: A program designed to make it easy to control what runs at boot on your computer and can integrate with the control panel.</p><p><strong>Some Things to Consider</strong></p><p>Once you know what is running on your system, think through and be careful with what you want to turn off.  The instructions here are designed to help you &#8220;know what you are doing,&#8221; but one article can only teach you so much.  It will cause a problem if you turn off something needed (via closing, altering settings, or uninstall); it will help your computer to get rid of rubbish programs.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/07/21/do-you-know-what-is-running-on-your-system/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Why You Should Always Install Windows on Disk Zero</title><link>http://www.ghacks.net/2011/05/21/why-you-should-always-install-windows-7-on-disk-zero/</link> <comments>http://www.ghacks.net/2011/05/21/why-you-should-always-install-windows-7-on-disk-zero/#comments</comments> <pubDate>Sat, 21 May 2011 17:14:16 +0000</pubDate> <dc:creator>Mike Halsey MVP</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[disk]]></category> <category><![CDATA[install]]></category> <category><![CDATA[partition]]></category> <category><![CDATA[system]]></category> <category><![CDATA[vista]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows 7]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=45364</guid> <description><![CDATA[Windows has always had what many people believe to be an unconventional and frustrating method of addressing physical hard disks.  I&#8217;m talking here about drive letters.  These virtual constructs, I can only really describe them as that, are pointers to the actual names of the disks in your computer.  This works in a different way [...]]]></description> <content:encoded><![CDATA[<p>Windows has always had what many people believe to be an unconventional and frustrating method of addressing physical hard disks.  I&#8217;m talking here about drive letters.  These virtual constructs, I can only really describe them as that, are pointers to the actual names of the disks in your computer.  This works in a different way to Unix systems where the OS and the user both refer to the actual disk address.</p><p>This address does exist within Windows but it&#8217;s well hidden.  One time when you <em>will</em> see it though is when you install the operating system and with Windows 7 (and Vista) it is vitally important to make certain you choose the right one.</p><p>This wasn&#8217;t a problem even a few short years ago as computers only came with a single hard drive.  With the cost of hard drive storage still tumbling though and capacities increasing, it&#8217;s becoming more and more common to find two hard disks inside a new PC and even some high-end laptops.</p><p>These disks are labelled by Windows, Disc 0, Disc 1, Disc 2 and so on with Disc 0 (zero) being the critical one to the operating system.  This is the disc on which you really should install your copy of Windows.</p><p
style="text-align: center"><img
class="aligncenter size-full wp-image-45365" src="http://www.ghacks.net/wp-content/uploads/2011/05/F01xx01.bmp" alt="disk zero" width="516" height="396" /></p><p>There&#8217;s no hard and fast rule here that says you absolutely <em>must </em>install Windows on this drive, in fact it will boot merrily from any hard disk in your PC and from any partition on that drive.  Windows often places a 100Mb System partition at the beginning of Disk 0 though.  This hidden partition stores the boot information for your PC.  It&#8217;s completely separate from your Windows installation but absolutely critical.</p><p>The boot menu resides here, if you don&#8217;t have this partition you won&#8217;t be able to start your PC without detailed rebuilding of the boot system, if it&#8217;s even possible to do so as sometimes it&#8217;s not.  Either way the process is very technical and not for the faint of heart.</p><p>If you have this System partition on a separate physical hard disk to your copy of Windows you are doubling your chances that a hard disk failure will render your system unusable.  It might also be the case that you want to swap this disc out for a larger one, or remove it completely.  This can also render your copy of Windows unusable.</p><p>Hard disks, let&#8217;s not forget, are some of the very few remaining components in your PC to have mechanical moving parts (unless you&#8217;re lucky and rich enough to be able to afford a solid state disk).  The only other moving parts in your PC are fans if that&#8217;s any indication of how old the technology now is.  These moving parts can be placed under tremendous physical strain by heavy or prolonged use.</p><p>Let&#8217;s look at a hypothetical example here.  You have installed Windows 7 on Disc 1 in your computer.  This being the second physical hard disk inside the case.  Disc 0 will always carry the System boot partition so if either one of those hard disks fails you lose access to your copy of Windows.</p><p>If you instead install your copy of Windows on Disc 0 (zero) then the other disc can fail and you&#8217;ll not lose access to your copy of Windows.  Let&#8217;s not forget that on a dual hard disk system the disc that doesn&#8217;t contain a copy of Windows will commonly be used for file storage.</p><p>It&#8217;s an easy error to install Windows Vista or Windows 7 onto the wrong physical disc.  Perhaps the leads have been swapped onto the motherboard ports during maintenance or the build of the PC so that the disk on the top of the pile in the case, the one you&#8217;d assume was disc 0 now isn&#8217;t.  Alas the only way around the problem should issues occur with this is a complete reinstall, which can take many hours when you factor in all your software and settings changes.</p><p>So the next time you come to install a copy of Windows Vista or Windows 7, have a good look at the list of available disks and partitions, and make certain you choose Disc 0 for your installation.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/21/why-you-should-always-install-windows-7-on-disk-zero/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Sys Information, Windows System Information Tool</title><link>http://www.ghacks.net/2010/12/07/sys-information-windows-system-information-tool/</link> <comments>http://www.ghacks.net/2010/12/07/sys-information-windows-system-information-tool/#comments</comments> <pubDate>Tue, 07 Dec 2010 14:58:44 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[sys information]]></category> <category><![CDATA[system]]></category> <category><![CDATA[system information]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37686</guid> <description><![CDATA[Sometimes you may need information about a computer system, for instance to troubleshoot a issue or to look up the exact type of hardware of the PC system. Sys Information is a free and handy tool that can do that, and some more. It is not as sophisticated as previously reviewed applications Speccy, PC Wizard [...]]]></description> <content:encoded><![CDATA[<p>Sometimes you may need information about a computer system, for instance to troubleshoot a issue or to look up the exact type of hardware of the PC system. Sys Information is a free and handy tool that can do that, and some more. It is not as sophisticated as previously reviewed applications <a
href="http://www.ghacks.net/2009/11/11/pc-hardware-system-information-software-speccy/">Speccy</a>, <a
href="http://www.ghacks.net/2007/11/24/get-system-information-with-pc-wizard/">PC Wizard</a> or <a
href="http://www.ghacks.net/2010/03/26/system-information-for-windows-pro-review/">System Information for Windows</a>.</p><p>The program uses tabs and a small sidebar menu to display information on multiple pages. The general tab at the top lists the computer&#8217;s hardware and related information. Its sidebar menu divides the information into a summary page, operating system, motherboard and cpu, and sound and display. Each page lists various information about the computer&#8217;s hardware or software. The summary page for instance lists information about the operating system, processor, hard drives, graphics card, IP address and RAM usage.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/12/sys-information-494x550.jpg" alt="sys information" title="sys information" width="494" height="550" class="alignnone size-medium wp-image-37689" /></p><p>The general tab reveals all relevant information about the system. Some system information tools go into more details but in most cases those are not needed by the majority of users. The other four available tabs lists the system fonts, processes, software programs and drives. There is no interaction possible there, for instance to kill a process or uninstall a font.</p><p>The only other available feature is the ability to create a report which creates a rich test file with the most important information. It is unfortunately not possible to customize the report, for instance to include other information displayed in the application.</p><p><a
href="http://arvinsoft.weebly.com/sys-information.html">Sys Information</a>, the Windows System Information Tool is available for download at the developer website. The program is fully compatible with 32-bit and 64-bit editions of the Windows operating system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/07/sys-information-windows-system-information-tool/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Computer System Monitor GKrellM</title><link>http://www.ghacks.net/2009/04/29/computer-system-monitor-gkrellm/</link> <comments>http://www.ghacks.net/2009/04/29/computer-system-monitor-gkrellm/#comments</comments> <pubDate>Wed, 29 Apr 2009 15:20:51 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[computer system monitor]]></category> <category><![CDATA[gkrellm]]></category> <category><![CDATA[system]]></category> <category><![CDATA[system monitor]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/29/computer-system-monitor-gkrellm/</guid> <description><![CDATA[Computer system monitors come in all shapes and sizes. Most of them run on the computer desktop where they provide quick access to realtime system information like the computer&#8217;s cpu, computer memory and hard drive usage. GKrellM for Windows is a computer system monitor that can display this and many more information in a compact [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/gkrellm_logo.png" alt="gkrellm logo" title="gkrellm logo" width="64" height="64" class="alignleft size-full wp-image-12459" />Computer system monitors come in all shapes and sizes. Most of them run on the computer desktop where they provide quick access to realtime system information like the computer&#8217;s cpu, computer memory and hard drive usage. GKrellM for Windows is a computer system monitor that can display this and many more information in a compact window that can be moved around freely on the computer desktop.</p><p><span
id="more-12461"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/computer_system_monitor-500x379.jpg" alt="computer system monitor" title="computer system monitor" width="500" height="379" class="alignnone size-medium wp-image-12460" /></p><p><a
href="http://www.srcbox.net/projects/gkrellm/">GKrellM</a> can also display the current date and time, Internet connection and network speed, file system information, battery display, uptime and email account information besides the already mentioned cpu, computer memory and hard drive usage. Each of the available information can be disabled in case they are not needed to reduce the overall size of the system monitor.</p><p>There are several settings which can be changed for every system component that is monitored. This ranges from layout changes for the time and date to different charts but also options that can be configured. Options are for example alerts if the system load or computer memory usage reaches a limit or to select a different animation for incoming emails.</p><p>A reduction of modules that are displayed in the computer system monitor reduces the memory and cpu usage of the program as well which many will find beneficial. The program with all options and modules enabled uses roughly 20 Megabytes of computer memory. The software program is available for both the Windows and Linux operating system (<a
href="http://www.ghacks.net/2009/02/02/monitor-your-linux-desktop-with-gkrellm/">Linux system monitor</a> review by Jack)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/29/computer-system-monitor-gkrellm/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Display The Installed Codecs On A System</title><link>http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/</link> <comments>http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/#comments</comments> <pubDate>Wed, 25 Jun 2008 16:24:48 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Music and Video]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[audio codec]]></category> <category><![CDATA[codecs]]></category> <category><![CDATA[list codecs]]></category> <category><![CDATA[multimedia]]></category> <category><![CDATA[system]]></category> <category><![CDATA[video codec]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5108</guid> <description><![CDATA[Normally users check video files and their required codecs to make sure the file plays properly on their system. But there are some users &#8211; including myself &#8211; who want to know the codecs that are installed on a system. This is useful for compatibility and playback reasons, for example to make sure that a [...]]]></description> <content:encoded><![CDATA[<p>Normally users check video files and their required codecs to make sure the file plays properly on their system. But there are some users &#8211; including myself &#8211; who want to know the codecs that are installed on a system. This is useful for compatibility and playback reasons, for example to make sure that a video is always using a specific codec for playback.</p><p><a
href="http://nirsoft.net/utils/installed_codec.html">Installed Codec</a> (via <a
href="http://www.shellcity.net/">Shell Extension City</a>) is another fine NirSoft tool that displays all installed codecs of a Windows 2000, 2003, XP or Vista system in a table. All meaning all Codec drivers and DirectShow but not binary codecs which are used by some applications like MPlayer.</p><p>The software lists the name of the codec, its installation path and file, the company that developed it and if it is enabled on the system. Each codec in the list can be disabled which has the effect that this codec will not be used to play the supported multimedia files. Excellent if you want to make sure that a specific codec is playing certain videos.</p><p><span
id="more-5108"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/06/installed_codec-500x267.jpg" alt="installed codec" title="installed codec" width="500" height="267" class="alignnone size-medium wp-image-5109" /></p><p>Removing some of the installed codecs can be achieved by disabling the codecs first and checking if the videos still play fine. If that is the case I would temporarily move them to another directory and if nothing bad happens delete them from the system. Most of the codecs installed on my Windows XP system are from Nero 8 which is kinda strange because I have not installed all those additional converters and tools that come with it. The codecs seem to get installed nevertheless.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Icon Search Engine</title><link>http://www.ghacks.net/2008/05/23/icon-search-engine/</link> <comments>http://www.ghacks.net/2008/05/23/icon-search-engine/#comments</comments> <pubDate>Fri, 23 May 2008 15:48:37 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[create icons]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[icons]]></category> <category><![CDATA[images]]></category> <category><![CDATA[system]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4241</guid> <description><![CDATA[If you do not like to create your own icons with a program like IcoFX Icon Editor you can use the Icon Look search engine instead which provides an easy to use interface and search. The main interface consists of a search form and three links in the footer. The search results are quickly displayed [...]]]></description> <content:encoded><![CDATA[<p>If you do not like to create your own icons with a program like IcoFX <a
href="http://www.ghacks.net/2008/05/17/icofx-icon-editor/">Icon Editor</a> you can use the Icon Look search engine instead which provides an easy to use interface and search. The main interface consists of a search form and three links in the footer. The search results are quickly displayed after entering a search term and hitting enter or clicking on the Look button.</p><p>By default icons of all supported sizes (12&#215;12 16&#215;16 22&#215;22 32&#215;32 48&#215;48 64&#215;64 128&#215;128) are selected and displayed in the search results. Each size can be unchecked so that only those icons are displayed that have the desired size. Many icons are available in several sizes.</p><p>A click on an icon loads a detailed profile page of that icon displaying it in all available sizes. The license and the website of the developer is listed on that page as well.</p><p><span
id="more-4241"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/05/iconlook-500x344.jpg" alt="iconlook" title="iconlook" width="500" height="344" class="alignnone size-medium wp-image-4242" /></p><p>Iconlook offers two additional search options. The first is the random search which displays random icons on the result page. The second is a tag cloud which is huge and kinda confusing.</p><p>Still if you are looking for icons you will definitely find a great selection at Iconlook.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/23/icon-search-engine/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Forget the Windows Start Menu Use Toolbox instead.</title><link>http://www.ghacks.net/2007/03/25/forget-the-windows-start-menu-use-toolbox-instead/</link> <comments>http://www.ghacks.net/2007/03/25/forget-the-windows-start-menu-use-toolbox-instead/#comments</comments> <pubDate>Sat, 24 Mar 2007 22:18:46 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[application-launcher]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[start-menu]]></category> <category><![CDATA[system]]></category> <category><![CDATA[toolbox]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/03/25/forget-the-windows-start-menu-use-toolbox-instead/</guid> <description><![CDATA[The Windows start menu is not really excellent when you want to find something fast. It always takes some clicks to reach the destination - be it a program, the control panel or a drive that is connected to your computer. Toolbox was designed as a application launcher that makes it easier to access drives, folders and applications in Windows. It uses an intuitive way to display toolboxes that contain links to everything that you can think off. You can link to drives and display their size, launch applications with one click and open folders with another. Access to those elements can't be faster in Windows.]]></description> <content:encoded><![CDATA[<p>The Windows start menu is not really excellent when you want to find something fast. It always takes some clicks to reach the destination &#8211; be it a program, the control panel or a drive that is connected to your computer. <a
href="http://www.cylog.org/utilities/toolbox.jsp" target="_blank">Toolbox</a> was designed as a application launcher that makes it easier to access drives, folders and applications in Windows. It uses an intuitive way to display toolboxes that contain links to everything that you can think off. You can link to drives and display their size, launch applications with one click and open folders with another. Access to those elements can&#8217;t be faster in Windows.</p><p>The best thing is that you customize the toolboxes anyway you want. Add icons, make the toolbox transparent, let it remain always on top, use background images and much more to make it look the way you want it. I&#8217;m using it to display all of my drives and their free space in the left corner of my desktop. Clicking on a drive opens the root folder of that drive and displays the contents.</p><p><span
id="more-1339"></span></p><p><img
src="http://www.ghacks.net/files/screens/2007/03/toolbox1.jpg" alt="toolbox" /></p><p>Toolbox is free and does not need to be installed at all. Just unpack it into a folder of your choice and run it from there. You can create two toolboxes that use predefined elements using the Wizard. One creates a toolbox with all of your drives and the other one with all your personal folders. If you do not want to use those you can create a new toolbox, change its size and add elements to it.</p><p>Looks good, feels good, one of the applications that I can recommend to every Windows user.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/03/25/forget-the-windows-start-menu-use-toolbox-instead/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Crap Cleaner Freeware</title><link>http://www.ghacks.net/2005/11/26/crap-cleaner-freeware/</link> <comments>http://www.ghacks.net/2005/11/26/crap-cleaner-freeware/#comments</comments> <pubDate>Sat, 26 Nov 2005 09:50:29 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[ccleaner]]></category> <category><![CDATA[clean]]></category> <category><![CDATA[crap cleaner]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[maintenance]]></category> <category><![CDATA[privacy]]></category> <category><![CDATA[system]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=179</guid> <description><![CDATA[CCleaner is a freeware system optimization and privacy tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. But the best part is that it's fast (normally taking less that a second to run) and contains NO Spyware or Adware.]]></description> <content:encoded><![CDATA[<p>CCleaner is a freeware system optimization and privacy tool. It removes unused files from your system &#8211; allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. But the best part is that it&#8217;s fast (normally taking less that a second to run) and contains NO Spyware or Adware.</p><p>A new version was released yesterday which added support for Open Office and Nero Burning Rom Cleaning, this is a great tool, make sure you try it out.</p><table><tr><td><img
src="http://freeware.deny.de/screenshots/200511/cc1.jpg" alt="crap cleaner delete files system manage secure spy privacy" /></td><td><img
src="http://freeware.deny.de/screenshots/200511/cc2.jpg" alt="crap cleaner delete files system manage secure spy privacy" /></td></tr></table><p><span
id="more-179"></span>Cleans:</p><p> * Internet Explorer Cache, History, Cookies, Index.dat.<br
/> * Recycle Bin, Temporary files and Log files.<br
/> * Recently opened URLs and files.<br
/> * Third-party application temp files and recent file lists (MRUs). Including: Firefox, Opera, Media Player, eMule, Kazaa, Google Toolbar, Netscape, Office XP, Nero, Adobe Acrobat, WinRAR, WinAce, WinZip and more&#8230;<br
/> * Advanced Registry scanner and cleaner to remove unused and old entries. Including File Extensions, ActiveX Controls, ClassIDs, ProgIDs, Uninstallers, Shared DLLs, Fonts, Help Files, Application Paths, Icons, Invalid Shortcuts and more&#8230; Backup for registry clean.<br
/> * Windows Startup tool.</p><h3>Crap Cleaner Freeware</h3><p>CCleaner is a freeware tool that optimizes system performance and maintains privacy.  It clears browsing history in all browsers applications and cleans disk space in the Windows System, Windows Explorer, Internet Explorer and some more specific advanced options.  The default settings are good enough.  It is probably not a good idea to select the advanced options unless you know exactly what you are doing.  CCleaner performs the functions of Disk Cleanup and much more.  Privacy is maintained and hard disk space is cleaned to free-up memory.  It doesn’t stop there.  CCleaner also features an efficient Registry cleaner which supports registry backups.  This is useful if you need to reverse the registry cleaning in the event that an important registry key was deleted in the process, but this usually does not happen.</p><p>CCleaner is an all-in one program including tools to uninstall programs, customize the startup menu, manage System Restore and also has a great Drive Wiper feature so you don’t have to spend $50 on some fancy “Disk killer” software.  The GUI is very easy to operate and, best of all, it is fast.  The only feature that tends to take a long time is the Drive Wiper, depending on how many passes you select.</p><p>There are three versions of CCleaner and only one of them is free.  The major difference is that the free version does not include support.  Honestly, you don’t really need the support.  Just download it and start using it.  The features are self-explanatory.  Download the free version directly from the Piriform site.  There is no malware or spyware to worry about.  Here is <a
href="http://www.piriform.com/ccleaner/download">the link</a>.</p><p>The download is fast and simple and the program opens right away.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2005/11/ccleaner.png" alt="ccleaner" title="ccleaner" width="600" height="431" class="alignnone size-full wp-image-51551" /></p><p>The details of your operating system and computer will be listed at the top of the interface, just below the CCleaner version name.  If the program is updated or a new version is available, you will be alerted to the fact upon opening it and there is no need to uninstall the old version when a new one is available.</p><p>The basic “Cleaner” will clear out temporary files, browsing history, etc.  You can easily customize what will be cleaned by using the check boxes.  To initiate, click the Analyze button and this will produce a list of all the “clutter” then you click the Run Cleaner button to clean.</p><p>The Registry cleaner operates in a similar fashion.  Scan for Issues then “Fix Selected Issues&#8221;.  You are offered the option to backup the registry before fixing. The Tools are again simple to understand and use.  Select the tool(s) that you want to use and click the buttons below to execute.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2005/11/crap-cleaner.jpg" alt="crap cleaner" title="crap cleaner" width="600" height="428" class="alignnone size-full wp-image-51552" /></p><p>Finally, the Options involve specific settings for CCleaner such as exclusions, inclusions, general settings and advanced settings.  You can also set the cookies that you want to keep and the ones you don’t.</p><p>This is an excellent tool to have on your desktop or toolbar.  Use it at least weekly and enjoy better performance and security at no expense.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2005/11/26/crap-cleaner-freeware/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
