One of the main drawbacks of Powershell command prompt compared to bash was the inability to keep a history of executed commands. The command history could be viewed only in the current Powershell session, and when Powershell console has been closed or the computer has been restarted, the command history is not saved. This drawback has been fixed in PowerShell v5, which is integrated into Windows 10.
↧