Why I still like the old Windows XP
Sunday, June 3, 2012 5:27:28 AM
Many people using Windows 7 recommend people using Windows XP to upgrade to Windows 7 and consider Windows XP obsolete. But can anyone of them really tell why to consider Windows XP obsolete? What technical improvements do Windows Vista or 7 have over Windows XP? An updated Start menu, which can be very well achieved using ViStart? Or some more eye-candy effects which can be very well achieved in Windows XP, just see http://www.askvg.com/transform-windows-xp-into-windows-7-without-using-customization-pack/
All this means that there is almost nothing in Windows 7 that can't be achieved on Windows XP. For BitLocker, there is a far superior alternative called TrueCrypt. For Snipping Tool, it has been ported to Windows XP with the use of Alky for Applications, or if you have Office 2010, just use Screen Clipping feature. For Windows Live Movie Maker, Windows Movie Maker 2.1 is still as powerful.
Let's look at the reverse side. Are there any things Windows XP can do and Windows 7 cannot. Yes, there is one thing that I know of that Windows 7 can't do; one software sending sound to multiple audio devices - see http://social.technet.microsoft.com/Forums/en-US/w7itprogeneral/thread/5861360d-53c4-4998-bc78-6c208e79e895
Also, there are more things that Windows 7 can do, but are more difficult to do than in Windows XP or require 3rd party software. One such example is of File Types tab under Folder Options. The File types tab not only allowed you to change which file extension is opened by which application, but also allowed specifying parameters for executing that application to open the file and specifying another program for when the user right-clicks the file and selects another option other than Open. This is not possible in Windows 7, except for by manually editing the registry, which can be a nuisance if you have to do it for some file extensions.
AS for other things, there are some useful features that Windows XP supported natively but Windows 7 does not and requires extra software to do. An example is ability to add password to a ZIP file is removed in Windows 7 and requires third-party software like 7-Zip, WinRAR or WinZip to do so.
A good list of features can be found at http://en.wikipedia.org/wiki/List_of_features_removed_in_Windows_Vista
When it comes to application compatibility, Windows XP beats Windows 7 clearly, running both old and new software without any issues. Windows XP is also the only widely used operating system today which can run with good performance on older, not so powerful hardware.
There is nothing Windows 7 can do and Windows XP can't - my reason for not upgrading to Windows 7. It's a matter of shame that Microsoft did nothing really "new" in Windows Vista and 7 except for some DirectX improvements and Windows Aero.
All this means that there is almost nothing in Windows 7 that can't be achieved on Windows XP. For BitLocker, there is a far superior alternative called TrueCrypt. For Snipping Tool, it has been ported to Windows XP with the use of Alky for Applications, or if you have Office 2010, just use Screen Clipping feature. For Windows Live Movie Maker, Windows Movie Maker 2.1 is still as powerful.
Let's look at the reverse side. Are there any things Windows XP can do and Windows 7 cannot. Yes, there is one thing that I know of that Windows 7 can't do; one software sending sound to multiple audio devices - see http://social.technet.microsoft.com/Forums/en-US/w7itprogeneral/thread/5861360d-53c4-4998-bc78-6c208e79e895
Also, there are more things that Windows 7 can do, but are more difficult to do than in Windows XP or require 3rd party software. One such example is of File Types tab under Folder Options. The File types tab not only allowed you to change which file extension is opened by which application, but also allowed specifying parameters for executing that application to open the file and specifying another program for when the user right-clicks the file and selects another option other than Open. This is not possible in Windows 7, except for by manually editing the registry, which can be a nuisance if you have to do it for some file extensions.
AS for other things, there are some useful features that Windows XP supported natively but Windows 7 does not and requires extra software to do. An example is ability to add password to a ZIP file is removed in Windows 7 and requires third-party software like 7-Zip, WinRAR or WinZip to do so.
A good list of features can be found at http://en.wikipedia.org/wiki/List_of_features_removed_in_Windows_Vista
When it comes to application compatibility, Windows XP beats Windows 7 clearly, running both old and new software without any issues. Windows XP is also the only widely used operating system today which can run with good performance on older, not so powerful hardware.
There is nothing Windows 7 can do and Windows XP can't - my reason for not upgrading to Windows 7. It's a matter of shame that Microsoft did nothing really "new" in Windows Vista and 7 except for some DirectX improvements and Windows Aero.

