Command Prompt (CMD) क्या है? – Enable, Disable और जरूरी Commands हिंदी में
Windows में एक black screen वाला tool होता है जिसे देखकर लोग घबरा जाते हैं — वो है Command Prompt (CMD)। यह एक powerful tool है जो बिना mouse के सिर्फ typing से computer को control करने देता है। इसे जानना हर computer user के लिए फायदेमंद है।
Command Prompt क्या है?
Command Prompt (CMD) Windows का एक built-in tool है जो text-based commands accept करता है। आप इसमें commands type करके files manage करें, network check करें, system repair करें — mouse की जरूरत नहीं। यह Windows के साथ 1981 से है।
CMD कैसे खोलें?
- Method 1: Start menu में cmd search करें, फिर Enter दबाएँ
- Method 2: Win + R दबाएँ, cmd type करें, Enter दबाएँ
- Method 3 (Admin mode): Start में cmd search करें, Right-Click करें और Run as Administrator चुनें
- Method 4: किसी folder में Shift + Right-Click करें और Open PowerShell/Command window here चुनें
CMD को कैसे Disable करें? (Security के लिए)
अगर आप office या school का computer manage करते हैं और नहीं चाहते कि कोई CMD use करे, तो इसे Group Policy से disable कर सकते हैं:
- Win + R दबाएँ और gpedit.msc type करें, Enter दबाएँ
- Local Group Policy Editor खुलेगा
- User Configuration पर click करें
- Administrative Templates पर जाएँ
- System folder पर Double Click करें
- Prevent access to the command prompt पर Double Click करें
- Enabled select करें और OK दबाएँ
CMD को वापस Enable कैसे करें?
ऊपर बताए गए steps follow करें और आखिरी step में Not Configured या Disabled select करके OK दबाएँ। CMD फिर से काम करने लगेगी।
CMD की जरूरी Commands — Quick Reference
| Command | काम | उदाहरण |
|---|---|---|
| ipconfig | IP address और network info देखें | ipconfig /all |
| ping | Internet connection test करें | ping google.com |
| dir | Folder में files list करें | dir C: |
| cd | Folder बदलें | cd Desktop |
| mkdir | नया folder बनाएँ | mkdir myfolder |
| del | File delete करें | del file.txt |
| copy | File copy करें | copy a.txt B: |
| sfc /scannow | Windows system files repair करें | sfc /scannow |
| chkdsk | Hard disk errors check करें | chkdsk C: /f |
| tasklist | Running processes देखें | tasklist |
| netstat | Network connections देखें | netstat -an |
| shutdown | Computer shutdown/restart करें | shutdown /s /t 0 |
CMD से Windows Repair Commands
- sfc /scannow — System files corrupt हों तो repair करता है (Admin mode में चलाएँ)
- DISM /Online /Cleanup-Image /RestoreHealth — Windows image repair करता है
- chkdsk C: /f /r — Hard disk के bad sectors fix करता है
- netsh winsock reset — Network problems fix करता है
CMD से Network Troubleshoot कैसे करें?
- CMD खोलें (Admin mode में)
- ping google.com type करें — अगर reply आए तो internet ठीक है
- ipconfig type करें — अपना IP address देखें
- tracert google.com — देखें कि data किस route से जा रहा है
क्या CMD से Virus हट सकता है?
कुछ simple viruses CMD से हटाए जा सकते हैं, लेकिन serious viruses के लिए proper antivirus software use करें। CMD से virus हटाना advanced users के लिए है।
निष्कर्ष
Command Prompt एक powerful और उपयोगी tool है। System admins, IT professionals, और curious users के लिए यह बहुत काम आता है। इसे disable करना security के लिए useful है लेकिन अपने personal computer पर CMD रखना और सीखना फायदेमंद है। कोई सवाल हो तो नीचे comment करें।


0 comments: