Showing posts with label CMD Trick. Show all posts
Showing posts with label CMD Trick. Show all posts

Wednesday, 12 March 2014

change your ip in less than 1min

    
                     In my previous post i had show you how to Grab someone ip address now i will show you how to change ip address in less then a minute. For now it will take 2 to 3 minutes but with some practice you can do this within a minute.


  • Click on "Start" in the bottom left corner of the screen.
  • Click on "RUN"
  • Type in "command" and click OK


      You should be now at MSDOS prompt Screen


  • Type "ipconfig /release" just like that, and press "enter"
  • Type "exit" and leave the prompt
  • Right-click on "Network Places" or "My Network Places" on your desktop.
  • Click on "properties"

     Now you should  be on a screen with something titled "Local Area Connection", or something  similar to that, and, if you have a network hooked up, all of your other networks.

  •  Right click on "Local Area Connection" and click "properties"
  • Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
  • Click on "Use the following IP address" under the "General" tab
  • Create an IP address (It doesn't matter what it is)
  • Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
  • Press the "Ok" button here
  • Hit the "Ok" button again

     Now you should be back to the "Local Area Connection" screen.

  • Right-click back on "Local Area Connection" and go to properties again.
  • Go back to the "TCP/IP" settings
  • This time, select "Obtain an IP address automatically"
  • Click on "Ok"
  • Hit "Ok" again.
  • Now you have a New IP address.
- See more at: http://hackforjoy.blogspot.in/2013/12/change-your-ip-in-less-than-1min.html#sthash.bBQjfaAv.dpuf

Wednesday, 26 February 2014

Activate your Windows 8.1 without any activator!


At present Windows 8 or Windows 8.1 is very popular for windows user. So many user’s are using this at the moment. But many people can not activate it. I'll show you how to do activate Windows8.1 in your lifeutterly genuineSo let's start-

Rules:
Turn off the internet connection ..

ControlPanel\Network andInternet\Network Connections


1. Right click on the Start menu and select 'Run Command Prompt (Admin)' and click.


2. Enter the following command to write or copy paste.

slmgr.vbs -ipk<MAK Key>
For example: slmgr.vbs-ipkCGWVF-N3VMK-CVG7W-MBB9Y-MY2KV


3Right-click on the start menu and select 'Run Command Prompt (Admin)' and click then enterslui 
4 then click next. You can select country as United Kingdom.

Installation ID will be shown as picture below.

4.         If turn off your internet connection so, turn on the connection. Then please follow the stepsbelow.

(A) Start your Skype ... if you do not have skype so you can start at http://www.skype.comdownload the free registration.

(B) Call via Skype to the United Kingdom [+448000188354] number Or, USA [+18664323012]number(The number to call USA is too hard, and so try to UK number to be active).


(C) Find your Skype's dial pad. The first question to be asked is - Home User or Business useryou are using windows as? Home User response as you press.  Then describe some of the rules,if you do not want to hear press # button.

(D) Then accurate and consistently Installation ID to enter. Enter the number you want to knowexactly how many computers as interactive want to purchase. In response to press  1.

(E) The above steps can be done correctly, they will provide a Confirmation ID. Click Enter Confirmation ID number correctly, click on the Active Windows button. And Your window 8.1 thorough enable for lifetime....


8.1 Genuine Windows can check whether you have to be active.



Right-click on the start menu and select 'Run Command Prompt (Admin) and then write  slmgr/atothen press enter.

[N.B: Of course safely save it for future re-activation Key, Installation ID & Confirmation ID. If youhave installed a new windows following the step 1-3 so, you can be procedure same Installation IDnumberYou can full interactive windows by putting your saved Confirmation ID. If you don’t change your motherboard or HDD so, you can repeatedly use the same ID can be active.]

This method Windows8 RTM Professional, Professional N, Enterprise, Enterprise N Editiongroups can use]

Key Change: When the Key is block or Installation ID do not match, then there is need to change the Key. Please follow the procedure below to change the key-

