Skip to content

Commit bb4a0f4

Browse files
Fixing formatting in Reset-PWSHSystemPath.ps1 (#13689)
1 parent 15e4e8a commit bb4a0f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/windows/Reset-PWSHSystemPath.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@
3232
3333
Removes ALL PowerShell paths from the Machine level path.
3434
Good for running right before upgrading PowerShell.
35+
3536
.EXAMPLE
3637
.\Reset-PWSHSystemPath.ps1 -PathScope Machine, User, Process
3738
3839
Removes all paths but the very last one when sorted in ascending order.
3940
Processes all path scopes including current process.
41+
4042
.EXAMPLE
4143
.\Reset-PWSHSystemPath.ps1 -PathScope Machine, User, Process -RemoveAllOccurencs
4244

0 commit comments

Comments
 (0)