+ 1
Can someone tell me the main differences between the command prompt and the powershell please? :)
2 Réponses
+ 2
PowerShell is actually very different from the Command Prompt. It uses different commands, known as cmdlets in PowerShell. Many system administration tasks — from managing the registry to WMI (Windows Management Instrumentation) — are exposed via PowerShell cmdlets, while they aren't accessible from the Command Prompt.
+ 1
Thank you very much :)