面對這種無良網頁,不必客氣直接鎖定最大音量。
Sound Lock:http://www.3appes.com/en/developments/4/sound-lock-released/
安裝完並設定完最大音量後,記得按一下齒輪。
設定自動啟用音量限制,並開機後自動啟動。
安裝完並設定完最大音量後,記得按一下齒輪。
設定自動啟用音量限制,並開機後自動啟動。



@echo off
cd /d "C:\Users\使用者名稱\Desktop"
speedyfox "/profile:C:\Users\使用者名稱\AppData\Roaming\Moonchild Productions\Pale Moon\Profiles\個人設定檔名稱"
"C:\Program Files\Common Files\Microsoft Shared\IME14\SHARED\IMCCPHR.EXE" /PHRUI /TC /TIP{241A9AFE-5045-43a8-9F86-1B5E3814095C} /PROF{B2F9C502-1742-11D4-9790-0080C882687E} /TERM
@echo off
move "7z\7z.exe" "..\7z.exe"
move "7z\7z.dll" "..\7z.dll"
move "7z\7z.sfx" "..\7z.sfx"
cd ..
echo 正在壓縮檔案 %cd%FXP.exe ...
7z a -mmt=on -sfx7z.sfx "FXP.tmp" "FirefoxPortable\"
move "7z.exe" "FirefoxPortable\7z\7z.exe"
move "7z.dll" "FirefoxPortable\7z\7z.dll"
move "7z.sfx" "FirefoxPortable\7z\7z.sfx"
echo FXP.exe 壓縮完成。
echo 移動壓縮檔 %cd%FXP.exe 到隨身碟...
if exist "D:\FXP.exe" goto movetod
if exist "E:\FXP.exe" goto movetoe
if exist "F:\FXP.exe" goto movetof
if exist "G:\FXP.exe" goto movetog
if exist "H:\FXP.exe" goto movetoh
if exist "I:\FXP.exe" goto movetoi
echo 壓縮檔 %cd%FXP.exe 移動失敗,請手動移動檔案。
pause
exit
:movetod
move /y "FXP.tmp" "D:\FXP.exe"
goto fin
:movetoe
move /y "FXP.tmp" "E:\FXP.exe"
goto fin
:movetof
move /y "FXP.tmp" "F:\FXP.exe"
goto fin
:movetog
move /y "FXP.tmp" "G:\FXP.exe"
goto fin
:movetoh
move /y "FXP.tmp" "H:\FXP.exe"
goto fin
:movetoi
move /y "FXP.tmp" "I:\FXP.exe"
goto fin
:fin
echo FirefoxPortable自解檔已經儲存到隨身碟。
pause

@echo off
d:
cd\
if not exist cache.rar goto notexist
del cache.rar
:notexist
rar a -r -m2 cache.rar R:\
@echo off
d:
cd\
rar x -o+ cache.rar R:\
net use \\遠端ip位址 /user:administrator password
shutdown -m \\\\遠端ip位址 -r -f -t 3
net use \\遠端ip位址 /user:administrator password
shutdown -m \\\\遠端ip位址 -s -f -t 3