Powered by Blogger.

Translate

Popular Posts

About

IP Address Checker
IP Address Checker

Blogger news

Blogroll

Search

Blogger templates

RSS
Showing posts with label Command Tricks. Show all posts
Showing posts with label Command Tricks. Show all posts

Request A New IP Address From Your ISP Server


Request a new IP address from your ISP server

By this method now you can request for a new IP address from your ISP Server

Here's how to do it in windows:
 1. Click On Start

2.Now go on run
 


3. In the run box type cmd.exe and then click OK

4. After the command prompt open- type the following codes in it-

ipconfig /flushdns
 ipconfig /release
 ipconfig /renew
 exit

5. Last step is to delete your all cookies from browser and you are done

Immediately you will be assigned a new IP address when this happens. If you are on a fixed IP address, this method will not work. If this works for you, you may want to save the above commands into a batch file, and just run it when you need it

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

How To Convert FAT32 into NTFS


How can change a FAT32 partition to NTFS, without the use of a third-party software?

Solution


The conversion of FAT32 to NTFS using a simple MS-DOS command. •Open a command prompt

(Go to Start > Programs > Accessories > Command prompt:
 •Type the following command:

•convert x: /fs:ntfs
•Where "x" must be replaced by the letter corresponding to the drive you want to change.
 

•Then press "Enter". If the drive contains the installation of Windows, a confirmation message will be displayed.
 

•Confirm and proceed.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

To Know What is Running on Your PC


Looking for cool CMD hacks? Here are top cool CMD hacks that
are easy to learn but they can be very useful. 1) To Know What Is
Running On Your System Type tasklist and hit enter (You can also
check it...

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS