更新字典

This commit is contained in:
蓝点lilac
2021-07-05 02:40:05 +08:00
parent a1a51636df
commit fab4d9c7e6
3 changed files with 19 additions and 10 deletions

View File

@@ -372,7 +372,11 @@ Tip属性为鼠标悬浮在开关上时的提示信息从每个Item节点开
<REG_SZ MUIVerb='节能'/>
</Value>
<SubKey>
<Command Default='powercfg /S a1841308-3541-4fab-bc81-f71556f20b4a'/>
<Command>
<ShellExecute WindowStyle='0'/>
<FileName>powercfg.exe</FileName>
<Arguments>/S a1841308-3541-4fab-bc81-f71556f20b4a</Arguments>
</Command>
</SubKey>
</Item0>
<Item1>
@@ -380,7 +384,11 @@ Tip属性为鼠标悬浮在开关上时的提示信息从每个Item节点开
<REG_SZ MUIVerb='平衡'/>
</Value>
<SubKey>
<Command Default='powercfg /S 381b4222-f694-41f0-9685-ff5bb260df2e'/>
<Command>
<ShellExecute WindowStyle='0'/>
<FileName>powercfg.exe</FileName>
<Arguments>/S 381b4222-f694-41f0-9685-ff5bb260df2e</Arguments>
</Command>
</SubKey>
</Item1>
<Item2>
@@ -388,7 +396,11 @@ Tip属性为鼠标悬浮在开关上时的提示信息从每个Item节点开
<REG_SZ MUIVerb='高性能'/>
</Value>
<SubKey>
<Command Default='powercfg /S 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'/>
<Command>
<ShellExecute WindowStyle='0'/>
<FileName>powercfg.exe</FileName>
<Arguments>/S 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</Arguments>
</Command>
</SubKey>
</Item2>
</SubKey>
@@ -816,10 +828,6 @@ Tip属性为鼠标悬浮在开关上时的提示信息从每个Item节点开
Set wsh = CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
path = fso.GetSpecialFolder(2) &amp; "\BatteryReport.html"
If fso.FileExists(path) Then
fso.DeleteFile(path)
WScript.Sleep 1000
End If
wsh.Run "powercfg /batteryreport /output " &amp; path, 0
WScript.Sleep 1000
wsh.Run("explorer.exe " &amp; path)

View File

@@ -108,7 +108,7 @@ ResText = @playtomenu.dll,-101
Text = 播放到设备
[ffe2a43c-56b9-4bf5-9a79-cc6d4285608a]
ResText = @*,-3050
Text = 向右旋转(&T)
Text = 向右、向左旋转(&T)
[e2bf9676-5f8f-435c-97eb-11607a5bedf7]
ResText = @ntshrui.dll,-107
Text = 共享
@@ -175,7 +175,8 @@ Icon = nvcpl.dll
[9b5f5829-a529-4b12-814a-e81bcb8d93fc]
Text = 英特尔® 显卡设置
en-US-Text = Intel® Graphics
Icon = .\igfxTray.exe
Icon = .\igfxEM.exe
;.\igfxTray.exe
[3ab1675a-ccff-11d2-8b20-00a0c93cb1f4]
Text = Intel® Graphics
[5e2121ee-0300-11d4-8d3b-444553540000]

View File

@@ -17,7 +17,7 @@ ValueKind为键值类型默认键值类型ValueKind为REG_DWORD为默认
<OSVersion Compare='&lt;'>10.0.17763</OSVersion>
<Rule RegPath='HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\FlightedFeatures' ValueName='ImmersiveContextMenu' On='0'/>
</Item>
<Item Text='系统 右键菜单在左侧弹出' Tip='更改后需要重新登录账户'>
<Item Text='系统 右键菜单在左侧弹出' Tip='更改后需要重新登录账户生效'>
<OSVersion Compare='>='>10.0</OSVersion>
<!--explorer.exe shell:::{80F3F1D5-FECA-45F3-BC32-752C152E456E}-->
<Rule RegPath='HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows' ValueName='MenuDropAlignment' On='1'/>