无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 3634|回复: 94
打印 上一主题 下一主题

[分享] 一个 以SuperUser设置的 系统权限右键菜单(已更新6.1.0.0))

  [复制链接]
跳转到指定楼层
1#
发表于 2025-12-1 16:54:11 | 只看该作者 |只看大图 回帖奖励 |正序浏览 |阅读模式
本帖最后由 qq8899399 于 2025-12-8 22:56 编辑

superuser取自https://github.com/mspaintmsi/superUser(支持Windows 11 28000.1 (pre-26H1)

以系统权限打开文件夹取自https://github.com/AveYo/LeanAndMean(实测如果纯这个项目 右键打开CMD或者PS有些机器慢所以只导入这个项目的 系统权限打开文件夹)

1 自解压(winrar7.20b2打包)(可自定义解压目录我默认是C:\Tools\SuperUser)
2 自解压后运行批处理 设置右键



实际效果如下图
右键菜单  



以系统权限打开文件夹 (不用再找其它软件打开某些文件夹了,也不需要设置权限

以系统权限运行 exe cmd bat 及导入reg



更新
20251203 去除https://github.com/AveYo/LeanAndMean项目的注册表完全使用superuser程序调用实现以TrustedInstaller打开选中目录
(调用powershell方式打开太慢了,我自己的机器13代,32G都要5-6秒,完全用superuser的话秒开)

以SYSTEM权限打开目录逻辑是下面的
1 先用superuser.exe 打开TrustedInstaller权限的CMD窗口
2 然后在已获得TrustedInstaller权限CMD窗口里,删除HKCR\AppID\{CDCBCFCA-3CDC-436f-A4E2-0E02075250C2}下RunAs这个键值(这个键值TrustedInstaller权限才能编辑)
3 TrustedInstaller CMD窗口里-----explorer 你想要打开的目录
4 恢复被删除的键(HKCR\AppID\{CDCBCFCA-3CDC-436f-A4E2-0E02075250C2}下RunAs)
5 退出TrustedInstaller CMD,但保留 已经以TrustedInstaller打开的选中目录
  1. superuser.exe CMD.exe /S /K pushd "%%V"
  2. reg delete "HKCR\AppID\{CDCBCFCA-3CDC-436f-A4E2-0E02075250C2}" /v "RunAs" /f
  3. explorer "%%V"
  4. reg add "HKCR\AppID\{CDCBCFCA-3CDC-436f-A4E2-0E02075250C2}" /v "RunAs" /t REG_SZ /d "Interactive User" /f
  5. exit
复制代码

20251204
更新 .ps1右键整合 以 系统权限 运行
增加一个英文版批处理在同目录下
20251208
https://github.com/mspaintmsi/superUser更新6.1.0.0作者源码 更新6.1.0.0,作者Releases暂时没更新,自行编译的6.1.0.0


下载地址

https://cloud.189.cn/web/share?code=3iUru2JN3UNj(访问码:4mw8)














评分

参与人数 2无忧币 +10 收起 理由
Allreal + 5 这个方便。
aceainarj + 5

查看全部评分

95#
发表于 2025-12-30 09:10:54 | 只看该作者
qq8899399 发表于 2025-12-26 10:57
精简版系统 不确定,

我自己原版测试的两个系统 是 19041.6693和26200.7462 都无此问题。

谢谢,这系统WD也是被精简掉的,虽然有提示,但右键权限也能正常运行启用
回复

使用道具 举报

94#
 楼主| 发表于 2025-12-29 11:13:43 | 只看该作者
大漠野狼 发表于 2025-12-29 10:46
PS Z:\1> powershell -ExecutionPolicy Bypass -NoProfile -Command "Add-MpPreference -ControlledFolde ...




你如果用WD的话。用这个注册表吧。添加 访问限制白名单(防止有时候提示,比如访问我的文档,C盘相关目录才可能 出现。)
  1. Windows Registry Editor Version 5.00

  2. #右键 移除 defender 白名单设置
  3. [-HKEY_CLASSES_ROOT\*\shell\DefenderExclusion]

  4. [-HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion]

  5. [-HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion]

  6. [-HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion]

  7. #右键 增加 defender 白名单设置
  8. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion]
  9. "MUIVerb"="Microsoft Defender 白名单 设置"
  10. "Icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"
  11. "SubCommands"=""
  12. "Position"="Bottom"
  13. "SeparatorBefore"=""
  14. "SeparatorAfter"=""

  15. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell]

  16. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE001]
  17. "MUIVerb"="打开 文件夹访问限制 设置菜单"
  18. "icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"

  19. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE001\command]
  20. @="explorer windowsdefender://allowappthroughfolder"

  21. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE002]
  22. "MUIVerb"="打开 排除项 设置菜单"
  23. "icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"

  24. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE002\command]
  25. @="explorer windowsdefender://exclusions"

  26. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE003]
  27. "MUIVerb"="添加此文件 Defender 文件夹限制访问 白名单"
  28. "Icon"="imageres.dll,101"
  29. "CommandFlags"=dword:00000020

  30. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE003\command]
  31. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Add-MpPreference -ControlledFolderAccessAllowedApplications '%V'; Write-Host 文件 "%V" "已添加文件夹限制访问白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  32. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE004]
  33. "MUIVerb"="移除此文件 Defender 文件夹限制访问 白名单"
  34. "Icon"="imageres.dll,100"

  35. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE004\command]
  36. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Remove-MpPreference -ControlledFolderAccessAllowedApplications '%V'; Write-Host 文件 "%V" "已移除文件夹限制访问白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  37. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE005]
  38. "MUIVerb"="添加此文件 Defender 扫描排除项 白名单"
  39. "CommandFlags"=dword:00000020
  40. "Icon"="imageres.dll,101"

  41. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE005\command]
  42. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Add-MpPreference -ExclusionPath '%V'; Write-Host 文件 "%V" "已添加扫描排除项白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  43. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE006]
  44. "MUIVerb"="移除此文件 Defender 扫描排除项 白名单"
  45. "Icon"="imageres.dll,100"

  46. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE006\command]
  47. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Remove-MpPreference -ExclusionPath '%V'; Write-Host 文件 "%V" "已移除文件夹限制访问白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  48. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE007]
  49. "CommandFlags"=dword:00000020
  50. "MUIVerb"="添加此文件 Defender 排除进程 白名单"
  51. "Icon"="imageres.dll,101"

  52. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE007\command]
  53. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Add-MpPreference -ExclusionProcess '%V'; Write-Host 文件 "%V" "已添加进程排除白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  54. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE008]
  55. "MUIVerb"="移除此文件 Defender 排除进程 白名单"
  56. "Icon"="imageres.dll,100"

  57. [HKEY_CLASSES_ROOT\*\shell\DefenderExclusion\Shell\DE008\command]
  58. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Remove-MpPreference -ExclusionProcess '%V'; Write-Host 文件 "%V" "已移除进程排除白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  59. [HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion]
  60. "MUIVerb"="Microsoft Defender 白名单 设置"
  61. "Icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"
  62. "SubCommands"=""
  63. "Position"="Bottom"
  64. "SeparatorBefore"=""
  65. "SeparatorAfter"=""

  66. [HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion\Shell\DE001]
  67. "MUIVerb"="打开 文件夹访问限制 设置菜单"
  68. "icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"

  69. [HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion\Shell\DE001\command]
  70. @="explorer windowsdefender://allowappthroughfolder"

  71. [HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion\Shell\DE002]
  72. "MUIVerb"="打开 排除项 设置菜单"
  73. "icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"

  74. [HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion\Shell\DE002\command]
  75. @="explorer windowsdefender://exclusions"

  76. [HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion\Shell\DE003]
  77. "Icon"="imageres.dll,101"
  78. "MUIVerb"="添加此文件夹 Defender 扫描排除项 白名单"
  79. "CommandFlags"=dword:00000020

  80. [HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion\Shell\DE003\command]
  81. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Add-MpPreference -ExclusionPath '%V'; Write-Host 文件夹 "%V" "已添加扫描排除项白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  82. [HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion\Shell\DE004]
  83. "Icon"="imageres.dll,100"
  84. "MUIVerb"="移除此文件夹 Defender 扫描排除项 白名单"

  85. [HKEY_CLASSES_ROOT\Directory\shell\DefenderExclusion\Shell\DE004\command]
  86. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Remove-MpPreference -ExclusionPath '%V'; Write-Host 文件夹 "%V" "已移除扫描排除项白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  87. [HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion]
  88. "MUIVerb"="Microsoft Defender 白名单 设置"
  89. "Icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"
  90. "SubCommands"=""
  91. "Position"="Bottom"
  92. "SeparatorBefore"=""
  93. "SeparatorAfter"=""

  94. [HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion\Shell\DE001]
  95. "MUIVerb"="打开 文件夹访问限制 设置菜单"
  96. "icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"

  97. [HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion\Shell\DE001\command]
  98. @="explorer windowsdefender://allowappthroughfolder"

  99. [HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion\Shell\DE002]
  100. "MUIVerb"="打开 排除项 设置菜单"
  101. "icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"

  102. [HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion\Shell\DE002\command]
  103. @="explorer windowsdefender://exclusions"

  104. [HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion\Shell\DE003]
  105. "Icon"="imageres.dll,101"
  106. "MUIVerb"="添加此文件夹 Defender 扫描排除项 白名单"
  107. "CommandFlags"=dword:00000020

  108. [HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion\Shell\DE003\command]
  109. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Add-MpPreference -ExclusionPath '%V'; Write-Host 文件夹 "%V" "已添加扫描排除项白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  110. [HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion\Shell\DE004]
  111. "Icon"="imageres.dll,100"
  112. "MUIVerb"="移除此文件夹 Defender 扫描排除项 白名单"

  113. [HKEY_CLASSES_ROOT\Directory\background\shell\DefenderExclusion\Shell\DE004\command]
  114. @="powershell.exe -Command Start-Process PowerShell -ArgumentList \\"Remove-MpPreference -ExclusionPath '%V'; Write-Host 文件夹 "%V" "已移除扫描排除项白名单" -ForegroundColor Green; Write-Host "按任意键退出..." -ForegroundColor Yellow; `$null = [Console]::ReadKey(`$true); exit\\" -verb RunAs"

  115. [HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion]
  116. "MUIVerb"="Microsoft Defender 白名单 设置"
  117. "Icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"
  118. "SubCommands"=""
  119. "Position"="Bottom"
  120. "SeparatorBefore"=""
  121. "SeparatorAfter"=""

  122. [HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion\Shell\DE001]
  123. "MUIVerb"="打开 文件夹访问限制 设置菜单"
  124. "icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"

  125. [HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion\Shell\DE001\command]
  126. @="explorer windowsdefender://allowappthroughfolder"

  127. [HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion\Shell\DE002]
  128. "MUIVerb"="打开 排除项 设置菜单"
  129. "icon"="%ProgramFiles%\\\\Windows Defender\\\\EppManifest.dll,-101"

  130. [HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion\Shell\DE002\command]
  131. @="explorer windowsdefender://exclusions"

  132. [HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion\Shell\DE003]
  133. "Icon"="imageres.dll,101"
  134. "MUIVerb"="添加此驱动器 Defender 扫描排除项 白名单"
  135. "CommandFlags"=dword:00000020

  136. [HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion\Shell\DE003\command]
  137. @="PowerShell -windowstyle hidden -Command "Start-Process cmd -ArgumentList '/s,/c,start PowerShell.exe Add-MpPreference -ExclusionPath ""%1""; Write-Host 驱动器""%1"" \\"已添加扫描排除项白名单\\" -ForegroundColor Green; Write-Host \\"按任意键退出...\\" -ForegroundColor Yellow; $null = [Console]::ReadKey($true); exit'  -Verb RunAs""

  138. [HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion\Shell\DE004]
  139. "Icon"="imageres.dll,100"
  140. "MUIVerb"="移除此驱动器 Defender 扫描排除项 白名单"

  141. [HKEY_CLASSES_ROOT\Drive\shell\DefenderExclusion\Shell\DE004\command]
  142. @="PowerShell -windowstyle hidden -Command "Start-Process cmd -ArgumentList '/s,/c,start PowerShell.exe Remove-MpPreference -ExclusionPath ""%1""; Write-Host 驱动器""%1"" \\"已移除扫描排除项白名单\\" -ForegroundColor Green; Write-Host \\"按任意键退出...\\" -ForegroundColor Yellow; $null = [Console]::ReadKey($true); exit'  -Verb RunAs""
