Showing posts with label Windows XP. Show all posts
Showing posts with label Windows XP. Show all posts

Thursday, February 22, 2007

GPL Antivirus for Windows

Moon Secure Antivirus aims to be the best Free Antivirus for Windows under GPL license. It offers multiple scan engines, Net shield, Firewall, On access, on Exec scanner and rootkits preventions plus features from Commercial Antivirus applications. The installer size is rather small (~11MB) and it installs without a reboot.
Included there is a real-time monitor (RTM), plus an on-demand scanner for drives and a integrated context menu scan for individual files or folders. There is no GUI but you can get a pop-up by right clicking the icon in the system tray where you can initiate updates, various scans, enable/disable RTM or shut-down the antivirus. The updater responds very fast.
The memory usage is a little higher than expected (~100MB for the two processes it runs) and I couldn't find any information about how effective this antivirus is. However I recommend you to download and take a look at it.

Tuesday, February 20, 2007

Virtual PC 2007 final available

Microsoft has made the full version of Virtual PC 2007 available for download from their web site. The program is available in both 32- and 64-bit versions, and is supported on all versions of Windows XP (except Home and Media Center Edition), Windows Server 2003, and Windows Vista. The file is a 30MB download and requires a 400MHz or faster (1GHz recommended) processor and enough RAM to support the desired configuration for the guest operating system plus the host.

Virtual PC lets you create separate virtual machines on your Windows desktop, each of which virtualizes the hardware of a complete physical computer. Use virtual machines to run operating systems such as MS-DOS, Windows, and OS/2. You can run multiple operating systems at once on a single physical computer and switch between them as easily as switching applications—instantly, with a mouse click. Virtual PC is perfect for any scenario in which you need to support multiple operating systems, whether you use it for tech support, legacy application support, training, or just for consolidating physical computers.

Microsoft first announced that they would be giving away Virtual PC for free when they made Virtual PC 2004 SP1 available on their web site. The new version adds the following features:

  • Support for Windows Vista as a host
  • Support for Windows Vista as a guest
  • Support for Windows Vista 64-bit as a host
  • Improved performance compared to Virtual PC 2004

Thursday, February 1, 2007

Recover passwords for any Windows user

If you forgot your administrator password on Windows NT/2000/XP/2003 you have two chances: a cumbersome recover process and use some third non-free party tools or use Ophcrack, a nice (open-source) password recovering tool. It comes even on a LiveCD if you totally lost access to your computer.
Ophcrack is a Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method. It comes with a GTK+ Graphical User Interface and runs on Windows, Mac OS X (Intel CPU) as well as on Linux. You can use it to recover passwords up to 14 characters long. Features:

  • Runs on Windows, Linux and Mac OS X (intel).
  • Cracks LM and NTLM hashes.
  • Free tables available for alphanumeric LM hashes.
  • Loads hashes from local SAM, remote SAM.
  • Loads hashes from encrypted SAM recovered from a Windows partition.

Tuesday, January 30, 2007

Convert Physical Machines to Virtual Machines – Free!

"Use the intuitive wizard-driven interface of VMware Converter to convert your physical machines to virtual machines. VMware Converter quickly converts Microsoft Windows based physical machines and third party image formats to VMware virtual machines. It also converts virtual machines between VMware platforms. Automate and simplify physical to virtual machine conversions as well as conversions between virtual machine formats with VMware Converter."
Download VMware Converter (Starter Edition)

Monday, January 29, 2007

How to find (fight) keyloggers

If your computer is accessed by other people (or even if not) you may want to find if somebody tries to steal your private data. One of the most used ways to do this is by installing a keylogger, a software (or even worse hardware) that captures the user's keystrokes (and that means they can see your passwords, credit card data, private conversations, output e-mails...). Here are a few ways you can use to check if a keylogger is installed on your computer:

