Local Address's IP address of the local computer and the port number being used. If the -n parameter is not specified, the local computer name corresponding to the name of the IP address and the port is displayed. If the port is not established, the port is displayed in an asterisk (*). Foreign Address Connect the IP address and port number of the remote computer of the slot. If the -n parameter is not specified, the name corresponding to the IP address and port is displayed. If the port is not established, the port is displayed in an asterisk (*). (State) Indicates the status of the TCP connection. The possible state is as follows: close_wait closed eStablished Fin_Wait_1 Fin_WAIT_2 LAST_ATN SYN_RECEIVED SYN_SEND TIMED_WAIT for information on TCP connection status, see RFC 793. This command is only available when an internet protocol (TCP / IP) protocol is installed as components of the network adapter property in the network connection. Example To display the statistics of Ethernet statistics and all protocols, type the following command: NetStat -E -S wants to display only statistics of TCP and UDP protocols, type the following command: NetStat -s -p TCP UDP If you want to display an active TCP connection and process ID every 5 seconds, type the following command: NBTSTAT -O 5 To display the active TCP connection and process ID in digital form, type the following command: nbtstat -n -o runas allows The user runs the specified tool and program with other permissions, not the privileges provided by the user. Grammatical Runas [{/ profile | / noprofile}] [/ env] [/ netonly] [/ smout "[/ showtrustlevels] [/ trustlevel] / user: useraccountname Program Parameters / Profile loads the user's configuration file. / profile is the default value. / No profile / noprofile Specifies the configuration file that does not load the user. This makes the application more quickly, but it will also cause errors in some applications. / ENV Specifies the currently used network environment instead of the user's local environment. / Netonly Indicates that the specified user information is only used for remote access. / Smartcard / smartcard indicates whether the credentials are provided by the smart card. / Showtrustlevels lists / trustlevel switch. / Trustlevel specifies the authorization level where the application is running. Use / Showtrustlevels to view available trust levels. / User: useerAccountname Specifies the name of the user account that runs the program under. The format of the user account should be User @ domain or domain / user. Program Specifies programs or commands to run in the account specified in / user. /? Display help at the command prompt. Note Administrators can perform daily, non-administrative tasks using a permission-restricted account, using a larger account only when performing a specific management task. To complete such tasks without logging in, you can log in with a general account, then use the runas command to run tools that require greater permissions. See "Related Topics" for use using the RunAs command. Although Runs is usually used by Administrator accounts, it is not limited to the Administrator account.
Any user with multiple accounts can use the backup credentials, use the RunAs running program, MMC console or "Control Panel" item. If you want to use the Administrator account on your computer, type one of the following parameters for / user: administratoralAccountname @ computerName / user: computename / administratoralAccountname If you want to use this command as domain administrator, type one of the following parameters: / User: administratoralaccountname @ domainname / useromainname / administratoralAccountname runas command allows you to run programs (* .exe), saved MMC console (* .msc), programs and saves MMC console shortcuts and "Control Panel" items. As a member of another group (eg, "Users" or "Power Users" group logs in to the computer, you can run as an administrator. You can use the runaS command to launch any programs, MMC controllers, or "Control Panel" items. As long as the appropriate user account and password information are provided, the user account has the ability to log in to the computer, and the program, the MMC console, the "Control Panel" item can be used in the system and the user account. RunaS command allows you to manage other domains. Server (computer running tool and server to be managed in different domain). If you try to use RunAs from the Network Location Launch Program, the MMC Console, or the Control Panel item, it may fail because the credentials used to connect to the network share are different from the credentials used to start programs. The latter's credentials may not be able to access the same network share. Some items, such as the "printer" folder and desktop items, open by Windows 2000, and cannot start using the runas command. If the runaS command fails, it may be invalid if the user account that is not running the RunAs service or use. To check the status of the RunAs service, click Services and Applications in Computer Management, and then click Services. To test the user account, try using this account to log in to the appropriate domain. Example To start a Windows 2000 command prompt line instance on a local computer, type: runas / user: localmachinename / administrator cmd system prompt, type the administrator password. To launch a Computer Management Management Unit instance using a domain administrator account called CompanyDomain / Domainadmin, type: runas / user: companyDomain / domainadmin "MMC% Windir% / System32 / compmgmt.msc" When prompted, type account password . To start the Domain Administrator Account User in domain named domain.microsoft.com, type: runas /user:user@domain.microsoft.com "notepad my_file.txt" When prompted, type Account password. To launch an instance of the command prompt, the saved MMC console, the control panel item, or the program that manages other locations, type: runas / netonly / user: domain / username "command" Domain / username must be enough Privier Management Server user. Type your account password when prompted. Route displays and modifies the entry in the local IP routing table. Use ROUTE without parameters to display help.
Syntax route [-f] [-p] [command [destination] [mask netmask] [Gateway] [metric metric]] [if interface]] parameter -f clearance all not the main route (network mask is 255.255.255.255 ), The routing of the loopback network (the target is 127.0.0.0, the network mask is 255.255.255.0) or multicast routes (target 224.0.0.0, the network mask 240.0.0.0 routing) entries. If it is used in conjunction with one of the commands (such as Add, Change or Delete), the table will be cleared before running the command. When using the add command, the specified route is added to the registry and initializes the IP routing table when starting the TCP / IP protocol. By default, the added routing will not be saved when the TCP / IP protocol is started. When used with the print command, a permanent routing list is displayed. All other commands ignore this parameter. Permanent routing is stored in the registry is HKEY_LOCAL_MACHINE / SYSTEM / CURRENTCONTROLSET / Services / TCPIP / Parameters / PersistentRoutes. Command specifies the command to run. The following table lists a valid command. Command Purpose ADD Add Routing Change Change the Routing DELETE Delete Route Print Print Routing Destination Specifies the network destination address of the route. The target address can be an IP network address (where the host address bit of the network address is set to 0), and the host route is an IP address, and for the default route is 0.0.0.0. Mask SubnetMask specifies the net mask (also known as subnet mask) associated with the network destination address. The subnet mask can be an appropriate subnet mask for the IP network address, and the host route is 255.255.255.255, and for the default route is 0.0.0.0. If ignored, use the subnet mask 255.255.255.255. Defining the relationship between the route due to the target address and the subnet mask, the target address cannot be more detailed than the subnet mask therefor. In other words, if one of the subnet mask is 0, the corresponding bit in the target address cannot be set to 1. GATEWAY specifies the top or next hop IP address that exceeds the reachable address set defined by the network objectivity and the subnet mask. For subnet routing locally, the gateway address is an IP address assigned to the connected subnet interface. For remote routes that can be used through one or more routers, the gateway address is a direct access to the adjacent router, which can be directly reached. Metric Metric For routing the integer value of the required hop number (range is 1 ~ 9999), it is used to select the most matching route to the target address in the forwarding package in multiple routing in the routing table. The selected route has the least hop number. The number of hops can reflect the number of hops, the speed of the path, path reliability, path throughput, and management properties.
If interface specifies the interface index of the interface that the target can arrive. Use the route print command to display a list of interfaces and their corresponding interface indexes. Decimal or hexadecimal values can be used for interface indexes. For hexadecimal values, add 0x in front of the hexadecimal number. When IF parameters are ignored, the interface is determined by the gateway address. /? Display help at the command prompt. Note The value of the number of hops in the routing table is large. The default start-up automatic determination interface hop number determines the speed of each interface, adjusts the number of route hop points for each interface, so the route created by the fastest interface has the lowest hop number. To delete a large number of points, disable the number of automatic identified interface hops in the advanced properties of the TCP / IP protocol connected to each LAN. If there is an appropriate entry in the local network file in the SystemRoot / System32 / DRIVERS / ETC folder, the name can be used for Destination. As long as the name can be used to decompose such a standard hostname parsing with the "Domain Name System" (DNS) to resolve the IP address, it can be used for GATEWAY, DNS query using the local host under the Systemroot / System32 / Drivers / etc folder. File and NetBIOS name resolution. If it is a print or delete command, you can ignore the Gateway parameter, use wildcard to represent the target and gateway. The value of Destination can be a wildcard specified by an asterisk (*). If the specified target contains an asterisk (*) or question mark (?), It is considered to be a wildcard, only printed or delete the matching target route. The asterisk represents any character sequence and the question mark represents any character. For example, 10. *. 1, 192.168. *, 127. * and * 224 * are all effective use of asterisk wildcard. The combination of invalid targets and subnet masks (net masks) values will display "Route: Bad Gateway Address Netmask" error message. There is one or more of the target to be set to 1, and this error occurs when the corresponding bit in the subnet mask is set to 0. This is inspected by binary representation to indicate the target and subnet mask. The subnet mask of binary representation includes two portions representing a series of 1 and a series of 0 to represent the target host address portion. Check if the target is determined to determine whether the target's host address portion (defined by the subnet mask) is set to 1. Only Windows NT 4.0, Windows 2000, Windows Millennium Edition and Windows XP Route command supports the -p parameter. This parameter is not supported by Windows 95 or Windows 98's Route command.
This command is only available when an internet protocol (TCP / IP) protocol is installed as components of the network adapter property in the network connection. Example To display the full content of the IP routing table, type: Route Print To display the route started in the IP routing table, type: route print 10. * To add the default gateway address 192.168.12.1 default route, please Type: Route Add 0.0.0.0 Mask 0.0.0.0 192.168.12.1 To add a target to 10.41.0.0, the subnet mask is 255.255.0.0, the next hop address is 10.27.0.1 Route, type: Route Add 10.41. 0.0 Mask 255.255.0.0 10.27.0.1 To add the target 10.41.0.0, the subnet mask is 255.255.0.0, the next hop address is 10.27.0.1 Permanent route, type: route -p add 10.41.0.0 Mask 255.255 .0.0 10.27.0.1 To add a target 10.41.0.0, the subnet mask is 255.255.0.0, the next hop address is 10.27.0.1, the number of hops is 7, type: Route Add 10.41.0.0 Mask 255.255. 0.0 10.27.0.1 Metric 7 To add a target 10.41.0.0, the subnet mask is 255.255.0.0, the next hop address is 10.27.0.1, the interface index is 0x3, type: route add 10.41.0.0 Mask 255.255 .0.0 10.27.0.1 If 0x3 To delete the target 10.41.0.0, the subnet mask is 255.255.0.0, type: Route delete 10.41.0.0 Mask 255.255.0.0 To delete all IP routings in 10. All Route, please type: Route delete 10. * To turn the target 10.41.0.0, the next hop address of the route of the subnet mask 255.255.0.0 is changed from 10.27.0.1 to 10.27.0.25, type: route change 10.41 .0.0 Mask 255.255.0.0 10.27.0.25
How to change the IP address under WindowsServer CMD ■■■ -> Windows 2K / 2003 Server Change the IP address in the command line Windows2000 is now popular operating system, its function is very powerful, it can even be like UNIX Make a lot of work in the command line. The following is a method of changing the IP address under the command. It is now introduced to everyone (in parentheses, the black body is manually entry): c: /> ipconfig (first use ipconfig this command to see the previous IP address before changing WINDOWS 2000 IP Configuration Ethernet Adapter Local Connection: Connection-Specific DNS SUFFIX.: IP address.................................... ........................................................................... Static 10.1.1.111 255.255.255.0 10.1.1.254 Interface ip> EXITS The set command above is explained as follows: set address - Set the IP address of the specified interface and the default gateway. SET DNS - Sets DNS server mode and address. SET WINS - Sets WINS Server Mode and Address. C: /> IPCONFIG (After the change, use the ipconfig command to confirm whether the change is successful) Windows 2000 IP Configuration Ethernet Adapter Local connection: Connection-Specific DNS SUFFIX.: Ip address............ Subnet mask.........................: 10.1.1.254
A list of commands .. - Move to the previous layer. ? - Display the list of commands. AAAA - Change to `aaaa 'context. Abort - Discard changes made in offline mode. Add - Add a configuration item to the project list. Alias - Add a alias bye - exiting the program. Commit - Submit changes made in offline mode. Delete - Delete a configuration item on the project list. DHCP - Change to `DHCP 'context. Dump - Displays a configuration script. Exec - Run a script file. Exit - Exit the program. Help - Displays the list of commands. Interface - Change to `Interface 'context. Offline - sets the current mode to offline. Online - sets the current mode to an online. POPD - Open a context from the stack. Pushd - Push the current context into the stack. Quit - Exit the program. RAS - Change to `Ras' context. Routing - Change to `Routing 'context. SET - Update Configuration Settings. Show - Display Information UNALIAS - Delete an alias. WINS - Change to `Wins' context.
Route command Routing IP add / delete / set / show interface Add, delete, configure, or display the general IP routing settings on the specified interface. Routing IP Add / Delete / SET / SHOW FILTER adds, deletes, configures, or displays an IP packet filter on a specified interface. Routing IP Add / Delete / Show Boundary adds, deletes, or displays multicast boundary settings on the specified interface. Routing IP Add / Set iPipTunnel Add or configure IP interfaces in IP. Routing IP Add / Delete / Set / Show RTMROUTE Add, Configure, or Display No Sustained Routing Manager Routing. Routing ip add / delete / set / show personTENTROUTE Add, delete, configure, or display continuous route. Routing IP Add / Delete / SET / Show PreferenceForProtocol Add, delete, configure, or display the priority of the routing protocol. Routing IP Add / Delete / SET / Show Scope Add, delete, or display the multicast scope. Routing IP SET / Show Loglevel Configure or Displays the global IP record level. Routing IP Show Helper Displays all Netsh utility environments of IP. Routing IP SHOW Protocol Displays all running IP routing protocols. Routing IP Show MFE displays multicast transfers. Routing IP Show MFestats Displays multicast forwarding item statistics. Routing ip show boundaryStats Displays IP multicast boundaries. Routing IP Show RTMDestinations Displays the goals in the routing table manager routing table. Routing IP Show RTMroutes Displays the route in the routing table manager routing table. Routing IP Nat SET / Show Global Configuration or Display Global Network Address Translation (NAT) settings. Routing IP Nat Add / Delete / SET / SHOW Interface Add, Remove, Configure, or Display NAT settings for the specified interface. Routing IP Nat Add / Delete AddRESSRANGE adds or deletes an address range in the NAT Interface Public Address Pool. Routing IP Nat Add / Delete AddressMApping Add or delete NAT address mapping. Routing IP Nat Add / Delete Portmapping Add or Remove NAT Port Mapping. Routing IP AutodHCP SET / Show Global Configuration or Display Global DHCP Assignment Parameters. Routing IP AutodHCP SET / Show Interface Configuration or Displays the DHCP Assigner Settings of the Specified Interface. Routing IP AutodHCP Add / Delete Exclusion Add or delete a exclusion range in the DHCP distributor address range. Routing IP DNSPROXY SET / Show Global Configuration or Displays Global DNS Agent Parameters. Routing IP DNSProxy SET / Show Interface Configuration or Displays the DNS Agent Parameters of the Specified Interface. Routing IP IGMP SET / Show Global Configuration or Display IGMP Global Settings. Routing IP IGMP Add / Delete / SET / SHOW Interface Add, delete, configure, or display IGMP on the specified interface. Routing IP IGMP Add / Delete StaticGroup adds or deletes static multicast groups for specified interfaces. Routing IP IGMP Show GroupTable Displays the IGMP Host Table.
Routing ip igmp show ifstats Displays IGMP statistics for each interface. Routing IGMP show iftable displays the IGMP host group for each interface. Routing IP IGMP Show ProxyGrouptable Displays the IGMP group table for the IGMP proxy interface. Routing IGMP Show Rasgrouptable Displays a group table for the Internet interface used by the remote access server. Routing IP OSPF SET / Show Global Configuration or Display Global OSPF settings. Routing IP OSPF Add / Delete / SET / SHOW Interface Add, delete, configure, or display OSPF on the specified interface. Routing IP OSPF Add / Delete / SET / Show Area Add, Remove, Configure, or Display OSPF area. Routing IP OSPF Add / Delete / show Range adds, deletes, configures, or displays on the specified OSPF area. Routing IP OSPF Add / Delete / SET / Show Virtif Add, delete, configure, or display OSPF virtual interface. Routing IP OSPF Add / Delete / Show neighbor Add, delete, configure, or display OSPF neighbor. Routing IP OSPF Add / Delete / Show Protofilter Add, Remove, Configure, or Display the route information source for OSPF external routing. Routing IP OSPF Add / Delete / Show Routefilter Add, Delete, Configure, or Display Route Filtering OSPF External Routing. Routing IP OSPF SHOW AASTATS Displays OSPF area statistics. Routing IP OSPF Show LSDB Displays the OSPF link status database. Routing IP OSPF Show VirtifStats Displays the OSPF virtual link statistics. Routing IP Relay Set Global Configuring Global Settings for DHCP Relay Agents. Routing ip relay add / delete / set interface adds, deletes, or configures the "DHCP Relay Agent" setting on the specified interface. Routing IP Relay Add / Delete DHCPServer adds or deletes the IP address of the DHCP server in the DHCP server address list. Routing ip relay show ifbinding The IP address binding of the interface. Routing ip relay show ifconfig Displays the "DHCP Relay Agent" configuration of each interface. Routing ip relay show ifstats Displays DHCP statistics for each interface. Routing IP Rip Set / Show Global Configuration IP RIP Global Settings. Routing IP RIP Add / Delete / SET / SHOW Interface Add or configure IP RIP settings on the specified interface. Routing IP RIP Add / Delete Peerfilter Add or delete RIP peer filters. Routing IP RIP Add / Delete Acceptfilter adds or deletes RIP routing filters in the accepted routing list. Routing IP RIP Add / Delete Announcefilter adds or deletes RIP routing filters in the published routing list. Routing IP RIP Add / Delete / Show Neighbor adds or deletes RIP neighbors. Routing IP RIP SET / Show Flags Configure IP RIP Advanced Settings on the specified interface. Routing IP Rip Show GlobalStats Displays global RIP parameters.
Routing ip rip show ifbinding Displays the IP address binding of the interface. Routing ip rip show ifstats Displays RIP statistics for each interface. IPX Netsh Routing Command Routing IPX Add / Set StaticRoute adds or configures static IPX routing in the IPX routing table. Routing IPX Add / Set StaticService adds or configures static SAP services in the SAP service table. Routing IPX Add / SET Filter adds or configures an IPX packet filter on a specified interface. Routing IPX Add / Set Interface Enables IPX routing on the request dial interface, or configures IPX settings on the specified interface. Routing IPX Set Global Configuration Global IPX Routing Settings. Routing IPX RIP Add / Set Filter Add and Configure the RIP Route Filter. Routing IPX Rip Set Global Configure the RIP settings for global IPX. Routing IPX Rip Set Interface Configuring the RIP settings for IPX on the specified interface. Routing IPX SAP Add / Set Filter Add or configure SAP service filter. Routing IPX SAP Set Global Configure the SAP settings for global IPX. Routing IPX SAP Set Interface Configures the SAP settings for IPX on the specified interface. Routing IPX NetBIOS Add NBName adds a static NetBIOS name to the IPX NetBIOS name table. Routing IPX NetBIOS SET Interface Configures IPX-based NetBIOS settings on the specified interface. The WINS Netsh command list lists all available WINS commands. DUMP dumps the WINS server configuration to the command output. Add name registers the name on the server. For more information, please enter the add name /? Add partner add a replication partner to the server. For more information, enter the add partner /? Add pngserver to add the current server's Persona Non Grata server list. For more information, enter the advice of the Add PNGServer /? Check database to check the database. For more information, enter check database /? Check name to check the name record list of a set of WINS servers. For more information, enter the consistency of the Check Name /? Check Version check the version number. For more information, enter the Check Version / • DELETE NAME to remove the registered name from the server database. For more information, enter the DELETE NAME /? DELETE PARTNER to delete the replication partner from the replication partner list. For more information, enter the DELETE Partner /? Delete Records Delete all records or groups from the server from the server. For more information, please enter the delete records /? Delete Owners to remove the owner list and its record. For more information, enter the DELETE OWNERS / • DELETE PNGServer from the list to remove all or selected Persona Non Grata servers. For more information, enter the DELETE PNGSERVER /? INIT Backup backup WINS database. For more information, enter the init backup /? Init import import data from the LMHOSTS file.
For more information, enter the init import /? Init piece to launch the "pull" trigger and send it to another WINS server. For more information, enter the initial plup /? Init press, start another set of records of the WINS server, and read the record. For more information, please enter the init packrange /? Init push to launch the "push" trigger and send it to another WINS server. For more information, enter the init push /? Init replicate with a replication partner replicate database. For more information, enter the init replicate /? Init restore to restore the database from the file. For more information, enter the INIT RESTORE /® INIT Scavenge to clear the server's WINS database. For more information, enter the Init Scavenge /® Init Search Search Server's WINS Database. For more information, enter the statistics of the init search /? Reset statistics reset the server. For more information, enter the Reset Statistics / "Set AutoPartnerConfig Set the server's automatic copy partner configuration information. For more information, enter the SET AUTOPARTNERCONFIG /? SET BackupPath to set up the backup parameters of the server. For more information, enter the SET BACKUPPATH / • SET BURSTPARAM to set up the burst processing parameters of the server. For more information, enter Set AutoPartnerConfig / • Set LogParam Settings Database and Event Log Options. For more information, enter the SET LOGPARAM /? SET MIGRATEFLAG to set the server's migration flag. For more information, enter the SET MIGRATEFLAG /? Set NameRecord Set the interval and timeout value of the server. For more information, enter the Set NameRecord / • Set PeriodicDbchecking Settings Server's periodic database check parameters. For more information, enter the Set PeriodicDbchecking /® Set PullPartnerConfig Set the configuration parameters of the specified "pull" partner. For more information, enter the Set PULLPartnerConfig / • Set PushPartnerConfig Settings the specified "Push" partner's configuration parameters. For more information, enter the Set PushPartnerConfig / • Set PullParam Set the server's default "pull" parameter. For more information, enter the Set PullParam / • Set PushParam Setting the server's default "push" parameter. For more information, enter the Set PushParam / • Set ReplicateFlag Set the copy flag of the server. For more information, enter the SET REPLICATEFLAG / • SET StartVersion Set the start version ID of the database. For more information, enter SET StartVersion /? Show Browser Display [1BH] records for all active domain master browsers. For more information, enter the show browser /? Show database to display the database and record of the specified server. For more information, enter Show Database /? Show info display configuration information. For more information, enter the details of a specific record in the show info /? Show name display.
For more information, enter the "pull" or "push" partner of the show name /? Show partner display server. For more information, enter the show partner /? Show partnerproperties Display the default partner configuration. For more information, enter Show PartnerProperties /? Show PullPartnerConfig Displays the configuration information of the "pull" partner. For more information, enter Show PULLPartnerConfig /? Show pushpartnerconfig Display "Push" partner configuration information. For more information, enter Show PushPartnerConfig /? Show Recount Displays the number of records owned by the specified server. For more information, enter the show reccount /? Show recbyversion display the records you have in the specified server. For more information, enter Show RecByversion /? Show Server Displays the currently selected server. For more information, enter Show Server /? Show statistics to display statistics for the WINS server. For more information, enter the show statistics /? Show version of the current version counter value of the WINS server. For more information, enter the show version /? Show versionmap Displays the owner ID to the "Maximum Very Number" mapping. For more information, enter the show versionmap /? interface command interface set / show interface enabled, disabled, connected, disconnected, and display the configuration of the request dial interface. Interface SET / Show Credentials Configure or displays username, password, and domain name on request dial interface.
Win2000 command Complete Works accwiz.exe> Accessibility Wizard for walking you through setting up your machine for your mobility needs. Accessibility Wizard acsetups.exe> ACS setup DCOM server executable actmovie.exe> Direct Show setup tool installation tool is displayed directly append.exe> allows programs to open data in specified directories as if they were in the current directory to allow programs to open data directory arp.exe> NETWORK display and modify IP -. hardware addresses display and change the IP address of the computer and the physical hardware corresponding list at.exe> AT is a scheduling utility also included with UNIX run a task atmadm.exe> displays statistics for ATM call manager. ATM call Manager statistics attrib.exe> display and modify attributes for files and folders and change file and display the file folder properties autochk.exe> Used to check and repair Windows file systems to check and repair the file system autoconv.exe> Automates the file system conversion during reboots automatically converted autofmt.exe system during startup> Automates the file format process during reboots during startup Format Process Autolfn.exe> Used for Formatting Long File Names Using Long File Name Format Bootok.exe> Boot Acceptance Application For Regi stry bootvrfy.exe> Bootvrfy.exe, a program included in Windows 2000 that notifies the system that startup was successful. Bootvrfy.exe can be run on a local or remote computer. Bulletin started successfully cacls.exe> Displays or modifies access control lists (ACLS) Of Files Display and Edit ACL CALC.EXE> Windows Calculators Calc.exe> Windows Calculators Calcula CDPlayer.exe> Windows CD Player CD Player Change.exe> Change {User | Port | Logon} CHARMAP.EXE> with Terminal Server Character Map Character Map Table Chglogon.exe> Same As Using "Change Logon" Start or deactivate Session Record Chgport.exe> Same As Using "Change Port" changing port (Terminal Services) Chgusr.exe> Same as sale "change" Changing users (Terminal Services) Chkdsk.exe>
Check the hard disk for errors similar to Scandisk 3 Stages must specify a Drive Letter disk testing procedures chkntfs.exe> Same as using chkdsk but for NTFS NTFS disk testing procedures cidaemon.exe> Component of Ci Filer Service Component of Ci Document Services cipher.exe > Displays or Alters The Encryption of Directories [Files] ON NTFS Partitions. Displayed or changing encrypted files or directory CISVC.EXE> Content Index - It's The Content Indexing Service for i Index CKCNV.EXE> Cookie Convertor Transformation Cookie cleanmgr.exe> disk cleanup, popular with Windows 98 disk cleanup cliconfg.exe> SQL Server client network Utility SQL client network tools clipbrd.exe> Clipboard viewer for Local will allow you to connect to other clipboards Clipboard Viewer clipsrv.exe > Start the clipboard Server running Clipboard services clspack.exe> CLSPACK used to create a file listing to establish a list of the system files of system packages list cluster.exe> display a cluster in a domain displays the cluster _cmd_.exe domain> Famous command prompt nothing Something! CMDL32.EXE> Connection Manager Auto-Download Auto Download Connection Management CMMGR32.EXE> Connection Manager Connection Manager CMMON32.EXE> Connection Manager Monitor Connection Manager Monitor CMSTP.EXE> Connection Manager Profile Manager Connection Treator Configuration File Setup Comclust. EXE> About Cluster Server Cluster Comp.exe> Comcluit Add, Remove, or Join A Cluster. Compare two files and file sets * Compact.exe> Displays or alters the compression of files on ntfs partitions. Display or change NTFS partition Compressed status of the file