I would like to move my default "My Documents\WindowsPowerShell" folder. However, when I try this, PowerShell of course can't find $profile. Is there a file or something that I can edit to point PowerShell to a different startup folder?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
What I can suggest is that you dot source the file having the content of your profile in the file
Related question: Is it possible to change the default value of $profile to a new value? |
|||||||
|
|
You could use junction.exe from Sysinternals to make the You could do this if you wanted to store the profile scripts at
|
|||
|
|
As far as i know you can't do that. The user profile location is always under 'My Documents\WindowsPowerShell' and your only option is to relocate your documents folder (folder redirection). |
|||
|
|