發表文章

目前顯示的是有「uac」標籤的文章

用管理者權限執行OBS,不跳提示 (run OBS as Administrators without UAC prompt)

因為某些遊戲需要用管理者權限才能用game capture ex: Garena LOL (Riot版本就不用這麼麻煩) 其實只要inject-helper有管理者權限就可以inject,不用整個OBS (提高安全性) 有些遊戲進行中跳UAC會導致錯誤 (ex: Garena LOL),目前只能整個OBS都用管理者跑 就算不會出錯,每次都要跳UAC,不覺得麻煩嗎? 我有去OBS提這個建議 (我已經不打LOL了,沒啥興趣自己寫這個功能) 有興趣的人可以幫忙投票,票數高的功能會優先開發 https://ideas.obsproject.com/ideas/118/make-inject-helper-run-as-administrator-without-uac-prompt 提供一個方法利用排程來繞過UAC的提示 (比手動右鍵,選擇管理者執行,跳提示按確定方便) 其他繞過的方法,我不熟悉,需要安裝額外軟體或是設定比較麻煩 詳細步驟看圖片 https://imgur.com/a/ZW1ZK Taskschd.msc 開啟排程管理 範例捷徑檔,抓回去修改參數就能用了 (簡化上圖的最後一個步驟) 執行這個捷徑以管理者權限啟動OBS sample shortcut file(.lnk), download and modify (simplify last step in above picture) run this shortcut to launch OBS in administrator https://github.com/craftwar/scripts/raw/master/Windows/task scheduler no uac prompt.lnk 比較快的方法,用管理者權限開CMD執行 schtasks /create /tn "OBSMP_UAC" /tr "D:\UAC\obs.bat" /sc ONLOGON /rl H...