Skip to content
mnaoumov.dev
Go back

How to add script to PowerShell 'startup'_

I am using for that PowerShell Profile scripts.

if (!Test-Path $profile)
{
    New-Item $profile -Type File -Force
}

notepad $profile

Here we can add scripts to be loaded always on PowerShell process startup.


Share this post on:

Previous Post
Firebug Lite 1.4 fails in IE7
Next Post
IE6 testing