Start menu, right-click it and select 'Run Command Prompt (Admin)' s Command write separatelyand then click enter.

slmgr/upk
slmgr/cpky
slmgr/ipk ( New/UsedKey)

More details can visit Microsoft's web site.
Or, You can find out more & more tips & tricks from Google

Saturday, 30 November 2013

How To Find Computer Name Using Command Prompt

Click on the start button, type cmd in the search box (In windows XP and older version, open run command, type “cmd” and press enter). Click on the result.
command prompt windows
A command prompt window will open up. Type the word “hostname” and press enter.
cmd-hostname windows
Your computer name will appear. In my case it is “KETAN-PC”.
cmd-computer name
This way you can easily find your computer’s name. Simple and quick.

Watch Star Wars in ASCII

star wars
For all my nerdy friends who are diehard fans of Star Wars, you can actually watch
the Star Wars Episode IV movie in the command prompt. Though it would be in ASCII, it will be fun. To start the movie, open command prompt, type in telnet towel.blinkenlights.nl. and press enter. Don’t forget the popcorns though :)

Get Help for Command

help
Well let’s say you know about a command,
but you are not sure how it works. Not a problem, all you need to do is suffix the command with /?  and execute it. If the command is valid, the command prompt will give you all the information related to it.

Drag and Drop Files to Change Path

If you are already in command prompt, and you want to copy the exact path to a folder or file to run the file or change the present working directory,
you can simply drag and drop the file or the folder on the command prompt.
The path of the dropped file or folder will show up in quotes.

Run Commands Simultaneously

You can put && between two commands and execute them one after another.
The command on the left will execute first followed by the command on the right of the double ampersand.

Copy Commands Output to Clipboard Directly

Sometimes one might want to copy the output from a command to clipboard, like at times when you get an error, and you want to paste the exact error in email or while chatting with someone.
To store a command output to a clipboard add the command | clip at the end of the command. For e.g. Dir /p | clip

Change Command Prompt Looks

white CMD
Are you bored with the conventional black-and-white looks of the command prompt and would like to paint it different? We have already covered a guide on
how you can customize your command prompt which you can refer to make the changes.

See Command History

ou can see last used commands in a session using the navigation buttons, but if you would like to see a list of all the commands, you can get it by pressing the F7 button.
f7
Alternatively, you can use the command doskey /history  to list these commands in the command
prompt itself.
doskey history

Run Command Prompt as Admin

Many commands require you to run command prompt as administrator. When you search for CMD in Start Menu, other than selecting Run as administrator
 from the right-click menu, you can simply press Ctrl+Shift+Enter to open it with admin privileges. This trick will work for all the programs installed on your system.

Enable QuickEdit for Easy Copy/Paste in CMD

One thing I miss the most in Command Prompt is the ability to easily copy and paste text using the conventional Windows hotkeys. Normally, one would have to use the right-click context menu options to copy and paste text, but if you enable QuickEdit,
you can do them using simple shortcuts.




To enable the QuickEdit mode, right-click on the Command Prompt Title Bar and select Properties. In the Properties Window under the Option Tab enable QuickEdit Mode. That’s all; you can now quickly select text by dragging your mouse pointer. Pressing the enter key on the selected text will copy the text to the clipboard, and a simple left click would be enough to paste the text.

Wednesday, 30 October 2013

Chat with Friends through MS DOS Command Prompt/Best Notepad trick


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) Now, type the IP Address of the computer you want to contact and press enter.

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

8) You would then see something like show in the image above.

Saturday, 26 October 2013

Avtivate Window XP from cmd


A. Windows XP will typically remind you to activate the product (most users will have 30 days to activate XP after installation). To activate XP manually, you can use the Start menu shortcut in the System Tools Accessories folder. At the command prompt, type
oobe/msoobe /a

In case you're wondering, msoobe stands for "Microsoft Out of Box Experience."