1. Use up to date anti virus and/or anti spyware software
Typically a good anti virus software will find most of the commercial keyloggers and maybe more. Keep the software up to date and don't forget to enable advanced detection features for best results (for example check "Potentially unwanted applications" in NOD32).

2. Use a special software tool
There are a bunch of anti-keylogger software on the market and you may get better results with those. I recommend you to use them if you think there is a high possibility to have a keylogger installed. For example I found Cyberhawk to be the only software that detected a custom made keylogger. Kasperky does a good job in this area too. Also check anti-spy.info. More examples:

3. Find it yourself
If you are more like an advanced user you can try finding keyloggers by using a few tools like regedit (registry editor) and/or Process Explorer. It will save you some money but it gets harder and harder to find advanced spyware. You can look here or here for more information about using Process Explorer.
You can also try some hot key combination that are used by this kind of software. Examples: Ctrl + Alt + X or Ctrl + Alt + Wondows Key + X

4. Free tools you can use:
  • PSMAntiKeyLogger
    PSMAntiKeyLogger is a real-time protecting software which protects you against Keyloggers. No scanning is needed.
  • SnoopFree
    Freeware antikeylogger that block hook based keyloggers as well as screen captures. For Windows XP.
  • I Hate Keyloggers
    Freeware antikeylogger that block hook based keyloggers. For Windows 2000 and XP.
  • KL-Detector
    Freeware on demand keylogger scanner.
The best way to protect you against keyloggers is to prevent their installation. You can do this by limiting other Windows users accounts. You can find a good guide here. I advise you to try at least step 1 because you can never know...

Tuesday, January 16, 2007

PostgreSQL vs MySQL benchmark

Pushed by the latest news about MySQL stopping to provide Windows binaries and the split between a community edition and a enterprise server I started to look for other options. The first one is without doubt PostgreSQL. The first things you will hear about PostgreSQL is that it is technically superior to MySQL - and this is true - but way slower. There are few side by side benchmarks to be found so I thought to check the second statement using latest available versions.
The results are from a TPC-C like benchmark ("it combines read-only and update intensive transactions simulating the activities found in complex OLTP enterprise environments"). I used MySQL 5.0.27 (innodb) and PostgreSQL 8.2.1 with comparable memory and disc settings. Database size is about 80MB for each test (5000 - 300000 rows/table) and the number of concurrent users ranges from 1 to 20. I think this is a good testing scenario but if you have suggestions or other results please comment. Here are the results (500MHz PIII, 256 MB RAM, 2 IDE HDDs - client on different computer, 100MB/s network):

Transactions/second (MySQL, PostgreSQL)

Transaction graph MySQL
Transaction graph PostgreSQL
Timeout errors MySQL
Timeout errors PostgreSQL
Conclusions:
  • PostgreSQL was slower at populating the database.
  • MySQL is faster overall overall (~2x faster).
  • No timeout errors for PostgreSQL. Interesting.
  • Maybe there is more room for improvements in PostgreSQL config file.

More links on the subject:
http://monstera.man.poznan.pl/wiki/index.php/Mysql_vs_postgres
http://www.mysqlperformanceblog.com/2006/11/30/interesting-mysql-and-postgresql-benchmarks/
http://tweakers.net/reviews/657/6
http://tweakers.net/reviews/649/9
http://benchw.sourceforge.net/benchw_results_open3.html
http://www-css.fnal.gov/dsg/external/freeware/pgsql-vs-mysql.htm

MySQL no longer providing Windows binaries for free

MySQL AB have decided that Windows binaries will no longer be available for free from their web site. The source code will still be available for free download, but will have to be compiled before it is usable. If you take a look at the “community” edition download page you will notice that the latest source version is 5.0.33 and the latest compiled Windows binary is 5.0.27.

