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

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file