|
RE: FEATURE REQUEST: control over whether child processes block > new instance of PoSH (which takes 9
> seconds on my 3.06ghz machine -- another gripe I have)
As for this particular performance issue, please, see thread "PS is not
NGen-ed on installation. Why?" or just run once the following code:
cd $pshome
ls *.dll | % {&
"$env:SystemRoot\Microsoft.NET\Framework\v2.0.50727\ngen.exe" install
$_.fullname}
--
Thanks,
Roman |