how to config so that powershell prompt always be started at c: path
hi all
about command line (cmd) , wanted make config that anytime open command promt, started @ c: ( instead of c:\users\administrator\...) . in registry, in hklm/software/microsoft//command processor, add string value called autorun , set it's value cd\
but doing powershell ? want make config when open powershell, started @ c:
any solution ? ( maybe again in registry ) ( os win 2008 r2 )
thanks in advance
in powershell profile, put in command:
set-location c:\
grant ward, a.k.a. bigteddy
what's new in powershell 3.0 (technet wiki)
network live audit - powershell script
Windows Server > Windows PowerShell
Comments
Post a Comment