It happens again and again that I am in a Powershell session and want to execute a command for which I need admin (elevated) rights.
My current workflow then:
1. pwd (ctrl+c)
2. open a new Powershell (run as administrator)
3. cd ctrl+v
This is very annoying and time-consuming, how can I optimise this?