Skip to content

Instantly share code, notes, and snippets.

@khangvan
Created November 14, 2019 16:15
Show Gist options
  • Save khangvan/08953705bab9ca88af62403d48a4322c to your computer and use it in GitHub Desktop.
Save khangvan/08953705bab9ca88af62403d48a4322c to your computer and use it in GitHub Desktop.

Revisions

  1. khangvan renamed this gist Nov 14, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. khangvan created this gist Nov 14, 2019.
    7 changes: 7 additions & 0 deletions ps_command_powershell
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    **alternating powershell command line to ps as shortcut command**

    1. under administrator
    2. run command line below
    ```bash
    mklink %SystemRoot%\system32\WindowsPowerShell\v1.0\ps.exe %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
    ```