How can I import a module into powershell without waiting for it to complete? -


i have psm1 file want load $profile, takes long load. prefer load "in background" doesn't prevent immediate action in powershell prompt. if run job, don't functions psm1 file. ideas how can this? doesn't there flags "load in background" import-module.

powershell jobs run in own session. imagine importing module working fine, not in powershell session want. see about_job_details

why module take long load? maybe can improve that?


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -