answersLogoWhite

0

That question doesn't end with the word "is".

In regards to your question:

Start /w ocsetup DHCPServerCore

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you invite someone on Minecraft into your faction?

It depends on the Minecraft server and what plugin the server is using for factions, sometimes typing "/help" on a server will give you the command syntax (what is required for each command). Alternatively if you know what mod they use, Google search for the plugin/mod and find out.


How do you chat on command prompt?

There is no direct "chat" facility built into the command prompt on any version of Windows. The closest would probably be the "net send" command of Windows NT/2000/XP, though this is disabled on Windows XP by default, and is not present at all in Windows Vista or Windows 7. The syntax of the net send command is:net send message


How do you shutdown FTP services in Linux?

To shut down an FTP server in Linux, you would generally use "ftpshut." The command syntax can vary slightly, so check your man pages for the correct syntax.


How can you use Crystal Reports in PHP?

In order to use Crystal Reports with PHP you need to be running PHP on a Windows server because Crystal Reports is a windows application. Most places will not let this be installed on a shared server but if you have a dedicated server or vps, at a place like hostmysite.com, you will be able to install the crystal reports software. Here is the syntax you will use to create report with Crystal Reports on a windows server: $cr=new com("Crystal.CRPE.Application") or die("cannot load cr com"); $rn="F:\notes5\test.rpt"; $rap=$cr->OpenReport($rn);


What would the syntax of a command to list all documents in a directory that have the extension doc?

For windows: dir *.doc For Unix/Linux: ls *.doc


What is syntax errors in sql server 2005?

wrong sql syntax in your query


Internal Command with syntax?

Internal ms-dos commands with syntax


What do you learn from the syntax of a command?

you learn the rules for correctly entering a specific command at the command line


What is the syntax of CD command?

cmd c:


How do you change domain using cmd?

To change the domain of a Windows computer using the Command Prompt, you can use the netdom command if you have the Remote Server Administration Tools installed. The command syntax is as follows: netdom join <ComputerName> /domain:<NewDomainName> /userD:<DomainUser> /passwordD:* Replace <ComputerName> with your computer's name, <NewDomainName> with the domain you want to join, and <DomainUser> with a user account that has permission to join the domain. After executing the command, you will typically need to restart the computer for the changes to take effect.


The windows 7 utility that displays a list of the routers currently forwarding packets to a particular destination is called what?

tracert is the command the syntax is "tracert name.com" or "tracert IP.ADD.RES.S" Works in many OS, not just Windows 7.


What is the command to delete?

Delete command is a DML. Syntax of delete command is delete from table_name where <>; It is to delete content of table.