I find this very frustrating because, as many Windows developers do, I use MySQL and other open source software but I don't have the needed tools and time to learn how to compile/modify/tune the whole stuff. For me it's not just a "just compile it" situation as it might be for Linux users. And that's because I don't know and I don't want to spend time learning to do that. I don't feel that I need to spend time compiling MySQL. Here's what you need to compile the source:

  • Visual Studio .Net 2003 (7.1) compiler system
  • Between 3GB and 5GB disk space.
  • Windows XP, Windows 2000 or higher.
  • Patience (because it will take some time).

And if I have to pay to download Windows binaries then PostgreSql will suddenly start to look better in my eyes. I thing the guys are already throwing a party right now. Stupid move MySQL, stupid!

PostgreSQL vs MySQL benchmark

If you need more information sources (no binary :)):

http://www.planetmysql.org/kaj/?p=83
http://discuss.joelonsoftware.com/default.asp?biz.5.439544.15
http://ilia.ws/archives/153-MySQL-5.0.33-Community-Server.html
http://www.mysqlperformanceblog.com/2006/12/29/where-to-get-recent-mysql-version/

Thursday, December 14, 2006

Linux that looks like Windows XP


Here's a Linux project which tries to provide users an identical Windows XP look&feel. If you are interested you can take a look at the SourceForge project here. So, who's copying who now? And why?

From the project site: "LXP is a desktop enviroment identical to Windows XP. LXP is a collection of different pieces of GNU software (icewm, xfe, idesk, etc) modified in order to look and feel identical to Windows XP. LXP has its own icewm themes and utility pack."

The project started in 2005 with a kiosk Linux distribution with a look similar to Windows XP. I think it does a good job now but in the end it remains a imitation. Please note that I'm not against Linux, why should I be?

See also :
Top 10 Linux problems - poll
Biggest Linux problem: it makes users think
Another "Linux like XP" project

Tuesday, December 12, 2006

Create a CD/DVD with all Windows updates

I know this can be handy and it can be done without installing big and complicated software like WSUS. All you need is a small utility you can find here. Don't worry, the software is in english and its very easy to use.

After you download and extract the archive launch DownloadStarterGUI.exe to start. Then select OS versions you need and check ISO image type you want. The program will use WGET to get all updates and make the CD/DVD image (you will find it in the "iso" folder). For Windows XP total downloaded size will be around 550 MB.

I think this is a great tool for people who want to update computers without an internet connection. Also, you can use the CD when you install a fresh copy of Windows and want to make updates without connectiong the computer to internet. No Vista support yet.


Thursday, December 7, 2006

Windows XP activation and virtual machines explained

Lately virtualization software became more accessible for any of us. Especially if you are a developer you may find virtualization software very helpful for testing your application in different environments with less effort. For Windows the most popular choices are VMware and Virtual PC. Even if there are many free software solutions you may find that running a virtual Windows machine is not as free as it looks (and I think that's why Microsoft affords to offer Virtual PC for free). If you read your license agreement you will find that you have to buy a new license for each Windows virtual machine (VM) you want to run. For older Windows versions you may have simply not noticed this because your serial # will work in every VM but for Windows XP the product activation comes into place. For Vista there is the possibility to have 1 host and 4 VMs with a single license but only for Vista Ultimate released under Software Assurance. Here are some common scenarios you may have run into:

  • You installed Windows XP on the VM, used the same serial # as guest and the activation worked without problems. Well, even if it looks good it's not. The fact that activation worked indicated Microsoft that you replaced your old computer with a new one. And that's not what you intended and you may run into problems updating your guest (original) system.
  • You tried to install the Windows XP copy from an old computer you are not using anymore and it didn't work. That's because most OEM copies are looked to work only on the hardware they were supplied with.
  • You have more than one license (MSDN subscriber for example) but you don't want to burn one license/VM install and activate them every time. Well, there is a solution but nobody seems to know if it's legal or not. Create a VM, install Windows and activate it then make a backup of the file. Now every time you need a new VM just copy the files from the backup and use them.
So, if you want to run your Windows VMs on a Windows guest legally you will need at least two licenses. I don't think this is fair but hey, that's the way it is.

Update: it seems that every copy of Win2003 R2 Enterprise Edition allows you to run up to four virtual machines. Good start but it will still cost you $3,999 :)
Update 2: Microsoft itself has released a free Virtual PC image download which includes Windows XP SP2. This VPC image will expire on 04/01/2007.

