@@ -30,9 +30,9 @@ The process creation has a few steps:
3030
31311 . Create a Host window
3232
33- On Windows, the Host can be Windows Terminal, the Windows Console Host, the ISE, Visual Studio
34- Code, or any other hosting application. Problems that occur here are usually unrelated to
35- PowerShell, but also extremely rare.
33+ On Windows, the Host can be Windows Terminal, the Windows Console Host, Visual Studio Code, or
34+ any other hosting application. Problems that occur here are usually unrelated to PowerShell, but
35+ also extremely rare.
3636
37371 . Start the process host process
3838
@@ -169,7 +169,7 @@ understand it's trying to do.
169169- Determine where the delay occurs
170170
171171 If there are profile scripts for the ** AllUsers** scope, you might not be able to edit those
172- files. Work with your system administrator to review those files. For the ** CurrentUse ** scope
172+ files. Work with your system administrator to review those files. For the ** CurrentUser ** scope
173173 profile scripts, edit those files to add timing messages to help you find where the delay occurs.
174174 For example, you can add the following line at various points in your profile script.
175175
@@ -214,7 +214,7 @@ understand it's trying to do.
214214
215215### PowerShell 7 starts slowing in an isolated network
216216
217- In this scenario, your Windows computer in on a network that is not connected to the internet. For
217+ In this scenario, your Windows computer is on a network that is not connected to the internet. For
218218interactive PowerShell sessions, PowerShell loads the PSReadLine module automatically. PSReadLine is
219219a signed module. PowerShell must verify the digital signature of the module. This verification can
220220cause delays in a disconnected environment. To test this theory, start PowerShell 7 in
0 commit comments