网络唤醒关机几分钟后失效(网络唤醒和关机连接速度是100 0Mbps好还是10 0Mbps好)

百科问答网 2026-06-22 11:27:30 0

1、Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT*shellunas]@="管理员取得所有权""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT*shellunascommand]@="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_ROOTexefileshellunas2]@="管理员取得所有权""NoWorkingDirectory"=""[HKEY_CLASSES_ROOTexefileshellunas2command]@="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_ROOTDirectoryshellunas]@="管理员取得所有权""NoWorkingDirectory"=""[HKEY_CLASSES_ROOTDirectoryshellunascommand]@="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" 把上面这段代码全部复制到文本文档,另存为,把后缀名改为reg,做成注册表。

2、右键菜单就会出现“管理员获得所有权限”的选项。

3、这是网上看到的,不是原创。

4、经本人测试,完全可用。

5、还有不懂的hi我。