更新脚本

This commit is contained in:
2026-01-29 14:51:44 +08:00
parent 1e3161f4e1
commit b3448ba948
2 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -61,7 +61,8 @@ function Test-MediaPlayerRunning {
"WindowsMediaPlayer",
"QQMusic",
"Microsoft.Media.Player",
"PotPlayerMini64"
"PotPlayerMini64",
"MusicPlayer"
)
foreach ($player in $mediaPlayers) {
@@ -100,7 +101,7 @@ function Start-MediaPlayer {
param([bool]$Silent = $false)
# $shortcutPath = "D:\1awd\快速使用\应用\mus.lnk"
$shortcutPath = "D:\1awd\快速使用\应用\pot.lnk"
$shortcutPath = "D:\1awd\快速使用\应用\mus.lnk"
if (Test-Path $shortcutPath) {
try {