20 things you didn’t know about Windows XP

mp.jpg

You’ve read the reviews and digested the key feature enhancements and operational changes. Now it’s time to delve a bit deeper and uncover some of Windows XP’s secrets.

1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type ‘systeminfo’. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type ‘systeminfo > info.txt’. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).

2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run… and type ‘gpedit.msc’; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care — some may stop your computer behaving as you wish. (Professional Edition only).

3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter ‘rundll32.exe user32.dll,LockWorkStation’ in the location field. Give the shortcut a name you like. That’s it — just double click on it and your computer will be locked. And if that’s not easy enough, Windows key + L will do the same.

4. XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word ‘hide’ and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.

5. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include ‘eventcreate’ and ‘eventtriggers’ for creating and watching system events, ‘typeperf’ for monitoring performance of various subsystems, and ‘schtasks’ for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options — they’re all far too baroque to go into here.

6. XP has IP version 6 support — the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type ‘ipv6 install’ into Run… (it’s OK, it won’t ruin your existing network setup) and then ‘ipv6 /?’ at the command line to find out more. If you don’t know what IPv6 is, don’t worry and don’t bother.

7. You can at last get rid of tasks on the computer from the command line by using ‘taskkill /pid’ and the task number, or just ‘tskill’ and the process number. Find that out by typing ‘tasklist’, which will also tell you a lot about what’s going on in your system.

8. XP will treat Zip files like folders, which is nice if you’ve got a fast machine. On slower machines, you can make XP leave zip files well alone by typing ‘regsvr32 /u zipfldr.dll’ at the command line. If you change your mind later, you can put things back as they were by typing ‘regsvr32 zipfldr.dll’.

9. XP has ClearType — Microsoft’s anti-aliasing font display technology — but doesn’t have it enabled by default. It’s well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2.

10. You can use Remote Assistance to help a friend who’s using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum’s real IP address — they can find this out by going to www.whatismyip.com — and get them to make sure that they’ve got port 3389 open on their firewall and forwarded to the errant computer.

11. You can run a program as a different user without logging out and back in again. Right click the icon, select Run As… and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.

12. Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might slip the bonds of sanity before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0.

13. You can start up without needing to enter a user name or password. Select Run… from the start menu and type ‘control userpasswords2’, which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.

14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options… and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.

15. XP comes with a free Network Activity Light, just in case you can’t see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You’ll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.

16. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.

17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By… Show In Groups.

18. Windows Media Player will display the cover art for albums as it plays the tracks — if it found the picture on the Internet when you copied the tracks from the CD. If it didn’t, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.

19. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.

20. The next release of Windows XP, codenamed Longhorn, is due out late next year or early 2003 and won’t be much to write home about. The next big release is codenamed Blackcomb and will be out in 2003/2004.

NTFS Vs FAT

To NTFS or not to NTFS—that is the question. But unlike the deeper questions of life, this one isn’t really all that hard to answer. For most users running Windows XP, NTFS is the obvious choice. It’s more powerful and offers security advantages not found in the other file systems. But let’s go over the differences among the files systems so we’re all clear about the choice. There are essentially three different file systems available in Windows XP: FAT16, short for File Allocation Table, FAT32, and NTFS, short for NT File System.


FAT16
The FAT16 file system was introduced way back with MS–DOS in 1981, and it’s showing its age. It was designed originally to handle files on a floppy drive, and has had minor modifications over the years so it can handle hard disks, and even file names longer than the original limitation of 8.3 characters, but it’s still the lowest common denominator. The biggest advantage of FAT16 is that it is compatible across a wide variety of operating systems, including Windows 95/98/Me, OS/2, Linux, and some versions of UNIX. The biggest problem of FAT16 is that it has a fixed maximum number of clusters per partition, so as hard disks get bigger and bigger, the size of each cluster has to get larger. In a 2–GB partition, each cluster is 32 kilobytes, meaning that even the smallest file on the partition will take up 32 KB of space. FAT16 also doesn’t support compression, encryption, or advanced security using access control lists.

FAT32
The FAT32 file system, originally introduced in Windows 95 Service Pack 2, is really just an extension of the original FAT16 file system that provides for a much larger number of clusters per partition. As such, it greatly improves the overall disk utilization when compared to a FAT16 file system. However, FAT32 shares all of the other limitations of FAT16, and adds an important additional limitation—many operating systems that can recognize FAT16 will not work with FAT32—most notably Windows NT, but also Linux and UNIX as well. Now this isn’t a problem if you’re running FAT32 on a Windows XP computer and sharing your drive out to other computers on your network—they don’t need to know (and generally don’t really care) what your underlying file system is.

