Archive

Posts Tagged ‘Windows’

Microsoft Windows Family Tree

November 25th, 2008 2 comments
[singlepic=175,600,450,,center]

Via Wiki

The Matrix Runs on Windows

November 21st, 2008 1 comment

The end of an era – Windows 3.x

November 20th, 2008 No comments

Windows 3.x has come to the closing moments of its long life.

On 1 November Microsoft stopped issuing licences for the software that made its debut in May 1990 in the US.

The various versions of Windows 3.x (including 3.11) released in the early 1990s, were the first of Microsoft’s graphical user interfaces to win huge worldwide success.

They helped Microsoft establish itself and set the trend for how it makes its revenues, and what drives the company until the present day.

The birth of Chrome Logo

October 31st, 2008 No comments

How did the Google Chrome logo evolve?

Here is an interesting story…

[singlepic=170,600,450,,center]

Image Credit : OneComics

How to rename a set of files?

October 28th, 2008 No comments

In windows, let us assume that you want to rename a all .txt files to .rtf files. You can easily rename all files with the following command

ren *.txt *.rtf

The above command will covert all .txt files into .rtf files. With the help of this, you can easily rename a set of files to another extension. This works for all file extensions in Windows.

History of Windows startup sound

August 10th, 2008 No comments

How to hide a file in an image?

August 22nd, 2007 5 comments
How to hide a file in an image?

Save the above image and open this. This will open as an image by default. But if you open with winrar you will get a hidden file.

How to do this?

  1. Select any image. (Find.jpg)
  2. Place all your files in a folder. (Here I am creating a folder VijayForVictory)
  3. Add this to archive (zip/rar). (VijayForVictory.zip)
  4. Place your image and the zip file under a folder.
  5. Open Windows console (Start > Run > cmd)
  6. Go to the folder where we placed the image and the zip file.
  7. Type the following

copy /b Find.jpg + VijayForVictory.zip VijayForVictory_Hidden.jpg

How tohide a file in an image?