Wednesday, December 6, 2006

Ask me a question about Windows

I'm a Windows user for about 8 years now. During this time many people helped me to fix/improve/understand a lot of things related to this operating system. Now it's my time to pay it forward so ask me a question using the "Post comment" function below. I promise I'll spend the time needed to find the best answer (if exists). Go on, ask!

Windows XP - how low can you go

If you wondered what are the real minimum requirements to start Windows XP here there are: 24 MB RAM and space for install. To use the computer in this configuration some tweaks are needed. By the way, did you know that only 3 services are needed? Here's a small video as proof:

Monday, December 4, 2006

Use Windows XP like a pro

If you want your car to perform and look well you have to do some maintenance from time to time: clean it, change the oil, change the tires and so on. Windows XP can be a good performer but, like with the car, you should take care of some things. Most people will tell you that it's performance will degrade over time and you have to do a clean reinstall to get it back. That's not true! Make sure you follow these advices and you'll see.

Things to do only once

  • Make sure you have a big enough system (C:\) partition. This will make file fragmentation less likely to occur.
  • Set your swap file to a fixed size. To do this access "Control Panel > System > Advanced > Performance : Settings > Advanced > Virtual Memory : Change" and enter a custom size. Use the same value for the initial size and maximum size (usually 1.5 x physical memory size). A good practice is to defragment the drive before so that Windows can allocate a contigous space for the pagefile.
  • Disable visual effects. To do this access "Control Panel > System > Advanced > Performance : Settings" and check "Adjust for best performance". This will make Windows XP look a bit uglier but work faster. If you have a new and fast system enjoy the looks and leave the default for this setting.
  • Disable indexing services. To do this go to "Control Panel > Add/Remove Programs > Add/Remove Window Components" and uncheck the Indexing services. Click "Next" to apply.
  • Install a good antivirus and leave Windows Firewall on. This should keep viruses and spyware away but you can never be too careful with those.
  • Disable "last access update notification". Create a new DWORD registry value called ‘NtfsDisableLastAccessUpdate’ in "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem" and set value data to 1.

Things to do from time to time
  • Delete temporary files. Usually you can find them in "C:\Documents and Settings\\Local Settings\Temp\".
  • Delete your browser cache. For Internet Explorer go to "Tools > Internet Options... : General" and choose "Delete files > Delete all offline content". For FireFox go to "Tools > Options > Privacy > Clear now..." and make sure "Cache" is checked.
  • Defragment at least your system partition monthly. Make sure you completed the last two steps before and the result should be better.
  • Use Windows Update every week!!! This is very important. Also make sure your antivirus is up to date.
  • Check for newer versions of your drivers and software. Your browser, messenger or email client can be vulnerable to attacks even if the OS is updated. Also, updated drivers often bring good performance enhancements.

Things not to do
  • Do not install applications you don't need. These can bring the most bloat to your system increasing disk space, registry size, number of services, number of DLL's and so on. Make sure you install well-known and supported software. Check this for a list of free software I use.
  • Think twice before installing software from the internet. Twice!
  • Do not use memory defragmentation/cache enhancer software. Memory cache system is a key component of Windows constantly improved in the last 20 years and you simply cannot beat it with a 15$ utility.
This is it! And that's how I used Windows 2000 for 5 years without a single reinstall and Windows XP for the last 2 years.

Things you should install to make a better Windows XP

If you are like me you spend a huge amount of time using Windows XP. There are many tools that can improve your experience with a small amount of effort. My choices are:

