Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell profile takes a long time to load

$env:PATH = [Runtime.InteropServices.RuntimeEnvironment]::GetRuntimeDirectory()
[AppDomain]::CurrentDomain.GetAssemblies() | ForEach-Object {
    $path = $_.Location
    if ($path) { 
        $name = Split-Path $path -Leaf
        Write-Host -ForegroundColor Yellow "`r`nRunning ngen.exe on '$name'"
        ngen.exe install $path /nologo
    }
}
Comment

PREVIOUS NEXT
Code Example
Shell :: How to translate a string to md5 using bash 
Shell :: powershell change windows policy 
Shell :: spigot start.bat code 
Shell :: clone git bare repository 
Shell :: vite dev host 
Shell :: windows key not raising window in ubuntu 
Shell :: install ecryptfs in linux 
Shell :: other-alternatives-of-column-command 
Shell :: restart service hpux 
Shell :: Copying file permission of unixcop to monitor.txt 
Shell :: excape all quates awk in file 
Shell :: chicken programming language hello world 
Shell :: sudo install awk 
Shell :: httpie complex request 
Shell :: git ssh how to add identity 
Shell :: ipmitool debug 
Shell :: how to find out specifics on m otherboard using linux mint 20.3 
Shell :: how to add mods to linux minecraft server 
Shell :: source code not available.. 
Shell :: install gem globally windows 
Shell :: c myprintf 
Shell :: search inodes usage ubuntu 
Shell :: how to git ignore 
Shell :: vscode command line run 
Shell :: bash how to create directories in all subdirectories 
Shell :: how to install google chrome in ubuntu 32-bit 
Shell :: find next greater number with same digits 
Shell :: linux record camera 
Shell :: show changes done by a user git bash 
Shell :: how to setup a command that install all npm modules, in subfolders 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =