Skip to content

Commit 9fe3fa5

Browse files
authored
[DLStreamer] Force Windows setup_dls_enc.ps1 script to be executed as admin (open-edge-platform#1109)
Signed-off-by: Michalowski, Dawid <[email protected]>
1 parent ba54e32 commit 9fe3fa5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libraries/dl-streamer/docs/source/get_started/install/install_guide_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Extract to a new folder, for example `C:\\dlstreamer_dlls`.
1313

1414
### Step 2: Run setup script
1515

16-
Open a PowerShell prompt, run the following script and follow instructions:
16+
Open a PowerShell prompt as and administrator, run the following script and follow instructions:
1717

1818
```bash
1919
cd C:\\dlstreamer_dlls

libraries/dl-streamer/scripts/setup_dls_env.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#Requires -RunAsAdministrator
12
# ==============================================================================
23
# Copyright (C) 2025 Intel Corporation
34
#

0 commit comments

Comments
 (0)