Firefox
Free, fast and more standards friendly browser. Even if you use Internet Explorer make sure you have this one in your toolbox.
Foobar2000
A lightweight audio player. I use it because it's small, fast, uses very few resources and I never had problems with it. If you like to just listen to music it can be your choice too. No bloat included.
Google Desktop Search
Will help you to find anything faster. A single tools to search in your emails, files and web history. There are many plugins and gadgets you can use with this great tool.
Media Player Classic
Small and fast video player. The project it's not very active lately but I hope it will come back.
IrfanView
The most popular image viewer. Huge list of supported formats, fast, small.
ConTEXT
They say: ConTEXT is a small, fast and powerful freeware text editor, developed mainly to serve as secondary tool for software developers. I agree.
Process Explorer
Released by SysInternals this tool is a major Task Manager improvement. You can diagnose almost any activity in your system, from memory leaks to opened files, spyware activity and more. There are also two more tools from SysInternals you may find useful: Filemon and Regmon.
VirtualDub
It's a small video capture/processing utility. If you ever need to change the format of a video file use this tool.

17 ways to save your time when using Windows

1. Create a Shortcut to Lock Your Computer

Leaving your computer in a hurry but you don’t want to log off? You can double-click a shortcut on your desktop to quickly lock the keyboard and display without using CTRL+ALT+DEL or a screensaver. To create a shortcut on your desktop to lock your computer:

  • Right-click the desktop.
  • Point to New, and then click Shortcut.
  • The Create Shortcut Wizard opens. In the text box, type the following:
  • rundll32.exe user32.dll,LockWorkStation
  • Click Next.
  • Enter a name for the shortcut. You can call it “Lock Workstation” or choose any name you like.
  • Click Finish.

You can also change the shortcut’s icon (my personal favorite is the padlock icon in shell32.dll). To change the icon:

  • Right click the shortcut and then select Properties.
  • Click the Shortcut tab, and then click the Change Icon button.
  • In the Look for icons in this file text box, type:
  • Shell32.dll.
  • Click OK.
  • Select one of the icons from the list and then click OK

You could also give it a shortcut keystroke such CTRL+ALT+L. This would save you only one keystroke from the normal command, but it could be more convenient.


2. Create a Shortcut to Start Remote Desktop

To create a shortcut icon to start Remote Desktop

  • Click Start, point to More Programs, point to Accessories, point to Communications, and then click on Remote Desktop Connection.
  • Click Options.
  • Configure settings for the connection to your office computer.
  • Click Save As, and enter a name, such as Office Computer. Click Save.
  • Open the Remote Desktops folder.
  • Right-click on the file named Office Computer, and then click Create Shortcut.
  • Drag the shortcut onto the desktop of your home computer.

3. Instantly Activate a Screensaver