Unregistered user # Wednesday, June 13, 2012 7:46:15 AM
Swapnil RustagiSwapnil99pro # Wednesday, June 13, 2012 8:03:01 AM
Unregistered user # Thursday, June 14, 2012 12:05:53 AM
Swapnil RustagiSwapnil99pro # Thursday, June 14, 2012 6:26:25 AM
You can try using Wordpad 2009 for Windows 7 like Wordpad-
https://rapidshare.com/#!download|498p10|176029454|Wordpad.2009_www.dl4all.com.rar|5584|0|0
A real port is hard to do. Sorry again.
Unregistered user # Thursday, June 14, 2012 6:30:35 AM
Unregistered user # Thursday, June 14, 2012 6:53:32 AM
Swapnil RustagiSwapnil99pro # Thursday, June 14, 2012 6:58:18 AM
Originally posted by anonymous:
The Ribbon API is there.
To my knowledge:
However, Paint and WordPad call for some methods (C++ methods) defined only in Windows 7, for example, GetGestureInfo(). If Paint/WordPad executes on Windows Vista, then getGestureInfo() is not found inside user32.dll - therefore not allowing the program to run.
Since DLLs cannot be modified, it is important to wrap these functions and methods called by Paint and WordPad and provide them to those apps when they call it.
I have never developed a wrapper nor have any knowledge on how to do it, and while I know wrappers for backporting Vista only APIs to XP, there is no wrapper I know for backporting Windows 7 API's to Vista.
I might try to develop a wrapper later.
Unregistered user # Thursday, June 14, 2012 7:15:54 AM
Swapnil RustagiSwapnil99pro # Thursday, June 14, 2012 7:29:06 AM
Originally posted by anonymous:
Porting anything is possible, including the ones you asked (Aero Shake, Peek). However, it takes lots of time, effort and testing and most importantly, a very good knowledge of Win32 API functions and methods.
Only a good Windows developer (I am not a developer) with lots of time at hand can make a program to have Aero Peek and Aero Shake or Aero Snap on Windows Vista.
This, is not similar to developing a wrapper. as Aero Snap/Shake and Peek functions will never be called by Windows Vista. An application has to figure out when to call Aero Shake functions, Aero Peek functions (and these functions will have to be written by the developer).
In short, I can't do anything for now.
Unregistered user # Thursday, June 14, 2012 8:52:41 AM
Swapnil RustagiSwapnil99pro # Thursday, June 14, 2012 10:15:17 AM
Originally posted by anonymous:
Yes, it's possible - but you either need to have access to the source code of Windows DLLs (which only Microsoft has) or be an excellent reverse-engineer.
Unregistered user # Friday, June 15, 2012 3:16:26 AM
Swapnil RustagiSwapnil99pro # Friday, June 15, 2012 7:19:57 AM
Originally posted by anonymous:
Try any of them-
http://www.howtogeek.com/howto/2227/get-the-classic-start-menu-in-windows-7/
http://classicshell.sourceforge.net/
http://www.softpedia.com/get/System/OS-Enhancements/Classic-Windows-Start-Menu.shtml
Unregistered user # Friday, June 15, 2012 9:07:17 AM
Swapnil RustagiSwapnil99pro # Friday, June 15, 2012 9:12:09 AM
Originally posted by anonymous:
Not possible - until someone gets the source codes.Unregistered user # Friday, June 22, 2012 7:57:29 AM
coolweather # Monday, August 20, 2012 12:20:42 PM
Swapnil RustagiSwapnil99pro # Monday, August 20, 2012 12:25:54 PM
Unregistered user # Wednesday, December 19, 2012 5:03:38 PM
Unregistered user # Wednesday, January 23, 2013 3:44:01 PM
Unregistered user # Friday, March 22, 2013 10:24:25 PM