move Windows Media Player to Accessories

This commit is contained in:
slore 2025-01-31 17:16:32 +08:00
parent d9832f77ce
commit a0f8ed998e
7 changed files with 5 additions and 0 deletions

View File

@ -26,3 +26,7 @@ if "x%opt[component.accessibility]%"=="xtrue" (
call AddFiles "\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\desktop.ini" call AddFiles "\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\desktop.ini"
call doAddFiles call doAddFiles
if "x%opt[component.WMP]%"=="xtrue" (
call ApplyPatch "..\Windows Media Player"
)

View File

@ -9,6 +9,7 @@
<label><input type="checkbox" name="component.wordpad" class="opt_item"> WordPad</label><br/> <label><input type="checkbox" name="component.wordpad" class="opt_item"> WordPad</label><br/>
<label><input type="checkbox" name="component.mspaint" class="opt_item"> Windows Paint</label><br/> <label><input type="checkbox" name="component.mspaint" class="opt_item"> Windows Paint</label><br/>
<label><input type="checkbox" name="component.winphotoviewer" class="opt_item"> Windows Photo Viewer</label><br/> <label><input type="checkbox" name="component.winphotoviewer" class="opt_item"> Windows Photo Viewer</label><br/>
<label><input type="checkbox" name="component.WMP" class="opt_item"> Windows Media Player</label><br/>
<label><input type="checkbox" name="component.snippingtool" class="opt_item"> SnippingTool</label> <label><input type="checkbox" name="component.snippingtool" class="opt_item"> SnippingTool</label>
</div> </div>