复制代码


回复

使用道具 举报

93#
发表于 2025-12-29 11:07:01 | 只看该作者
这个提权厉害啊。感谢。
回复

使用道具 举报

92#
发表于 2025-12-29 10:46:30 | 只看该作者
qq8899399 发表于 2025-12-26 10:57
精简版系统 不确定,

我自己原版测试的两个系统 是 19041.6693和26200.7462 都无此问题。

PS Z:\1> powershell -ExecutionPolicy Bypass -NoProfile -Command "Add-MpPreference -ControlledFolderAccessAllowedApplications '%~dp0superUser32.exe'"
Add-MpPreference : 无法将“Add-MpPreference”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果
包括路径,请确保路径正确,然后再试一次。
所在位置 行:1 字符: 1
+ Add-MpPreference -ControlledFolderAccessAllowedApplications '%~dp0sup ...
+ ~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Add-MpPreference:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

四条命令都这提示,精简系统的话,就不管了,右键菜单也能添加了,也能正常使用

点评

[attachimg]569828[/attachimg] 你如果用WD的话。用这个注册表吧。添加 访问限制白名单(防止有时候提示,比如访问我的文档,C盘相关目录才可能 出现。)  详情 回复 发表于 2025-12-29 11:13
回复

使用道具 举报

91#
发表于 2025-12-27 16:24:21 | 只看该作者
感谢分享,十分好用!
回复

