Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Update SampleBridgeWmiScripts README.md #490

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Samples/ShellLauncherV2/SampleBridgeWmiScripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description: sample powershell scripts to call bridge WMI Shell Launcher node

To use the scripts,
1. Save the scripts file to your PC
2. Download SysInternals tools, run "psexec.exe -i -s powershell.exe" from elevated command prompt
2. Download SysInternals tools, run "psexec.exe -i -s powershell.exe" from elevated command prompt to launch PowerShell using the `System` account
3. In the powershell launched by psexec.exe, first import the scripts, notice the . command when importing the ps1 file
```
PS C:\Users\test> . .\ShellLauncherBridgeWmiHelpers.ps1
Expand Down