From b3448ba94810b1d8839ac36e9becd3379af4e489 Mon Sep 17 00:00:00 2001 From: kjqwer <2990346238@qq.com> Date: Thu, 29 Jan 2026 14:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MediaControl.exe | Bin 35328 -> 35328 bytes MediaControl.ps1 | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MediaControl.exe b/MediaControl.exe index 56b4f41d37301f15e490e2673f4169a8fbb428ef..ae83e28ebc5322e0e67f09f213cefc853c236df0 100644 GIT binary patch delta 191 zcmZpe!qhN@X+j6H9CP)=ZdpdZi7UhT{>)=w@Mi#m1q=)`SSBh8PgZ1%XAGI#$XG9E zFdrnrz~BMIObo0H3nmLP2{ZAjO%80-+8n^-Aj8C^wt14A1BbW{FP8!oDEXEaXC?>a zBvz&tZN8``$HJUjTD(uQ$7VNL7KQiTs*XEF_32eM7P+LGY*-ie~ eAkAbjf3jHPi_LsZzgU?9>^BQ`yl0$fzzzU57dMXp delta 178 zcmZpe!qhN@X+j6{(<^xsyJZ>eCaw(UdoquKA)EmS7BDc(V40{WJXw)3p3!A;BV)aw z!hDbf1A_+;Gcm9-bW9dx5@!0QIytdXYjXgTgACIr)yt<8 diff --git a/MediaControl.ps1 b/MediaControl.ps1 index 38f8d12..7540c84 100644 --- a/MediaControl.ps1 +++ b/MediaControl.ps1 @@ -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 {