Win10專業(yè)版需要trustedinstaller權(quán)限要怎么獲取?
在用戶使用win10時(shí)候,會(huì)經(jīng)常遇到一些文件或者軟件操作需要trustedinstaller權(quán)限的問題,因?yàn)閠rustedinstaller權(quán)限屬于Windows內(nèi)部權(quán)限,一般沒有權(quán)限獲取,那要如何獲取權(quán)限?一起來看看吧。
Win10獲取trustedinstaller權(quán)限
1.右鍵桌面新建文本文檔,把下面的代碼復(fù)制到新建TXT文檔里命名為“trustedinstaller.txt”。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT*shellrunas]
@=“獲取TrustedInstaller權(quán)限”
[HKEY_CLASSES_ROOT*shellrunascommand]
@=“cmd.exe /c takeown /f ”%1“ && icacls ”%1“ /grant administrators:F”
“IsolatedCommand”=“cmd.exe /c takeown /f ”%1“ && icacls ”%1“ /grant administrators:F”
[HKEY_CLASSES_ROOTDirectoryshellrunas]
@=“獲取TrustedInstaller權(quán)限”
“NoWorkingDirectory”=“”
[HKEY_CLASSES_ROOTDirectoryshellrunascommand]
@=“cmd.exe /c takeown /f ”%1“ /r /d y && icacls ”%1“ /grant administrators:F /t”
“IsolatedCommand”=“cmd.exe /c takeown /f ”%1“ /r /d y && icacls ”%1“ /grant administrators:F /t”
2、把“trustedinstaller.txt”改為“reg”尾綴格式,然后雙擊。
3、會(huì)有系統(tǒng)的安全提示和確認(rèn)提示。點(diǎn)擊確定即可。


相關(guān)文章:
1. 微軟 Win11 首個(gè) Canary 預(yù)覽版 25314 推送 附更新內(nèi)容和升級(jí)方法2. 關(guān)于linux(ubuntu 18.04) 中idea操作數(shù)據(jù)庫(kù)失敗的問題3. win10安裝,wni10怎么用PE安裝?4. Win10電腦磁盤占用率太高怎么解決?5. Win10系統(tǒng)照片查看器消失了怎么辦?Win10系統(tǒng)照片查看器消失解決方法6. Win11安裝提示the pc must support tpm2.0怎么辦?7. Centos7安裝部署免費(fèi)confluence wiki(知識(shí)庫(kù))詳細(xì)操作步驟8. Win11如何進(jìn)行隱私設(shè)置?Win11隱私設(shè)置的方法9. Win10自帶天氣無法使用怎么辦?win10自帶天氣無法使用的解決教程10. Centos7安裝完畢后無法聯(lián)網(wǎng)顯示Server not found如何解決?
