WebHosting

Wednesday, October 18, 2023

#Windows #CLI #Commands : list of commonly used #Windows #Command Line #commands

  1. cd: Change the current directory.
  2. dir: List files and directories in the current directory.
  3. cls: Clear the screen.
  4. copy: Copy files or directories.
  5. del: Delete files.
  6. md/mkdir: Create a new directory.
  7. rd/rmdir: Remove a directory.
  8. type: Display the contents of a text file.
  9. ren/rename: Rename files or directories.
  10. move: Move files or directories.
  11. ipconfig: Display IP configuration for all network interfaces.
  12. ping: Test network connectivity to a host.
  13. netstat: Display network statistics and connections.
  14. tasklist: List all running processes.
  15. taskkill: Terminate processes by name or process ID.
  16. shutdown: Shutdown or restart the computer.
  17. sfc: System File Checker, scan and repair system files.
  18. chkdsk: Check and repair disk errors.
  19. diskpart: Manage disk partitions and volumes.
  20. format: Format a disk or volume.
  21. schtasks: Schedule tasks and scripts to run at specified times.
  22. systeminfo: Display system information.
  23. wmic: Windows Management Instrumentation Command-line tool.
  24. regedit: Registry Editor for making system changes.
  25. gpupdate: Force an update of Group Policy settings.
  26. net use: Connect or disconnect network shares.
  27. net user: Manage user accounts.
  28. net group: Manage local user groups.
  29. net view: List available network resources.
  30. net share: Create or manage shared resources.
  31. net localgroup: Manage local groups.
  32. shutdown: Shutdown or restart the computer.
  33. sc: Manage Windows services.
  34. assoc: Display or modify file extension associations.
  35. attrib: Display or change file attributes.
  36. bcdedit: Boot Configuration Data Editor.
  37. cipher: Encrypt or decrypt files and folders.
  38. netsh: Network Shell, configure network settings.
  39. perfmon: Performance Monitor.
  40. gpresult: Display Resultant Set of Policy for a user or computer.

#cd,#dir,#cls,#copy,#del,#md,#mkdir,#rd,#rmdir,#type,#ren,#rename,#move,#ipconfig,#ping,#netstat,#tasklist,#taskkill,#shutdown,#sfc,#chkdsk,#diskpart,#format,#schtasks,#systeminfo,#wmic,#regedit,#gpupdate,#netuse,#netuser,#netgroup,#netview,#netshare,#netlocalgroup,#sc,#assoc,#attrib,#bcdedit,#cipher,#netsh,#perfmon,#gpresult

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

How to Enable and Configure Remote Desktop (RDP) on Ubuntu 24.04.4 LTS

Remote Desktop Protocol (RDP) support in Ubuntu has become considerably easier with the GNOME Remote Desktop stack included in modern Ubuntu...