使用道具 举报

90#
 楼主| 发表于 2025-12-26 10:57:46 | 只看该作者
大漠野狼 发表于 2025-12-26 08:45
我用的Notepad3 ,默认打开就是 GB18030没改过编码,运行EN版本默认是UTF-8,也是这个提示

系统是小修 ...

精简版系统 不确定,

我自己原版测试的两个系统 是 19041.6693和26200.7462 都无此问题。

看你提示 是
REM 添加排除SuperUser文件夹限制访问
powershell -ExecutionPolicy Bypass -NoProfile -Command "Add-MpPreference -ControlledFolderAccessAllowedApplications '%~dp0superUser32.exe'"
powershell -ExecutionPolicy Bypass -NoProfile -Command "Add-MpPreference -ControlledFolderAccessAllowedApplications '%~dp0superUser64.exe'"
powershell -ExecutionPolicy Bypass -NoProfile -Command "Add-MpPreference -ControlledFolderAccessAllowedApplications '%~dp0superUserW32.exe'"
powershell -ExecutionPolicy Bypass -NoProfile -Command "Add-MpPreference -ControlledFolderAccessAllowedApplications '%~dp0superUserW64.exe'"

这4条命令,,,,你单独做个批处理 ,CMD下   只这4条命令看下? 或者是通配符或者是转义的问题。