The Advantages of NTFS
The NTFS file system, introduced with first version of Windows NT, is a completely different file system from FAT. It provides for greatly increased security, file–by–file compression, quotas, and even encryption. It is the default file system for new installations of Windows XP, and if you’re doing an upgrade from a previous version of Windows, you’ll be asked if you want to convert your existing file systems to NTFS. Don’t worry. If you’ve already upgraded to Windows XP and didn’t do the conversion then, it’s not a problem. You can convert FAT16 or FAT32 volumes to NTFS at any point. Just remember that you can’t easily go back to FAT or FAT32 (without reformatting the drive or partition), not that I think you’ll want to.

The NTFS file system is generally not compatible with other operating systems installed on the same computer, nor is it available when you’ve booted a computer from a floppy disk. For this reason, many system administrators, myself included, used to recommend that users format at least a small partition at the beginning of their main hard disk as FAT. This partition provided a place to store emergency recovery tools or special drivers needed for reinstallation, and was a mechanism for digging yourself out of the hole you’d just dug into. But with the enhanced recovery abilities built into Windows XP (more on that in a future column), I don’t think it’s necessary or desirable to create that initial FAT partition.

When to Use FAT or FAT32
If you’re running more than one operating system on a single computer (see Dual booting in Guides), you will definitely need to format some of your volumes as FAT. Any programs or data that need to be accessed by more than one operating system on that computer should be stored on a FAT16 or possibly FAT32 volume. But keep in mind that you have no security for data on a FAT16 or FAT32 volume—any one with access to the computer can read, change, or even delete any file that is stored on a FAT16 or FAT32 partition. In many cases, this is even possible over a network. So do not store sensitive files on drives or partitions formatted with FAT file systems.

Speed up your browsing of Windows 2000 & XP machines

Here’s a great tip to speed up your browsing of Windows XP machines. Its actually a fix to a bug installed as default in Windows 2000 that scans shared files for Scheduled Tasks. And it turns out that you can experience a delay as long as 30 seconds when you try to view shared files across a network because Windows 2000 is using the extra time to search the remote computer for any Scheduled Tasks. Note that though the fix is originally intended for only those affected, Windows 2000 users will experience that the actual browsing speed of both the Internet & Windows Explorers improve significantly after applying it since it doesn’t search for Scheduled Tasks anymore. Here’s how :Open up the Registry and go to :HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace Under that branch, select the key :

{D6277990-4C6A-11CF-8D87-00AA0060F5BF}

and delete it.

This is key that instructs Windows to search for Scheduled Tasks. If you like you may want to export the exact branch so that you can restore the key if necessary.

More Tricks

Save Window Settings

mp.jpg

Funny why you have customized the look (toolbars, view, details) of an Explorer or Control Panel window only to find that the second window doesn’t look the same as the one you have just customized. But there are ways to have your Explorer/Control Panel window keep its settings for good. Start your registry editor and go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. In the right hand pane you’ll find the NoSaveSetting key. No matter what value is given to this Registry key, the Desktop/Explorer/Control Panel settings will still be modified again after opening 29 of those windows. Delete the NoSaveSettings key. Just refresh your desktop to take effect.

Make DLL Files Show Their Own Icons

If you find the generic Control Panel Applets or DLL old icon with the two gears boring, something can be done.Fire up your registry editor and go to HKEY_CLASSES_ROOT\cplfile\DefaultIcon. Change the default string value to %1. This for Control Panel icons. For DLLs, go to HKEY_CLASSES_ROOT\dllfile\DefaultIcon and change the default string value to %1.The next time you take a look at your C:\Windows\System directory, you will see that old icon with the two gears, any DLLs and Control Panel applets (CPLs) that contain even one icon will show something more interesting–the first icon they contain. The only drawback is that DLLs and CPLs that do not contain icons are represented by the “unknown type” icon. But you might just think it is worth it.

Customizing The Shortcut Arrow

