
我在 Windows 8(從 Windows 7 升級)中安裝 VLC 時遇到問題。我不斷收到錯誤:A referral was returned from the server
當我嘗試安裝應用程式時。我嘗試以管理員身份運行它,但出現了同樣的錯誤。
我運行了sfc /scannow
,它沒有發現任何損壞的 Windows 檔案。
有人可以幫我解決這個問題嗎?
答案1
我終於找到了問題,我遇到問題是因為我停用了 UAC 並且 VLC 未簽署和驗證。
這裡如何解決這個問題:
gpedit.msc
從開始功能表運行。- 去
Computer Configuration/Windows Settings/Security Settings/Local Policies/Security Options
。 User Account Control: Only elevate executables that are signed and validated
將from的值更改Enabled
為Disabled
。
該解決方案的來源(Youtube 視頻)