Turn on a screensaver without having to wait by adding a shortcut to your desktop:

  • Click the Start button, and then click Search.
  • In the Search Companion window, click All file types.
  • In the file name box, type *.scr
  • In the Look in box, choose Local Hard Drives (C or the drive where you have system files stored on your computer.
  • Click Search.
  • You will see a list of screensavers in the results. Pick a screensaver you want. You can preview it by double-clicking it.
  • Right click on the file, choose Send To, and then click Desktop (create shortcut).

To activate the screensaver, double-click the icon on your desktop.


4. Get the “Administrator” name on Welcome Screen

To get Admin account on the “Welcome Screen” as well as the other usernames, make sure that there are no accounts logged in. Press “ctrl-alt-del” twice and you should be able to login as administrator!
Or for Windows XP Professional only, go to:

  • HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows NT CurrentVersion Winlogon SpecialAccounts UserList
  • Right-click an empty space in the right pane and select New > DWORD Value Name the new value Administrator. Double-click this new value, and enter 1 as it’s Value data.
  • Close the registry editor and restart.

5. Create a Password Reset Disk

If you’re running Windows XP Professional as a local user in a workgroup environment, you can create a password reset disk to log onto your computer when you forget your password. To create the disk:

  • Click Start, click Control Panel, and then click User Accounts.
  • Click your account name.
  • Under Related Tasks, click Prevent a forgotten password.
  • Follow the directions in the Forgotten Password Wizard to create a password reset disk.
  • Store the disk in a secure location, because anyone using it can access your local user account

6. Change Web Page Font Size on the Fly

If your mouse contains a wheel for scrolling, you can change font size on the fly when viewing a Web page. To do so press and hold Ctrl. Scroll down (or towards yourself) to enlarge the font size. Scroll up (or away from yourself) to reduce the font size. You might find it useful to reduce font size when printing a Web page, so that you can fit more content on the page. This tip also works for other programs such as Adobe Reader, Microsoft Word, etc.


7. WinXP Clear Page file on shutdown

Browse to: HKEY_LOCAL_MACHINE System CurrentControlSet Control Session Manager Memory Management and add the DWORD variable “ClearPageFileAtShutdown”=dword:00000001

You can also do this without reg hacking: go to Control panel Administartative tools, local security policy. then goto local policies —-> security options. then change the option for “Shutdown: Clear Virtual Memory Pagefile”


8. Speed up the Start Menu

The default speed of the Start Menu is pretty slow, but you can fix that by editing a Registry Key. Fire up the Registry Editor and navigate to the following key: HKEY_CURRENT_USER Control Panel Desktop MenuShowDelay. By default, the value is 400. Change this to a smaller value, such as 0, to speed it up.
If your confounded by the slow speed of the Start Menu, even after using the tip above, then you might try the following: Navigate to Display Properties then Appearance then Advanced and turn off the option titled Show menu shadow . You will get much better overall performance.


9. Temporarily Assign Yourself Administrative Permissions

Many programs require you to have Administrative permissions to be able to install them. Here is an easy way to temporarily assign yourself Administrative permissions while you remain logged in as a normal user.

  • Hold down the Shift key as you right-click on the program’s setup file.
  • Click Run as.
  • Type in a username and password that have Administrative permissions.
  • This will also work on applications in the Start menu.

10. Use your Windows Key

The Windows logo key, located in the bottom row of most computer keyboards is a little-used treasure. Don’‘t ignore it. It is the shortcut anchor for the following commands:

  • Windows: Display the Start menu
  • Windows + D: Minimize or restore all windows
  • Windows + E: Display Windows Explorer
  • Windows + F: Display Search for files
  • Windows + Ctrl + F: Display Search for computer
  • Windows + F1: Display Help and Support Center
  • Windows + R: Display Run dialog box
  • Windows + break: Display System Properties dialog box
  • Windows + shift + M: Undo minimize all windows
  • Windows + L: Lock the workstation
  • Windows + U: Open Utility Manager
  • Windows + Q: Quick switching of users (Powertoys only)
  • Windows + Q: Hold Windows Key, then tap Q to scroll thru the different users on your pc

11. Add album art to any music folder

One of the coolest new features in Windows XP is its album thumbnail generator, which automatically places the appropriate album cover art on the folder to which you are copying music (generally in WMA format). But what about those people that have already copied their CDs to the hard drive using MP3 format? You can download album cover art from sites such as cdnow.com or amguide.com, and then use the new Windows XP folder customize feature to display the proper image for each folder. But this takes time—you have to manually edit the folder properties for every single folder—and you will lose customizations if you have to reinstall the OS. There’s an excellent fix, however. When you download the album cover art from the Web, just save the images as folder.jpg each time and place them in the appropriate folder. Then, Windows XP will automatically use that image as the thumbnail for that folder and, best of all, will use that image in Windows Media Player for Windows XP (MPXP) if you choose to display album cover art instead of a visualization. And the folder customization is automatic, so it survives an OS reinstallation as well. Your music folders never looked so good! Album cover art makes music folder thumbnails look better than ever!


12. Massive file renamer

You can now rename multiple files at once in WinXP. Its real simple: Select several files in Explorer, press F2 and rename one of those files to something else. All the selected files get renamed to the new file name (plus a number added to the end).


13. DNS caching

When you connect to a web site your computer sends information back and forth, this is obvious. Some of this information deals with resolving the site name to an IP address, the stuff that tcp/ip really deals with, not words. This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site. Although WinXP and Win2000 has a pretty efficient DNS cache, you can increase its overall performance by increasing its size. You can do this with the registry entries below:

************begin copy and paste***********

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]

