Sunday, 22 September 2013

format pen-drive using command prompt





Follow This Steps
  1. First of all you have the drive letter please open my computer and note the drive letter (Example:- I have to format a pen drive whose letter is : H )
  2. search command prompt by typing cmd in windows search right click run as administrator
  3. Now type format H: (here my drive is H change it accordingly)
  4. Now Hit Enter Twice.
  5. Now your drive start formatting.
  6. After some It will ask you to enter the drive letter which you have been formatting.Type H (here my drive is H as you seen before so change it accordingly)
  7. When it say format complete then it means that you format your drive using command prompt without any error.

Increase the speed of Firefox


If you have a broadband Internet connection and use Firefox you can decrease the time each web page you visit loads by enabling pipelining. Pipelining will make Firefox load more than one request at a time for each page it loads. In other words if the page you are visiting has dozens of images it will load more than one image at a time, making the web page appear faster. Follow the below steps to enable pipelining in Firefox.
  1. In the address bar type about:config and press enter.
  2. In pipelining in the search box, as shown below.
  3. Double-click network.http.pipelining to set the Value to true.
  4. Double-click network.http.proxy.pipelining to set the Value to true.
  5. Make sure network.http.pipelining.maxrequests is set to a value of more than 30.
  6. Right-click in an empty portion of the about:config window and click New and then Integer. Enter nglayout.initialpaint.delay as the name of the integer and for the value make it 0.

Use a picture password to log into your computer

Windows 8 includes a new feature called Picture password, which allows you to authenticate with the computer using a series of gestures that include circles, straight lines, and taps. Enable this feature if you want a new way to access your computer or have a hard time with passwords.
  1. Open the Windows Charms.
  2. Click Settings and then More PC settings
  3. In the PC settings window click Users and then select Create a picture password

Windows 8 keyboard shortcuts



Knowing at least some of the Windows 8 keyboard shortcuts will make your Windows 8 experience much more enjoyable. Try to memorize these top Windows 8 shortcut keys.
  • Press the Windows key to open the Start screen or switch to the Desktop (if open).
  • Press the Windows key + D will open the Windows Desktop.
  • Press the Windows key + . to pin and unpin Windows apps on the side of the screen.
  • Press the Windows key + X to open the power user menu, which gives you access to many of the features most power users would want (e.g. Device Manager and Command Prompt).
  • Press the Windows key + C to open the Charms.
  • Press the Windows key + I to open the Settings, which is the same Settings found in Charms.
  • Press and hold the Windows key + Tab to show open apps.
  • Press the Windows key + Print screen to create a screen shot, which is automatically saved into your My Pictures folder.

importance of linux



Why Hackers and Programmers choose
Linux instead of Windows
and Mac?

-Linux is advanced High Level OS.

-Comfortable for Hackers and others.

-24/7 always virus free.

-Greatest OS for Programmers to develop Soft.

-Always free.

-All OS born from Linux only.

-Linux contain all types of Programming Lan and Hacking tools.

-Linux is the No. 1 for Server and Client Scripting.

-Windows is Base and Linux is Race.

-Linux have high developed Programmed.

-Linux is the open source OS.

-Google Web Server (GWS) — Custom Linux-based Web server that Google uses for its online services.

-Novell in 2006 migrate from Windows to Linux.

-IBM Supports Linux 100%.

-Amazon.com is said to "use Linux in nearly every corner of its business.

-Cisco Systems, the computer networking and routing giant, switched to Linux.

CHAT WITH FRIENDS THROUGH MS DOS COMMAND PROMPT




1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.

6) You would then see something like this:

7) Now, type the IP Address of the computer you want to contact and press enter You will see something like this:

Now all you need to do is type your message
and press Enter.
Start Chatting.......!

Wednesday, 18 September 2013

Remove Shortcut from Pen Drive..





Click on “Start” –>Run –> type cmd and click on OK.
Here I assume your pen drive letter as G:
Enter this command.
attrib -h -r -s /s /d g:\*.*
You can copy the above command –> Right-click in the Command Prompt and paste it.
Note: Don’t forget to replace the letter g with your pen drive letter.
Now press “Enter”.
Now check for your files and folder in Pen Drive.