Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1.26 KB

OptimizePowerShellStartup.README.md

File metadata and controls

44 lines (30 loc) · 1.26 KB

OptimizePowerShellStartup.ps1

Optimize PowerShell startup by reduce JIT compile time with ngen.exe.

Description

Optimize PowerShell startup by reduce JIT compile time with ngen.exe.

Script requires administrative permissions.

Screenshot

Syntax

Script

.\OptimizePowerShellStartup.ps1 [<CommonParameters>]

Example

PS> .\OptimizePowerShellStartup.ps1

Start optimization...
Installing assembly C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
All compilation targets are up to date.
Installing assembly C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll
All compilation targets are up to date.
...
...
...
Installing assembly C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.dll
All compilation targets are up to date.
Optimization finished!
Press any key to continue...

Further information