das autoexec der power shell heißt Microsoft.PowerShell_ profile.ps1 und der PFad dazu ist in $profile gfespeichert.
wenn es noch keines gibt:
# Command to create a PowerShell profile
New-Item -path $profile -type file -force
dann editieren z,.b,:
Set-Location D:\Powershell
http://www.computerperformance.co.uk/powershell/powershell_profile_ps1.htm
No comments:
Post a Comment