Tutorial ALL CMD COMMAND

PhyroX

New member
Joined
Feb 10, 2025
Messages
4
Reaction score
3
Points
3
Location
Unknown
  • ing 192.168.0.2 ===> until the rope sending small data packets to other computer, test taking connection
  • ping client98
  • ping -a 192.168.0.2 ===> ip Sends and receives small data packets to the other computer and tests the connection. The "-a" parameter displays the ip address of the computer.
  • ping -a -n 20 192.168.0.2 ===> The value of the parameter next to -n is tested by sending data packets.
  • pathping ===> With this command, it is checked whether the data passing through the routers has passed or not.
  • ipconfig ===> indicates the IP address of the computer on the network.
  • i pconfig / all ===> shows the ip address on the network and many extras.
  • ipconfig / all> egemen.txt ===> all the information that is poured into the file called egemen.txt.
  • ipconfig / release ===> Leave the computer in the network
  • ipconfig / renew ===> The computer replaces the network in the network. During the renewal process, first "release" is followed by "renew" operation.
  • ipconfig / registerdns ===> is used to save the computer name and ipsini to DNS.
  • ipconfig / flushdns ===> Dns clears the names and ip address mappings that clients keep in their cache memory, empty the cache memory (used to resolve the problem)
  • ipconfig / displaydns ===> If the computer you are using is a DNS client at the same time, it will show the IP addresses in DNS Cache memory and their DNS names.
  • arp -a ===> cache shows the ip resolution. cache eger Cleans itself if there is no new rope analysis within 2 minutes. If eger is renewed within 2 min, it is kept for 10 min.
  • arp -a 192.168.0.2 ===>
  • arp -s 192.168.0.2 00-02-44-12-24-ad ===> In the ip resolution, the ip fixed the "mac" address of the given computer. Cache remains constant, not deleted.
  • -
  • net use ===> shows the map on the computer.
  • net use h: \\\\ client98 \\ c ===> client maps the computer C of the 98 computer as H.
  • net use h: \\ 192.168.0.2 \\\\ CS ===> iPS given computer's hidden admin would share the map h.
  • net use / delete h: ===> h mapped drive.
  • net use lpt1: \\\\ server \\ ibm / persistent ===> provides a permanent printer connection.
  • netstat ===> shows connections made to the computer.
  • nbtstat ===> Enables you to display NetBIOS API related information on TCP / IP. The NetBIOS name table allows you to display both the local computer and other computers on the network.
  • nbtstat -RR ===> If you are running the command on a WINS client, the WINS Client will first delete the it entries on the WINS server; will then enroll again. (used to solve the problem)
  • tracert 131.107.10.1 ===> With this command, the same goal ICMP packets using a different TTL time gönderilir.b the way while reaching another destination on your computer, which is the way our package is checked item .
  • This command displays a list of routers that determine the nearest and shortest path between the target computer and you.
  • tracert [-d] [-h Maximum Hop Count] [-J Hot List] [- w Timeout Time] [Destination Name]

  • route print ===> Routing table.
  • net helpmsg 52 ===> speak error code description error code description .
  • net view ===>
  • net view \\\\ 192.168.0.2 ===> ip Shows the shared objects of the written computer.
  • net view \\\\ client98 ===> Shows the shared objects of the name computer.
  • net share ===> Shows the shared drives and folders on the computer.
  • net share hoop = f: \\ hoop ===> We share the hoop folder we created in drive f with the same name.
  • hostname ===> indicates the computer's name.
  • % username% ===> the username is the computer's logon.
  • % systemroot% ===> The folder where the operating system is installed.
  • % userprofile% ===>
  • net time \\\\ 192.168.0.2 ===> ip indicates the date and time of the computer that was entered.
  • net time \\\\ client98 ===> shows the date and time of the computer where the name was entered.
  • net time \\\\ client98 / set / y ===> Sets the machine we use according to the date and time of the given computer.
  • convert c: / fs: ntfs ===> Convert drive C to NTFS. The information in it will not be deleted.
  • n help command ===> Displays all commands associated with net command.
  • secedit / ******* policy user_policy ===> Used to enable immediate changes in the policies on the user basis
  • secedit / ******* policy machine_policy ===> Used to enable computer-based changes immediately on the policies
  • secedit / ******* policy user_policy / enforce == => They force the policy changes to take effect immediately.
  • secedit / ******* policy machine_policy / enforce ==> Enforces policy changes immediately.
  • nslookup ===> Checks if DNS is working properly.
  • The nslookup command is entered and then:
  • ls -t SRV mcseankara.com ( checks SRV records)
  • ls -t SRV mcseankara.co I> egemen.txt (SRV records egemen.txt throws into the file and it should be 24 records)
  • 192.168.0.1 (reverse lookup checks that s working)
  • egemen.mcseankara.co I (forward lookup check that s working
  • exit ) .
  • dcpromo ===> active directory used for manual installation
  • dcpromo /answer:c:\\promotec.txt ===> active directory used for automatic installation
  • csvde -i -f add.txt ===> add active drirectory.txt only user inserts (comma separated)
  • ldifde -i -f add.txt ===> active drirectory Insert into user.txt, add, delete, edit (separated by line)
  • csvde -f egemen.txt ===> Move active directory record to egemen.txt file in comma separated format
  • ldifde -f egemen.txt ===> active directory record of the egemen.txt file line by line separated the dumps
  • jetpack dhcp.mdb temp.mdb ===> DHCP database indexes, edit, empty have your head removes, comminution is, (you must stop the DHCP service before using the command)
  • netsh ===> with this command DHCP, WINS, DNS servers can be managed from the command line.
  • You can get information about how to use netsh> help ===> here
  • the terminal server changes to mode "excute mode" on the installed computer. We do not install the program.
  • r> change user / install (install mode is engaged)
  • r> change user / execute (execute mode is engaged)


  • calc.exe ===> Opens the calculator.
  • diskmgmt.msc ===> Opens the disk management.
  • devmgmt.msc ===> Opens the device manager.
  • dfrg.msc ===> Opens the disk defragmenter.
  • eudcedit.exe ===> You can make characters.
  • appwiz.cpl ===> Add a program to uninstall.
  • access.cp ===> l Turn on accessibility options.
  • accwiz.exe ===> Opens the Accessibility wizard.
  • desk.cpl ===> Opens the image properties.
  • eventvwr.exe ===> Opens the event viewer.
  • FreeCell.exe ===> Opens the card game.
  • fsmgmt.msc ===> Shared folders opens the menu.
  • hdwwiz.cpl ===> Opens the Add Hardware wizard.
  • iexpress.exe ===> Opens the Setup program.
 
Top