Skip to content

Commit

Permalink
Update env.ps1
Browse files Browse the repository at this point in the history
--ci
  • Loading branch information
linianhui committed Oct 29, 2024
1 parent 61fc6b1 commit c73aa5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/powershell/script/env.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,14 @@ function Env-SetIperfEnvironmentVariable() {
Env-TryAppendPathVariable -Value $APP_IPERF_DIR
}

# https://download.sysinternals.com/files/SysinternalsSuite.zip
# https://learn.microsoft.com/zh-cn/sysinternals/downloads/
function Env-SetSysinternalsEnvironmentVariable() {
$APP_SYSINTERNALS_DIR = $APP_DIR + '_sysinternals\';

Env-TryAppendPathVariable -Value $APP_SYSINTERNALS_DIR
}

# 杂项工具
function Env-SetOtherEnvironmentVariable() {
$APP_OTHER_DIR = $APP_DIR + '_other\';
Expand Down

0 comments on commit c73aa5b

Please sign in to comment.