Win10復(fù)制文件夾顯示"拒絕訪問(wèn)目標(biāo)文件夾"如何解決?相信很多用戶(hù)都遇到過(guò)這種情況,最近有一位用戶(hù)在處理這種情況。Win10在系統(tǒng)下復(fù)制文件夾時(shí),系統(tǒng)會(huì)提示"拒絕訪問(wèn)目標(biāo)文件夾,你需要提供管理員權(quán)限才能復(fù)制到此文件夾",這是怎么回事?其實(shí)是權(quán)限不夠造成的。那么如何解決這個(gè)問(wèn)題呢?我們只需要根據(jù)提示添加管理員權(quán)限。下面小編就給大家介紹一下Win10復(fù)制文件夾顯示拒絕目標(biāo)訪問(wèn)需要管理員權(quán)限的解決方案。
解決方法:
到1,打開(kāi)桌面記事本,然后先建一個(gè)新的文本文檔,再?gòu)?fù)制下面的注冊(cè)表代碼記事;
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\runas]
[HKEY_CLASSES_ROOT\*\shell\runas]
@="獲得超級(jí)管理員權(quán)限"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="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_ROOT\Directory\shell\runas]
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="獲得超級(jí)管理員權(quán)限"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="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"
[-HKEY_CLASSES_ROOT\dllfile\shell]
[HKEY_CLASSES_ROOT\dllfile\shell\runas]
@="獲得超級(jí)管理員權(quán)限"
"HasLUAShield"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\dllfile\shell\runas\command]
@="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_ROOT\Drive\shell\runas]
[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="獲得超級(jí)管理員權(quán)限"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="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"
右鍵"管理員取得所有權(quán).reg",選擇保存類(lèi)型"所有文件";
雙擊創(chuàng)建reg文件,導(dǎo)入即可。
PS:以上注冊(cè)表代碼,需要您的賬戶(hù)為Administrator內(nèi)置管理員賬戶(hù)會(huì)有效哦。
Win10復(fù)制文件夾顯示拒絕目標(biāo)訪問(wèn)需要管理員權(quán)限的解決方案。如果用戶(hù)遇到上述情況,請(qǐng)嘗試上述步驟。