Search This Blog

Tuesday, July 28, 2009

Hide your files in a JPEG file

For this, you will only need to download WinRAR. You just need to have a little knowledge about Command Prompt and have WinRAR installed.

(1). Create a folder in C drive and name it hidden. Collect all the files that you want to hide in this folder (C:\hidden\your files).

(2). Now, add those files in a RAR archive (e.g. hidden.rar). This rar file should also be in the same directory (C:\hidden\hidden.rar).

(3). Now, search a simple JPEG picture file (e.g. logo.jpg), Copy and Paste that file also in the same directory (C:\hidden\logo.jpg).

(4). Now, open Command Prompt and go in directory C:\hidden.

(5). Now type “COPY /b logo.jpg + secret.rar output.jpg”.

Now, logo.jpg is the picture you want to show, hidden.rar is the file to be hidden, and output.jpg is the file which contains both.

(6). Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it and it will show the picture, you wanted to show. Now open the same file with WinRAR, it will show the hidden archive.

You can change Drive, Directory, jpeg file name, rar file name according to you but you must use these names in command prompt.

Thursday, July 23, 2009

Shake your Internet explorer with JAVA Script

(1). Open your Internet explorer.
(2). Copy this code and paste it in address bar and press Enter.
And see magic.

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)

(3). Click on Internet explorer to off shaking.

What you feel about this Script, select a checkbox (funny, Interesting, Cool)

Thursday, July 16, 2009

SPEEDUP FOLDER BROWSING

You may have noticed that every time you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers every time you open Windows Explorer. To fix this and to increase browsing significantly:

(1). Open My Computer

(2). Click on Tools menu

(3). Click on Folder Options.

(4). Click on the View tab.

(5). Uncheck the “Automatically search for network folders and printers” check box.

(6). Click Apply.

(7). Click Ok.

New Reboot your computer…..

Tuesday, July 14, 2009

Change Drive Letters

(1). Go to Start > Control Panel > Administrative Tools > Computer Management > Disk Management.

(2). Then at the right-side you will see the partition of your hard disk.
(3). Then choose a partition for you want to change Drive letters and right click on it.

(4). whose name you want to change (clicks in the white area just below the word "Volume") and select "change drive letter and paths."

From here you can add, remove or change drive letters and paths to the partition

Saturday, July 11, 2009

Some Interesting Bugs

This is something funny and can’t be explained… At Microsoft the whole Team, including Bill Gates, couldn’t answer why this happened!

It was discovered by a Brazilian. Try it out yourself…

Open Microsoft Word and type

=rand (200, 99)

And then press ENTER
And see the magic…..!

Also try this one

Open notepad and type

Bush hid the facts” and save it with name bush now open it.
Have fun & enjoy.......

Thursday, July 9, 2009

Create a shortcut to shutdown your PC

(1). Go to desktop and right click on desktop then select New > Shortcut.

(2). Then a window will open, here in “Type the location of the item” type “shutdown –s –t 20” and click on Next.

(3). Type the name shutdown.exe and click on Finish.

That’s it.

Here we use 20 to set time that after 20 second PC will shutdown. You can change this time according to you. It may be 0 second or maximum.

To create shortcut for restart type “shutdown –r –t 20”

Tuesday, July 7, 2009

Make your own Run Commands

(1). Create shortcut of your application or folder for which you want to create Run Command.
(2). Give a name to your shortcut whatever you want; this name is your Run command.
(3). Now go to windows directory and copy this shortcut in this directory.
That’s it.
Now go to run and enter the name of shortcut and hit enter.
If you don’t know how to create a shortcut then search in this blog “Create a Shortcut of your Application or Folder”.

Sunday, July 5, 2009

Clean out the prefetch folder

Windows XP uses a system called 'prefetch' to organize and preload some of the data necessary for commonly used applications and files. A folder called prefetch is used to store the information the operating system needs to carry out this operation. After several months of use, the prefetch folder may become quite overloaded with older references to software and files that may no longer be in use.
It's a good idea to manually empty the older files out of the prefetch folder every few months or so. To do this: Navigate to 'c:\windows\prefetch' and delete all .PF files that are older than a week or two.

Saturday, July 4, 2009

Hide the Drive using Command Prompt

(1). Go to Start > Run and type “DISKPART” and press Enter.

(2). In the Diskpart window type “list volume” to see all the drives available on your PC.

(3). Now select the drive which you want to hide. Suppose you want to hide E drive so see the volume number opposite to Ltr of E or below ###.

In My PC it is volume 2 for drive E (might be different in your computer).

(4). Now to hide drive E type “Select volume 2”. (Select the appropriate number according to your system)

(5). Then type “remove letter e”, this command will hide your drive.
Now go to My Computer, you will not find this drive.

(6). Now to get your drive back type “Select volume 2” and then type “assign letter d” it will show your drive.

Save all AF __ CF DF in the drive and hide your drive. Nobody can’t see and access this drive from any style

Create a Shortcut of your Application or Folder

(1). Right Click where you want to create shortcut and go New > Shortcut.

(2). Then a window will open, here in “Type the location of the item” give your folder path or your application path and click on Next.

(3). Type the name of your shortcut and click on Finish.

That’s it.

Note: - In “Type the location of the item” you can give command for your shortcut like shutdown…etc. I have a list of these shortcuts but I will tell you later. Now I am going to prepare for my Engineering last F__king exams.