Thursday, 31 October 2013
Thursday, 17 October 2013
How to make a bootable pendrive using command prompt!!
Posted on 08:37 by Unknown
1. Type “diskpart” inside the command prompt and hit “ENTER”.
2. After last step type “list disk” inside the command prompt and hit “ENTER”.
3. Type “select disk 1” inside the command prompt and hit “ENTER”.
4. Type “clean” and hit “ENTER”. It will erase all the data from the pen drive.
5. Type “create partition primary” and hit “ENTER”. It will create a primary partition in pen drive.
6. Type “select partition 1” and hit “ENTER”.It will select the partition created in the last step.
7. Type “format=fs ntfs quick” and hit “ENTER”. It will format the pen drive quickly with NTFS file type.
8. Type “active” and hit “ENTER”. It will make partition as active for booting after restarting the computer. If this is step is missed then computer will not boot from the pen drive. just copy and paste...os(windows7/8 or xp) setup files to the pendrive.. we are done.....no more cd and dvd booting problems....
Tuesday, 15 October 2013
A Complete Tutorial About IP Address
Posted on 23:19 by Unknown
Let us begin with IP Addresses.
What is an IP Address?
► An Internet Protocol address is a numerical label assigned to each device (e.g., computer, mobile phone) that is connected to a computer network that uses the Internet Protocol for communication.
► An IP address is used for two purposes:
1) To identify whether the interface is host or network.
2) To determine the location of the device.
► IP Versions: IPv4 and IPv6.
Although IPv4 is the earlier version, it is the most commonly used version.
► IPv4 is a 32-bit decimal number while IPv6 is 128-bit number.
► IPv4 is normally written as four numbers between 1 and 255, each separated from the other by a decimal point.
This standard is called as DOTTED-DECIMAL NOTATION.
► Ex: 115.241.40.93
► There are countless IP addresses in today's world!
See for which purpose we need the IP Address------
------------------------------ ------------------------------ -------------
What is the purpose of IP Address Classes?
Each IP Address Class provides the following information:
► Class A: First 8 bits → NETWORK ID & remaining 24 bits → HOST ID
► Class B: First 16 bits → NETWORK ID & remaining 16 bits → HOST ID
► Class C: First 24 bits → NETWORK ID & remaining 8 bits → HOST ID
► Class D: It represents a 32-bit multicast group ID.
► Class E: It is currently not being used. (NO need)
► For example,
Let us consider the IP Address 203.43.21.12
We know that it belongs to Class C.
Therefore, the NETWORK ID is 203.43.21 and the HOST ID is 12.
What is an IP Address?
► An Internet Protocol address is a numerical label assigned to each device (e.g., computer, mobile phone) that is connected to a computer network that uses the Internet Protocol for communication.
► An IP address is used for two purposes:
1) To identify whether the interface is host or network.
2) To determine the location of the device.
► IP Versions: IPv4 and IPv6.
Although IPv4 is the earlier version, it is the most commonly used version.
► IPv4 is a 32-bit decimal number while IPv6 is 128-bit number.
► IPv4 is normally written as four numbers between 1 and 255, each separated from the other by a decimal point.
This standard is called as DOTTED-DECIMAL NOTATION.
► Ex: 115.241.40.93
► There are countless IP addresses in today's world!
See for which purpose we need the IP Address------
------------------------------
What is the purpose of IP Address Classes?
Each IP Address Class provides the following information:
► Class A: First 8 bits → NETWORK ID & remaining 24 bits → HOST ID
► Class B: First 16 bits → NETWORK ID & remaining 16 bits → HOST ID
► Class C: First 24 bits → NETWORK ID & remaining 8 bits → HOST ID
► Class D: It represents a 32-bit multicast group ID.
► Class E: It is currently not being used. (NO need)
► For example,
Let us consider the IP Address 203.43.21.12
We know that it belongs to Class C.
Therefore, the NETWORK ID is 203.43.21 and the HOST ID is 12.
How To Check Antivirus Strength or Test Antivirus Software or Check Antivirus Which is Used by You is Good or Worst?
Posted on 20:00 by Unknown
One of the most asked question is Which antivirus has good strength or How to check antivirus strength?
This post is for them who want to check their antivirus strength.This is a standard test and if your antivirus passes this test then assume that its a good antivirus.
This post is for them who want to check their antivirus strength.This is a standard test and if your antivirus passes this test then assume that its a good antivirus.
Step For Testing Your Antivirus Strength:-
Copy the below code and paste it in your notepad and save it with .exe or .com extension , for example test.exe or test.com.X5O!P%@AP[4\PZX54(P^)7CC)7 }$EICAR-STANDARD-ANTIVIRUS -TEST-FILE!$H+H*
Did your antivirus detect it as threat?
If answer is yes/ no Write in comment so other will know which antivirus is good..
Friday, 11 October 2013
How To Remove Write Protection From Your Pendrive??
Posted on 20:04 by Unknown
METHOD - 1
open registry and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicy and look for WriteProtect in the right pane. double click it and change value to 1 from 0
METHOD - 2
Try This Using Command Prompt(CMD)
Type diskpart and press <enter>.
Type list volume and press <enter>.
Type select volume x
-where x is the number of the drive that's giving you the write protected error.
Type attributes disk clear readonly and press <enter>.
Type exit and press <enter>.
Subscribe to:
Posts (Atom)