發表文章

目前顯示的是 4月, 2020的文章

BetterDiscord 強化Discord功能

Discord的第三方修改,使用有風險 (官方明確表示違反規定) 經驗上這類修改不要太過分都不會有事 https://betterdiscord.net/ 安裝方法把js檔放在plugin目錄,再按refresh 如果Discord啟動有問題或當掉(crash),可以考慮重裝BetterDiscord 或是按Ctrl+Shift+I 打開developer console,看是哪個plugin造成問題先移除 %appdata%\BetterDiscord\plugins 裝了這個就能更新plugin (聽說以後會內建) https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PluginRepo 我安裝的plugin https://github.com/rauenzi/BetterDiscordAddons/tree/master/Plugins/DoNotTrack https://github.com/1Lighty/BetterDiscordPlugins/tree/master/Plugins/BetterTypingUsers https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/HideMutedCategories

優化實況(三) 減少系統使用資源,讓遊戲使用更多, game gets more resource

非專屬遊戲和實況的優化,或在其他實況優化文提過的不會重複寫在這裡 有時候忘記寫過就會重複寫,可以提醒我 遊戲或OBS資源不夠都可能造成實況不順 (不考慮硬體不夠力的情況) 用管理者權限執行OBS可提高OBS GPU使用優先權,對某些情況有幫助 簡單的作法,開工作管理員看系統的資源怎麼被使用的 主要看 記憶體, CPU, GPU(顯卡), GPU記憶體的用量 暫停其他程式的執行 (ex: 網頁或是其他遊戲),等遊戲結束再恢復,可避免關掉重開的麻煩 被暫停的程式不會使用CPU和GPU,記憶體和GPU記憶體可能會吃住不釋放(要看系統如何管理),同時也不會發出聲音(我常拿來靜音用) https://craftwarblog.blogspot.com/2017/12/suspend-process-replacing-pssuspendexe.html FPS顯示也是會降遊戲效能的(應該無感) ,還是建議關掉,誰玩遊戲有空一直看FPS? 我只有遊戲不順檢查時才會開FPS,有個數字一直跳畫面也不好看

修復Windows損壞檔案 repair windows damged files

https://windowsreport.com/system-file-checker/ https://answers.microsoft.com/en-us/windows/forum/windows_10-update/system-file-check-sfc-scan-and-repair-system-files/bc609315-da1f-4775-812c-695b60477a93 都要在Admin下做,記錄一下指令避免網頁失效 sfc /scannow To check the health (You would use /CheckHealth to only check whether the image has been flagged as corrupted) Dism /Online /Cleanup-Image /CheckHealth To scan the health use /ScanHealth to scan the image for component store corruption. This option does not fix any corruption. Dism /Online /Cleanup-Image /ScanHealth To RESTORE health (recommended) DISM /Online /Cleanup-Image /RestoreHealth

Edge 或 Chrome?

我主要用Firefox,除非不能開的網頁才會換,是想開在工作列不同程式 新版Edge改用Chromium來做,基本上就和Chrome一樣 Chrome能開的網頁,Edge就能開,擴充套件也差不多 Edge也有匯入Chrome設定的功能 (書籤之類的,詳細忘了) Edge的優點 雖然說privacy concern首選是firefox,M$有做至少比google盡量挖你隱私好多了 沒有google整合的一些功能(某些google服務離線功能? 還有別的? 不熟) 作業系統是M$的,它可以偷做一些優化,chrome無法 測試數據我記得整體而言edge比chrome好一點