Tôi muốn khởi động PowerShell (C: \ WINDOWS \ system32 \ WindowsPowerShell \ v1.0 \ powershell.exe) từ dòng lệnh mặc định của windows 7 ( cmd ) và đi đến đường dẫn cụ thể.
Tôi đã sử dụng lệnh:
start C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe
Nó sẽ hoạt động và hiển thị cửa sổ powershell.
Nhưng, nếu tôi sử dụng:
start C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe Set-Location c:\
Cửa sổ màu đen sẽ nhấp nháy nhanh chóng.
Làm thế nào tôi có thể mở powershell từ cmd bằng đường dẫn cụ thể? Cảm ơn trước.
%SystemRoot%
powershell.exe
, tốt hơn để sử dụng%windir%
.