作者LastAttack (与我无关~~)
看板EzHotKey
标题Fw: [ W10] 如何快速开关自动隐藏工作列?内有AHK简陋方案
时间Fri Mar 6 20:28:03 2020
※ [本文转录自 Windows 看板 #1UOa2LmU ]
作者: LastAttack (与我无关~~) 看板: Windows
标题: [ W10] 如何快速开关自动隐藏工作列?内有AHK简陋方案
时间: Fri Mar 6 20:22:42 2020
WIN10 专业版 2004
想做的事如题,有时想静静地看着完整的桌面又要点来点去很烦
印象中以前有些小档案会对应到控制台中的选项,我就开始找啊找,最後终於找到
C:\Users\使用者名称\AppData\Local\Packages\
windows.immersivecontrolpanel_cw5n1h2txyewy\LocalState\Indexed\Settings\zh-TW\
AAA_SystemSettings_Taskbar_Autohide.settingcontent-ms
丢进Notepad後长怎样我放文末,总之就是我看不懂,code里唯一的网址已经失效,看起来
很关键的HighKeywords、Keywords、LowKeywords一起喂狗也查不出什麽所以然来。
= =文写到一半才想到搜副档名.settingcontent-ms,目前查到都是能被拿来当攻击破口XD
暂且使用AutoHotKey,写法如下,有同样需求的人就请自行取用吧~ 就把那档案做个捷径
放在C槽第一层,那段就能用了,如果电脑跑比较慢就把1800改成更高的数字。
!H::
RunWait,C:\AAA_SystemSettings_Taskbar_Autohide.lnk
Sleep 1800
Send {space}
Send {alt down}{F4}{alt up}
弄个捷径摆在C:\,是因为原本路径中使用者名称那边有用到中文,解码问题之类的会导致
找不到档案。
这样是只要ALT+H就好,但耗时就稍嫌久,想请教有没有更直接的方法OTZ
==下为AAA_SystemSettings_Taskbar_Autohide.settingcontent-ms==
<?xml version="1.0" encoding="utf-8"?>
<PCSettings>
<SearchableContent
xmlns="
http://schemas.microsoft.com/Search/2013/SettingContent">
<ApplicationInformation>
<AppID>windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel</AppID>
<Glyph>Ⓣ</Glyph>
</ApplicationInformation>
<SettingIdentity>
<PageID>SettingsPageTaskbar</PageID>
<SettingID>SystemSettings_Taskbar_Autohide</SettingID>
<GroupID>SettingsGroupTaskbar</GroupID>
</SettingIdentity>
<SettingInformation>
<Description>@{windows?ms-resource://Windows.UI.SettingsAppThreshold/Sear
chResources/SystemSettings_Taskbar_Autohide/Description}</Description>
<HighKeywords>@{windows?ms-resource://Windows.UI.SettingsAppThreshold/Sea
rchResources/SystemSettings_Taskbar_Autohide/HighKeywords}</HighKeywords>
<Keywords>@{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchR
esources/SystemSettings_Taskbar_Autohide/Keywords}</Keywords>
<LowKeywords>@{windows?ms-resource://Windows.UI.SettingsAppThreshold/Sear
chResources/SystemSettings_Taskbar_Autohide/LowKeywords}</LowKeywords>
</SettingInformation>
</SearchableContent>
</PCSettings>
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.116.102.160 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Windows/M.1583497365.A.C1E.html
※ 编辑: LastAttack (140.116.102.160 台湾), 03/06/2020 20:27:48
※ 发信站: 批踢踢实业坊(ptt.cc)
※ 转录者: LastAttack (140.116.102.160 台湾), 03/06/2020 20:28:03
1F:推 shala: 用WinHide、WinShow就好了吧 03/07 10:24
2F:嘘 neiltsang: 欠嘘^^ 01/11 01:19