+ 1
Can someone tell me the main differences between the command prompt and the powershell please? :)
2 Answers
+ 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 :)