Windows will attach a black arrow to icons to distinguish shortcuts from the original. Most of us just find this more annoying than helpful. Most tipsters will advice you to search the registry for a value called Piffile and delete every instances of it. But we find that it is impossible to recover it when the deed is done. We have another trick with a little twist.Open up your registry editor and go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons. Now, on the right pane is a list of icons ( we found out that on some systems, Windows 98 especially, the right pane is blank. Don’t worry, just add the value as required ). Find the value 29. If it isn’t there, just add it. The value of this string should be C:\Windows\system\shell32.dll, 29 ( which means the 30th icon in shell32.dll – the first one begins with 0 ). Now, we need blank icon to do this. Just create one with white as the whole icon. Once done just change the value to C:\xxx.ico, 0 where “xxx” is the full path of the icon file and “0” is the icon in it.Now for some fun. If the blank icon is a bit boring, change it again. You will find that under shell32.dll there is a gear icon, a shared folder ( the hand ) and much more. Experiment for yourself!

Remove The “Shortcut To” Prefix

Is the “Shortcut to” text prefix on your shortcuts annoying you no end? Here is the way to remove all instances from all your shortcuts.Fire up your registry editor and go to HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer. On the left pane, create a new binary value named link. Set the value to 00 00 00 00. Restart your system and the “Shortcut To” text prefix is gone.Note: This applies to all your existing as well as and newly added shortcuts!

More Flexibility For Desktop Icons

If you are the one who doesn’t want to waste, you might be making use of all the icons on the desktop. Our last tip didn’t make any effect on you since you have no intention of deleting any of them. But would you like more flexibility for these “stiff” system icons?Refer to our last tip for searching the CLSID for the system icons. Then go toHKEY_CLASSES_ROOT\CLSID\{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}where xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx is the icon’s CLSID.Now, on the right-frame, search for a value called Attributes. If the value is not available, that means that you can edit on that icon and it must be left alone. If it is there, change the value to 70 01 00 20.Back to the desktop, you can now do impossible things on the icons like rename or even delete the Recycle Bin!

Lock Icons On Desktop

You have arranged your desktop to look nicely with your wallpaper. Presently comes someone and mess up the nice arrangement. To lock your desktop icons into place, first arrange it carefully the way you want it to be, then open up the registry editor. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. Right-click in the right pane and select New, DWORD Value name NoSaveSettings and press the Enter key. Right-click on the new NoSaveSettings item and select Modify. Enter 1 in the Value data box. After this, whenever you restart Windows, your settings will return to their current state.

Open Explorer For My Computer

Now, the My Computer icon is a direct link to all the drives and important things like Control Panel and Dial-up Networking. But to most of us, it virtually accomplishes nothing. From our last tip, we advice you not to remove the My Computer icon. It is forbidden by Windows experts. Well, does it mean the icon will sit there until eternity?Not if we can help it. We assume you use Windows Explorer frequently right? How about a makeover so that the My Computer icon will look like Explorer, act like Explorer and work like Explorer? That way, we can change the useless icon into a more useful one. If that’s what you want, follow on.Run your registry editor and go toHKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shellWith \shell highlighted, create a new key named LaunchExplorer. With \LaunchExplorer highlighted, create a new key called command. Change the default value of command to explorer /e. For final touch-ups, change the My Computer’s icon and rename it as well. Give it a appropriate one such as “Computer Explorer” to differentiate from the real Explorer.

Enable or Disable the CD-ROM Autorun Feature

You can disable the CD-ROM autorun by changing this setting, this will stop applications from auto launching when you insert a CD-ROM disc into your drive.Open: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRomChange to value of ‘Autorun’, or create a new DWORD value if it doesn’t exist: (0=disable, 1=enable)Restart Your Computer.

Dont display last user name

1. Start the registry editor (regedit.exe).2. Navigate to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system registry subkey.3. Double click the “dontdisplaylastusername” value (or create the DWORD type value if it doesn’t exist).4. Set the value to 1 to enable the feature or 0 to disable it.5. Click OK and close the registry editor

Funny Computer Trick

Check Out This Funny Tricks:

