修复检测不精确问题
This commit is contained in:
Binary file not shown.
@@ -66,14 +66,8 @@ function Test-MediaPlayerRunning {
|
|||||||
|
|
||||||
# 检查常见的媒体播放器进程
|
# 检查常见的媒体播放器进程
|
||||||
$mediaPlayers = @(
|
$mediaPlayers = @(
|
||||||
"Music.UI",
|
|
||||||
"ZuneMusic",
|
|
||||||
"GrooveMusic",
|
"GrooveMusic",
|
||||||
"WindowsMediaPlayer",
|
"WindowsMediaPlayer",
|
||||||
"spotify",
|
|
||||||
"chrome",
|
|
||||||
"msedge",
|
|
||||||
"firefox",
|
|
||||||
"QQMusic",
|
"QQMusic",
|
||||||
"Microsoft.Media.Player"
|
"Microsoft.Media.Player"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user