扩充字典

This commit is contained in:
蓝点lilac
2020-12-31 21:12:33 +08:00
parent c98a4feecf
commit a1662448ff
3 changed files with 26 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ Tip属性为鼠标悬浮在开关上时的提示信息从每个Item节点开
<Item KeyName='GetHash'>
<OSVersion Compare=">=">6.3</OSVersion>
<Value>
<REG_SZ MUIVerb='获取哈希值'/>
<REG_SZ MUIVerb='获取哈希值' Icon='powershell.exe,0'/>
</Value>
<SubKey>
<Command Default='powershell -noexit get-filehash -literalpath "%1" -algorithm SHA1 | format-list;get-filehash -literalpath "%1" -algorithm SHA256 | format-list;get-filehash -literalpath "%1" -algorithm SHA384 | format-list;get-filehash -literalpath "%1" -algorithm SHA512 | format-list;get-filehash -literalpath "%1" -algorithm MACTripleDES | format-list;get-filehash -literalpath "%1" -algorithm MD5 | format-list;get-filehash -literalpath "%1" -algorithm RIPEMD160 | format-list'/>
@@ -119,6 +119,15 @@ Tip属性为鼠标悬浮在开关上时的提示信息从每个Item节点开
<Command Default='mshta vbscript:createobject("shell.application").shellexecute("cmd","/s /k pushd %v","","runas",1)(close)'/>
</SubKey>
</Item>
<Item KeyName='ExplorerUWP'>
<OSVersion Compare=">=">10.0</OSVersion>
<Value>
<REG_SZ MUIVerb='资源管理器UWP' Icon='explorer.exe,0'/>
</Value>
<SubKey>
<Command Default='explorer shell:AppsFolder\c5e2524a-ea46-4f67-841f-6a9465d9d515_cw5n1h2txyewy!App'/>
</SubKey>
</Item>
</Shell>
<ShellEx>
<Item Text='窗口转换程序' Icon='imageres.dll,0' KeyName='Flip3D' Guid='{3080f90e-d7ad-11d9-bd98-0000947b0257}'/>
@@ -187,6 +196,15 @@ Tip属性为鼠标悬浮在开关上时的提示信息从每个Item节点开
<Command Default='SlideToShutDown.exe'/>
</SubKey>
</Item>
<Item KeyName='BatteryReport'>
<Value>
<OSVersion Compare=">=">10.0</OSVersion>
<REG_SZ MUIVerb='电池使用报告' Icon='cmd.exe,0'/>
</Value>
<SubKey>
<Command Default='cmd /c powercfg /batteryreport /output BatteryReport.html &amp; BatteryReport.html &amp; pause'/>
</SubKey>
</Item>
</Shell>
</Desktop>

View File

@@ -304,6 +304,8 @@ Text=Norton文件智能分析
Icon=.\uiStub.exe
[e8215bea-3290-4c73-964b-75502b9b41b2]
Text=Norton File Shredder
[1c7593cb-c1cc-4ba7-be52-8eea47f9cb1d]
Text=使用瑞星杀毒
;----------------传输------------------
[53D2405C-48AB-4C8A-8F59-CE0610F13BBC]

View File

@@ -10,6 +10,11 @@ ValueKind为键值类型默认键值类型ValueKind为REG_DWORD为默认
<Rule RegPath="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" ValueName="NoViewContextMenu" On="0" Off="1"/>
<Rule RegPath="HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" ValueName="NoViewContextMenu" On="0" Off="1"/>
</Item>
<Item Text="系统 使用较宽的新版右键菜单" RestartExplorer="">
<OSVersion Compare=">=">10.0.14393</OSVersion>
<OSVersion Compare="&lt;">10.0.17763</OSVersion>
<Rule RegPath="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\FlightedFeatures" ValueName="ImmersiveContextMenu" On="1" Off="0"/>
</Item>
<Item Text="任务栏 右键菜单" RestartExplorer="">
<Rule RegPath="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" ValueName="NoTrayContextMenu" On="0" Off="1"/>
<Rule RegPath="HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" ValueName="NoTrayContextMenu" On="0" Off="1"/>