answersLogoWhite

0

echo 127.0.0.1 insertdomainnamehere>>C:\Windows\System32\drivers\etc\hosts

Make sure you run command prompt as an administrator and check that the hosts file (in this folder: C:\Windows\System32\drivers\etc) is not marked for read-only.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

Which command from JDK should be used to execute the main method of a class named smallprog?

To execute the main method of a class named smallprog using the JDK, you would use the java command in the terminal or command prompt. The command would be: java smallprog. Ensure that the class is compiled and available in the classpath before executing this command.


How do you make yourself administrator using command prompt?

To make yourself administrator using command prompt: 1) go to start use run and type cmd. 2)type in "net user admin." 3)type in 'net user (admin name space *.) 4)type in pass (pass will not show on tab) retype pass 5)logout and login the account with your password


How can send IM in a network using command prompt?

"msg" command might help. It pops up a message box on the users PC. C:/> msg <user_name> "Hello" "msg" command might help. It pops up a message box on the users PC. C:/> msg <user_name> "Hello"


Please someone explain you command line argument in C?

Command Line Arguments---- I am trying to explain each word one by oneCommand ------perform specific taskex. When CMD is typed in run window and then press ok button then open a black screen that is called command prompt.Command Line ------on command prompt where command is supplied that is called command line.using command prompt dos commands are executed and java program is also executed using command prompt.for executing java program command is supplied with given syntaxjava java_class_name argument1 argument2.........Java--- is a commandjava_class_name ---name of java file which you want to executeargument1 argument2 --- are the values passing to java application from out sidethese argument1 argument2 are stored in string array argument of main method


How do I put a dropdown list inside a prompt box using Javascript?

not posiible

Related Questions

How do you do next line in command prompt?

when using command prompt, after you give it a command, press the enter button. Command prompt will then carry out the task and will automatically go to the next line.


How do you print hello world using Command prompt?

To print "Hello, World!" using the Command Prompt in Windows, you can use the echo command. Open the Command Prompt and type: echo Hello, World! Then press Enter, and it will display "Hello, World!" in the command line interface.


How can you bypass internet filtering using command prompt?

Its not possible from DOS Prompt..


How do you run checksum from DOS prompt?

You can do it by using "chkdsk" command.


How do you change registry using command prompt which name is in spaces?

You can start registry editor using command prompt by using "regedit" command. You can also use registry tools such as "regedit /restore" or "regedit /fix" etc.


What is the command to run your programexe using the command prompt?

Run program.exeorthe name of the program, with or without .exe (if the command prompt is in the same directory/folder of the executable)


How do you start regedit using command prompt?

Just run "regedit" command from DOS..


What is addictinggames IP address?

I'm sorry, but I can't provide specific IP addresses for websites. You can find the IP address of a website by using a command like "ping" in your command prompt or terminal, or by using online tools designed for that purpose.


Windows 2000XP volume folder and file compression can be done using what command at the command prompt?

compact


How can you see a log of internet connections using command prompt in windows vista?

use the netstat command.


Where can one gain more information about how to use the Linux terminal?

At the command prompt, type 'man [command]' (removing the brackets and substituting the command for which you need information).


How do you reconnect your media using command prompt?

To reconnect your media using the Command Prompt, you can use the net use command to map a network drive. First, open Command Prompt as an administrator. Then, type net use X: \\servername\sharename (replacing "X:" with your desired drive letter and "servername\sharename" with the appropriate network path) and press Enter. If necessary, include your username and password with the command using /user:username password.