1) Copy And Paste The Java Script Code To The Address Bar Of Your Browser.

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i–) {for (j = n; j > 0; j–) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

Windows’s “Shaking It”, You Can Change The Value Of i If You Wish.

50 SECRETS OF WINDOWS XP

mp.jpg

  1. You can rename several files at one time within Explorer. A long overdue feature, in my opinion. (See before and after screen shots.)
  2. The tiles view is there for getting quick picture dimensions — a wonderful thing for those of us who work with the Web. When you select an image, its dimensions will also be displayed in the Status bar (if it’s turned on). (See a screen shot.)
  3. Check out the Details view if you have a ton of similar files in the folder. In one glance, you can view the number of pages, bitrate, details, and so on. Of course, it depends on what it is you’re trying to view. ). (See a screen shot.)
  4. ClearType is a great reason to upgrade to XP. While it does have a noticeable impact on 2D performance, the view is spectacular. It’s not just for LCD screens, contrary to popular belief. Font smoothing is so 20th century. (See before ClearType and after ClearType screen shots.)
  5. Your removable drives are automatically added to the SendTo menu. I can’t figure out how to get them out of there, as I never really use my floppy or Zip drives. (See a screen shot.)
  6. EXIF support is built into the Explorer shell. This allows you to see embedded information from untouched digital photos. This is another awesome feature for shutterbugs.
  7. Details view in MP3 folders is a must. It’s very much like WiMP in the sense that you can view all sorts of song details from within the Explorer window. (See a screen shot.)
  8. Being a neat freak, I appreciated the new Align to Grid feature for the Windows desktop. Now I don’t have to right-click and Arrange every time I move a stupid icon. Try as you might, you can’t drag desktop icons off of the screen with this option turned on. (See a screen shot.)
  9. Man, you’ve got to play with the Show in Groups Arrange option. It’s neat, and depending on how you have the folder set up, it will provide different sorting options (alphabetically by file type, general file type, and so on). Very, very cool. (See a screen shot.)
  10. When you see the shutdown dialog pop up, hold onto the Shift key if you want to flip energy saving modes (from Stand By to Hibernate).
  11. WiMP will now grab cover shots and detailed information for your DVDs.
  12. When you put in a CD with MP3s on it, XP asks you what you want to do with it. It does the same basic thing when you insert a picture CD or plug in a digital camera. Very friendly. (See a screen shot.)
  13. Icons in the System Tray are now displayed in high color. It’s about time! Oddly enough, when you configure the System Tray (by right-clicking on the Taskbar and selecting Properties), in the Notification area, someone forgot to update the old icons for Paint, Network, Calculator, and so on. I get paid to notice these things, you know.
  14. Zip file support is finally built into the OS. Yes, I know Me had it, too, but I hate that OS.
  15. No powertoys ship with the Windows XP CD, although they will be available from Microsoft’s site after October 25. They are a must for any user, experienced or not. Super Fast User Switcher, PowerToy Calculator, Alt-Tab replacement, Virtual Desktop Manager, Photo Toys, TweakUI, Command Window Here, Slideshow generator, Magnifier, HTML Generator, and TimerShot.
  16. ID3v2 is supported throughout the OS (in WiMP 8.0 as well as in the Explorer shell). To edit an MP3’s information, pull up its properties and flip to the Summary tab. (See a screen shot.)
  17. You can store/save your current Theme to the My Documents folder. On the surface, this feature appears to be backwards compatible with classic Desktop Themes.
  18. I think I’ve rebooted this computer less than 10 times, yet XP’s boot process (from BIOS to desktop) is faster than it’s ever been. Let me time the sucker. Hold on — this should only take a minute. I take that back! It took me 45 seconds to get back up and running again.
  19. MSConfig is back, baby. Windows 2000 users will appreciate its return. Of course, X-Setup works just fine on XP, too. (See a screen shot.)
  20. In folders designated for pictures, the Tasks pane will give you an option to print them. Choose your images, layout, printer, and so on. If you have a photo printer, this is a spectacular feature. If you choose not to work with the Tasks pane, you can simply open an image in the Windows Viewer and print from there to get to the same wizard. (See a screen shot.)
  21. You’d be surprised at how much alpha blending of icons improves the experience. No matter what wallpaper or background color you’re using, they will always look smooth. (See a screen shot.)
  22. SNTP/NTP time synchronization is now built into the Date and Time applet. With it, you can connect to any Internet time-server. Never miss a meeting again! (See a screen shot.)
  23. When Explorer crashes, the icons are restored in the System Tray. Finally. I verified this the other day when I ran into that weird gray screen problem.
  24. XP comes with a basic slideshow screen saver — perfect for showing off your recent vacation photos. (See a screen shot.)
  25. The Task Manager now has Networking performance indicators. Right-click on the Taskbar and select Task Manager for more. (See a screen shot.)
  26. You can rename several files at one time within Explorer. A long overdue feature, in my opinion. (See before and after screen shots.)
  27. The tiles view is there for getting quick picture dimensions — a wonderful thing for those of us who work with the Web. When you select an image, its dimensions will also be displayed in the Status bar (if it’s turned on). (See a screen shot.)
  28. Check out the Details view if you have a ton of similar files in the folder. In one glance, you can view the number of pages, bitrate, details, and so on. Of course, it depends on what it is you’re trying to view. ). (See a screen shot.)
  29. ClearType is a great reason to upgrade to XP. While it does have a noticeable impact on 2D performance, the view is spectacular. It’s not just for LCD screens, contrary to popular belief. Font smoothing is so 20th century. (See before ClearType and after ClearType screen shots.)
  30. Your removable drives are automatically added to the SendTo menu. I can’t figure out how to get them out of there, as I never really use my floppy or Zip drives. (See a screen shot.)
  31. EXIF support is built into the Explorer shell. This allows you to see embedded information from untouched digital photos. This is another awesome feature for shutterbugs.
  32. Details view in MP3 folders is a must. It’s very much like WiMP in the sense that you can view all sorts of song details from within the Explorer window. (See a screen shot.)
  33. Being a neat freak, I appreciated the new Align to Grid feature for the Windows desktop. Now I don’t have to right-click and Arrange every time I move a stupid icon. Try as you might, you can’t drag desktop icons off of the screen with this option turned on. (See a screen shot.)
  34. Man, you’ve got to play with the Show in Groups Arrange option. It’s neat, and depending on how you have the folder set up, it will provide different sorting options (alphabetically by file type, general file type, and so on). Very, very cool. (See a screen shot.)
  35. When you see the shutdown dialog pop up, hold onto the Shift key if you want to flip energy saving modes (from Stand By to Hibernate).
  36. WiMP will now grab cover shots and detailed information for your DVDs.
  37. When you put in a CD with MP3s on it, XP asks you what you want to do with it. It does the same basic thing when you insert a picture CD or plug in a digital camera. Very friendly. (See a screen shot.)
  38. Icons in the System Tray are now displayed in high color. It’s about time! Oddly enough, when you configure the System Tray (by right-clicking on the Taskbar and selecting Properties), in the Notification area, someone forgot to update the old icons for Paint, Network, Calculator, and so on. I get paid to notice these things, you know.
  39. Zip file support is finally built into the OS. Yes, I know Me had it, too, but I hate that OS.
  40. No powertoys ship with the Windows XP CD, although they will be available from Microsoft’s site after October 25. They are a must for any user, experienced or not. Super Fast User Switcher, PowerToy Calculator, Alt-Tab replacement, Virtual Desktop Manager, Photo Toys, TweakUI, Command Window Here, Slideshow generator, Magnifier, HTML Generator, and TimerShot.
  41. ID3v2 is supported throughout the OS (in WiMP 8.0 as well as in the Explorer shell). To edit an MP3’s information, pull up its properties and flip to the Summary tab. (See a screen shot.)
  42. You can store/save your current Theme to the My Documents folder. On the surface, this feature appears to be backwards compatible with classic Desktop Themes.
  43. I think I’ve rebooted this computer less than 10 times, yet XP’s boot process (from BIOS to desktop) is faster than it’s ever been. Let me time the sucker. Hold on — this should only take a minute. I take that back! It took me 45 seconds to get back up and running again.
  44. MSConfig is back, baby. Windows 2000 users will appreciate its return. Of course, X-Setup works just fine on XP, too. (See a screen shot.)
  45. In folders designated for pictures, the Tasks pane will give you an option to print them. Choose your images, layout, printer, and so on. If you have a photo printer, this is a spectacular feature. If you choose not to work with the Tasks pane, you can simply open an image in the Windows Viewer and print from there to get to the same wizard. (See a screen shot.)
  46. You’d be surprised at how much alpha blending of icons improves the experience. No matter what wallpaper or background color you’re using, they will always look smooth. (See a screen shot.)
  47. SNTP/NTP time synchronization is now built into the Date and Time applet. With it, you can connect to any Internet time-server. Never miss a meeting again! (See a screen shot.)
  48. When Explorer crashes, the icons are restored in the System Tray. Finally. I verified this the other day when I ran into that weird gray screen problem.
  49. XP comes with a basic slideshow screen saver — perfect for showing off your recent vacation photos. (See a screen shot.)
  50. The Task Manager now has Networking performance indicators. Right-click on the Taskbar and select Task Manager for more. (See a screen shot.)

शायरी

वो सडकके उस पार थी, हम सडकके ईस पार थे

कुछ हम आगे बढे, कुछ वो आगे बढी ॥

हम और आगे बढे, वो भी और आगे बढी

हम कुछ और आगे बढे, वो भी कुछ और आगे बढी

अब हम सडकके उस पार थे, वो सडकके ईस पार थी ॥