Thursday 12 September 2013

Cool Note Pad Tricks

Cool Note Pad Tricks


Notepad Trick



Make a Personal Diary(Log) with Notepad (Easter Eggs)

Notepad Diary
Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 8, Windows 7, Windows Vista and Windows XP.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat. 

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Notepad tricks
Matrix Falling Code Effect - Notepad Trick

Upon running the bat file, you will see the "Matrix falling code" effect.

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it inNotepad as Virus.vbs or *.vbs.

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Double click to open this file and you will be impressed by this awesome trick.

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Send this file to your friends as an email attachment to see the fun.

Notepad Trick to Shutdown Computer Forcefully

Open Notepad.

Paste the following code in it:

@echo off

msg * Shutdown computer.

shutdown -c “Sleep Tight” -sn Notepad.


6.Format Hard Disk with Notepad (try it on your enemies)
Picture
Write The Following In Notepad Exactly as it says
Code : 01001011000111110010010101010101010000011111100000

Save As it as .EXE and any Name would Do.
Make an Ethical use of it. This .exe file can be really dangerous.

Wednesday 11 September 2013

How to Format PC using USB pendrive???

How to Format PC using USB pendrive???


STEP 1:MAKE YOUR PENDRIVE “BOOTABLE”

Many of people face lots of problems once we got to format/reinstall windows on our pc.Very First thing we’ve to choose from where to install windows?
The choices available are optical disk(DVD) or USB Pendrive.Within the latest new netbooks, largely there’s noDVD drive. Therefore if you wish to install windows you have to choose the other option, i.e. USB Pendrive. Therefore here I’m providing a brief and 100% tested tutorial on
“how to create a Windows 7 Bootable USB Pendrive to install Windows 7 from USB Pendrive”
Very First issue, You must check whether or not your BIOS supports booting from USB. Most of the computer/laptops support. However if your BIOS doesn’t, then sorry, you can’t boot from a USB Pendrive.
Second issue, You need another pc with Windows installed with a DVD drive, to COPY its contents later.
So here is the procedure:
1) Run command prompt(cmd). this will be done by clicking start and typing cmd in Windows 7/Windows Xp, click on start and then click on run. Type cmd and run. This may Open the command prompt which is able to appear as if this:

2) Then run diskparutility from CMD, by typing “diskpart” on command prompt and pressing enter. this will run the diskpart utility in a very separate windows, that is shown in image below:
3) Now insert USB pendrive in any USB port. Remember that Your pen drive should be atleast 4 GB, 8 GB USB pendrive is best for This purpose. Now return to the diskpart console & type “listdisk” and press enter. this may list the different storage devices available. You’ll see the size column of the disk and here ‘disk 2′ is our pen drive. Warning: In your PC it may be some other number. In our case it’s “disk 2″.
4) Then you’ve got to type “select disk 2″ and press enter. Note: in our case it’s disk 2, in your case it may be disk 3/disk 1 or any different number. you can enter “detail disk” to check the details of the disk once you select it to verify that you’ve choosen the right disk. you’ll be able to see these steps within the image below:

5) Then you’ve to run a Series of commands. The commands to be run within the order are:
- clean
- create partition primary
- select partition 1
- active
- format fs=fat32
These steps are shown in the following Image:
6) The format step can take some time.after the format is complete you’ve to run “assign” command. and after this U can exit diskpart utility by entering the “exit” command. The steps are shown below:
- assign
- exit
- The image below shows all the steps taken from the 1st step:

7) when the format is complete, insert your original “Windows 7 DVD” in your DVD drive, or If you’ve an .iso image of the DVD, Mount that .iso image using “power ISO”(any virtual drive software).
- Now open My Computer, and open the contents of DVD Drive.Select all contents and copy all the contents
- Now open the USB Pendrive and press paste all the contents of DVD into the USB Disk.

8 ) Once the copy finishes, you’re done simply remove the USB Pendrive safely and use it to install Windows 7 in your PC.

STEP 2: FORMAT YOUR PC

Insert pendrive in USB port then Restart your computer.press F8 for Boot drive option.Select “pendrive”(it may be appear as your name of your pendrive’s company).Then format your pc as you are doing with DVD.
Thanks