i'm writing very usefull script in PS and it's my first script :D And the question is: how to get into system directory ex. C:\Recovery (Windows 7) ?
|
feedback
|
|
Run powershell as administrator and the
or using the Set-Location alias (EDIT after comments)
| ||||
|
feedback
|
|
I figured it out: just add -force and ofcorse run as Admin | |||
feedback
|