点评

谢谢,这系统WD也是被精简掉的,虽然有提示,但右键权限也能正常运行启用  详情 回复 发表于 2025-12-30 09:10
PS Z:\1> powershell -ExecutionPolicy Bypass -NoProfile -Command "Add-MpPreference -ControlledFolderAccessAllowedApplications '%~dp0superUser32.exe'" Add-MpPreference : 无法将“Add-MpPreference”项识  详情 回复 发表于 2025-12-29 10:46
回复

使用道具 举报

89#
发表于 2025-12-26 08:45:13 | 只看该作者
qq8899399 发表于 2025-12-25 16:16
你是不是修改过 文件 。编码要这个。

我用的Notepad3 ,默认打开就是 GB18030没改过编码,运行EN版本默认是UTF-8,也是这个提示

系统是小修 Windows 11 Pro 22631.4169 轻度精简版 二合一[1.63G],不知道和这个有关吗

点评

精简版系统 不确定, 我自己原版测试的两个系统 是 19041.6693和26200.7462 都无此问题。 看你提示 是 REM 添加排除SuperUser文件夹限制访问 powershell -ExecutionPolicy Bypass -NoProfile -Command "Add-  详情 回复 发表于 2025-12-26 10:57
回复

使用道具 举报

88#
 楼主| 发表于 2025-12-25 16:16:09 | 只看该作者
大漠野狼 发表于 2025-12-25 10:47
提供程序加载失败
Add-llpPreference
At line:l char:1




你是不是修改过 文件 。编码要这个。

点评

我用的Notepad3 ,默认打开就是 GB18030没改过编码,运行EN版本默认是UTF-8,也是这个提示 系统是小修 Windows 11 Pro 22631.4169 轻度精简版 二合一[1.63G],不知道和这个有关吗  详情 回复 发表于 2025-12-26 08:45
回复

使用道具 举报

87#
发表于 2025-12-25 11:33:50 | 只看该作者
感谢分享!
回复

使用道具 举报

86#
发表于 2025-12-25 10:47:33 | 只看该作者
提供程序加载失败
Add-llpPreference
At line:l char:1
Add-llpPreference -ControlledFolderAccessAllowedApplications 'C: lsers ...
CategoryInfo
NotSpecified:
CimException
+ FullvQualifiedErrorId
HRESULT 0x80041013,Add-lpPreference
(MSFT MpPreference:rootllicrosoft...FT MpPreference) [Add-llpPreference].


批处理最结尾,提示这个,但右键已经有菜单了

点评

