CMD Commands in Windows
dir display files, cd changes directories, and ipconfig shows network information. Advanced commands like chkdsk check disk errors, while sfc /scannow repairs corrupted system files. CMD is essential for system administrators, developers, and anyone wanting more control over their computer. Learning CMD increases efficiency and understanding of Windows operations, making it a valuable skill.-
dir – Lists all files and folders in the current directory.
-
cd – Changes the current directory.
-
md / mkdir – Creates a new directory.
-
rd / rmdir – Removes an empty directory.
-
del – Deletes one or more files.
-
copy – Copies files from one location to another.
-
xcopy – Copies files and directories, including subdirectories.
-
move – Moves files from one directory to another.
-
ren / rename – Renames a file or directory.
-
cls – Clears the command prompt screen.
-
ipconfig – Displays IP configuration for network adapters.
-
ping – Checks connectivity to a network host.
-
netstat – Displays active network connections and ports.
-
tasklist – Lists all running processes.
-
taskkill – Terminates a running process by its PID or name.
-
systeminfo – Displays detailed system information.
-
chkdsk – Checks the disk for errors and fixes them.
-
sfc /scannow – Scans and repairs corrupted system files.
-
format – Formats a disk or drive.
-
help – Lists all CMD commands with a short description.
أوامر CMD في الويندوز
dir تعرض الملفات، وcd تغيّر الدلائل، وipconfig تعرض معلومات الشبكة. أوامر متقدمة مثل chkdsk تتحقق من أخطاء القرص، وsfc /scannow تصلح ملفات النظام التالفة. CMD مهم لمسؤولي النظام والمطورين وكل من يريد التحكم الكامل في جهاز الكمبيوتر. تعلم استخدام CMD يزيد من الكفاءة وفهم طريقة عمل ويندوز، ويعد مهارة قيمة جدًا.-
dir – يعرض جميع الملفات والمجلدات في الدليل الحالي.
-
cd – يغيّر الدليل الحالي.
-
md / mkdir – ينشئ مجلدًا جديدًا.
-
rd / rmdir – يحذف مجلدًا فارغًا.
-
del – يحذف ملفًا أو أكثر.
-
copy – ينسخ الملفات من مكان إلى آخر.
-
xcopy – ينسخ الملفات والمجلدات بما فيها المجلدات الفرعية.
-
move – ينقل الملفات من مجلد إلى آخر.
-
ren / rename – يغير اسم ملف أو مجلد.
-
cls – يمسح شاشة موجه الأوامر.
-
ipconfig – يعرض إعدادات IP لبطاقات الشبكة.
-
ping – يتحقق من الاتصال بمضيف الشبكة.
-
netstat – يعرض الاتصالات النشطة والمنافذ في الشبكة.
-
tasklist – يعرض جميع العمليات الجارية.
-
taskkill – يغلق عملية جارية باستخدام رقم PID أو الاسم.
-
systeminfo – يعرض معلومات تفصيلية عن النظام.
-
chkdsk – يفحص القرص للبحث عن الأخطاء ويصلحها.
-
sfc /scannow – يفحص ويصلح ملفات النظام التالفة.
-
format – يهيئ قرصًا أو وحدة تخزين.
-
help – يعرض جميع أوامر CMD مع وصف قصير لكل منها.