更新脚本

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
BIN
View File
Binary file not shown.
+3 -2
View File
@@ -61,7 +61,8 @@ function Test-MediaPlayerRunning {
"WindowsMediaPlayer", "WindowsMediaPlayer",
"QQMusic", "QQMusic",
"Microsoft.Media.Player", "Microsoft.Media.Player",
"PotPlayerMini64" "PotPlayerMini64",
"MusicPlayer"
) )
foreach ($player in $mediaPlayers) { foreach ($player in $mediaPlayers) {
@@ -100,7 +101,7 @@ function Start-MediaPlayer {
param([bool]$Silent = $false) param([bool]$Silent = $false)
# $shortcutPath = "D:\1awd\快速使用\应用\mus.lnk" # $shortcutPath = "D:\1awd\快速使用\应用\mus.lnk"
$shortcutPath = "D:\1awd\快速使用\应用\pot.lnk" $shortcutPath = "D:\1awd\快速使用\应用\mus.lnk"
if (Test-Path $shortcutPath) { if (Test-Path $shortcutPath) {
try { try {