“CacheHashTableBucketSize”=dword:00000001

“CacheHashTableSize”=dword:00000180

“MaxCacheEntryTtlLimit”=dword:0000fa00

“MaxSOACacheEntryTtlLimit”=dword:0000012d

************end copy and paste***********

Make a new text file and rename it to dnscache.reg. The copy and paste the above into it and save it. Then execute it by dbl-click.


14. Disable Error Reporting

As many of you would have noticed – every time a Microsoft program crashes in Windows XP – and Error Report comes up allowing you to send some information on the crash to Microsoft. Well this can get quite annoying, so here is how you disable it.

  • Open Control Panel
  • Click on Preformance and Maintenance.
  • Click on System.
  • Then click on the Advanced tab
  • Click on the error reporting button on the bottom of the windows.
  • Select Disable error reporting.
  • Click OK

15. Allow more than 2 simultaneous downloads on Internet Explorer 6

This is to increase the the number of max downloads to 10.

  • Start Registry Editor (Regedt32.exe).
  • Locate the following key in the registry: HKEY_CURRENT_USER\Software\Microsoft\Windows\Current\Version\Internet Settings
  • On the Edit menu, click Add Value , and then add the following registry values:
  • “MaxConnectionsPer1_0Server”=Dword:0000000a
  • “MaxConnectionsPerServer”=Dword:0000000a
  • Quit Registry Editor.

16. Remove programs from uninstall list

Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. Delete the folder of the program.


17. Turn off indexing to speed up XP

Windows XP keeps a record of all files on the hard disk so when you do a search on the hard drive it is faster. There is a downside to this and because the computer has to index all files, it will slow down normal file commands like open, close, etc. If you do not do a whole lot of searches on your hard drive then I suggest turnning this feature off:

  • Control Panel
  • Administrative Tools
  • Services
  • Disable Indexing Services

You can turn indexing off for each drive by right-click on the drive in Explorer > Properties and uncheck “Allow Indexing Service to …”

This article is a follow-up for 16 Hidden Windows XP Goodies

16 Hidden Windows XP Goodies

1. Installer music: Start > Run > “C:\Windows\system32\oobe\images\title.wma” > Ok

2. Hibernate: Start > Turn Off Computer… > press Shift key to change the “Stand By” button to “Hibernate”

3. Hidden Devices: Control Panel > System > Hardware > Device Manager > select “View” and Show hidden devices

4. Character Map: Start > Run > “charmap.exe” > Ok

5. Clipboard Viewer: Start > Run > “clipbrd.exe” > Ok

6. Dr Watson: Start > Run > “drwtsn32.exe” > Ok

7. IExpress Wizard: Start > Run > “iexpress.exe” > Ok

8. Old Windows Media Player 5.1: Start > Run > “mplay32.exe” > Ok

9. ODBC Data Source Administrator: Start > Run > “odbcad32.exe” > Ok

10. Object Packager: Start > Run > “packager.exe” > Ok

11. System Monitor: Start > Run > “perfmon.exe” > Ok

12. Network shared folder wizard: Start > Run > “shrpubw.exe” > Ok

13. File siganture verification tool: Start > Run > “sigverif.exe” > Ok

14. System Configuration Editor: Start > Run > “sysedit.exe” > Ok

15. Driver Verifier Manager: Start > Run > “verifier.exe” > Ok

16. Windows for Workgroups Chat: Start > Run > “winchat.exe” > Ok

Ask me a question about Windows