[attachimg]569694[/attachimg] 你是不是修改过 文件 。编码要这个。  详情 回复 发表于 2025-12-25 16:16
回复

使用道具 举报

85#
发表于 2025-12-25 10:44:31 | 只看该作者
感谢分享
回复

使用道具 举报

84#
发表于 2025-12-25 10:33:57 | 只看该作者
qq8899399 发表于 2025-12-16 10:28
https://cloud.189.cn/web/share?code=3iUru2JN3UNj(访问码:4mw8)

这不是地址么

谢谢,没注意最下面的地址,晕
回复

使用道具 举报

83#
发表于 2025-12-17 10:18:55 | 只看该作者
看着很不错
回复

使用道具 举报

82#
发表于 2025-12-17 10:16:07 | 只看该作者
感谢分享!
回复

使用道具 举报

81#
发表于 2025-12-16 22:43:50 | 只看该作者
qq8899399 发表于 2025-12-16 22:42
以系统权限打开文件夹   然后就能了

谢谢,现在又可以了。
回复

使用道具 举报

80#
 楼主| 发表于 2025-12-16 22:42:27 | 只看该作者
zw18621862 发表于 2025-12-16 22:34
不行呀大佬,怎么回事?俺就是用Admin登录的,并也加入管理员组了,还是提示要管理员组成员才能删除!

...

以系统权限打开文件夹   然后就能了

点评

谢谢,现在又可以了。  详情 回复 发表于 2025-12-16 22:43
回复

使用道具 举报

79#
发表于 2025-12-16 22:34:09 | 只看该作者

不行呀大佬,怎么回事?俺就是用Admin登录的,并也加入管理员组了,还是提示要管理员组成员才能删除!


2025-12-16_223032.png (101.16 KB, 下载次数: 24)

2025-12-16_223032.png

2025-12-16_223315.png (172.61 KB, 下载次数: 23)

2025-12-16_223315.png

点评

以系统权限打开文件夹 然后就能了  详情 回复 发表于 2025-12-16 22:42
回复

使用道具 举报

78#
发表于 2025-12-16 20:03:02 | 只看该作者
感谢分享
回复

使用道具 举报

77#
 楼主| 发表于 2025-12-16 10:28:32 | 只看该作者
大漠野狼 发表于 2025-12-15 14:15
级别下载不了,晕,有没其它的地址

https://cloud.189.cn/web/share?code=3iUru2JN3UNj(访问码:4mw8)

这不是地址么

点评

谢谢,没注意最下面的地址,晕  详情 回复 发表于 2025-12-25 10:33
回复

使用道具 举报

76#
发表于 2025-12-16 08:07:37 | 只看该作者
感谢分享!
回复

使用道具 举报

75#
发表于 2025-12-16 06:54:07 | 只看该作者
下载试试看,谢谢分享。。。
回复

使用道具 举报

74#
发表于 2025-12-15 14:15:07 | 只看该作者
likeyouli 发表于 2025-12-1 17:10
什么意思 ?
以system权限打开cmd或powershell  ? 比administrator权限大  ?

级别下载不了,晕,有没其它的地址

点评

https://cloud.189.cn/web/share?code=3iUru2JN3UNj(访问码:4mw8) 这不是地址么  详情 回复 发表于 2025-12-16 10:28
回复

使用道具 举报

73#
 楼主| 发表于 2025-12-11 18:46:39 | 只看该作者

更新了 6.1了
回复

使用道具 举报

72#
发表于 2025-12-11 17:45:08 | 只看该作者
这个厉害,收藏了,谢谢大佬分享!
回复

使用道具 举报

71#
发表于 2025-12-11 14:05:10 | 只看该作者
感谢分享
回复

使用道具 举报

70#
发表于 2025-12-11 09:26:41 | 只看该作者

superUser v6.1

点评

更新了 6.1了  详情 回复 发表于 2025-12-11 18:46
回复

使用道具 举报

69#
发表于 2025-12-9 11:33:07 | 只看该作者
感谢分享!
回复

使用道具 举报

68#
 楼主| 发表于 2025-12-8 22:41:19 | 只看该作者

就几百K啊,我没别的网盘。

源程序虽然  不到50K。 但关键 用winrar一打包自解压 就变成400多K 了
回复

使用道具 举报

67#
发表于 2025-12-8 22:36:03 | 只看该作者
就是下载太吃力

点评

就几百K啊,我没别的网盘。 源程序虽然 不到50K。 但关键 用winrar一打包自解压 就变成400多K 了  详情 回复 发表于 2025-12-8 22:41
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2026-1-27 01:09

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表