zoukankan      html  css  js  c++  java
  • 管理员取得所有权限.reg

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT*shell unas]
    @="管理员取得所有权"
    "NoWorkingDirectory"=""
    [HKEY_CLASSES_ROOT*shell unascommand]
    @="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_ROOTexefileshell unas2]
    @="管理员取得所有权"
    "NoWorkingDirectory"=""
    [HKEY_CLASSES_ROOTexefileshell unas2command]
    @="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_ROOTDirectoryshell unas]
    @="管理员取得所有权"
    "NoWorkingDirectory"=""
    [HKEY_CLASSES_ROOTDirectoryshell unascommand]
    @="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"

    昨日已逝正在输入···
    赞赏支持!!!
    分享到: 更多
  • 相关阅读:
    树的直径
    POJ3264 Balanced Lineup
    [mock]10月11日
    POJ1062 昂贵的聘礼
    POJ3295 Tautology
    [topcoder]TopographicalImage
    POJ1753 Flip Game
    [leetcode]Copy List with Random Pointer
    [leetcode]Candy
    [leetcode]Gas Station
  • 原文地址:https://www.cnblogs.com/rhxuza1993/p/10973125.html
Copyright © 2011-2022 走看看