When I enter the command
Start-Process powershell -WorkingDirectory \"D:\\folder\"
it opens new PowerShell window with D:\\folder
D:\\folder
Once you run Powershell as administrator;
user the push-location command like so:
Push-Location -Path C:\
or put it into your script and run the script from the elevated Powershell prompt.