Fw: [AHK-] WIN10如何快速开关自动隐藏工作列?内有简陋方案

楼主: LastAttack (与我无关~~)   2020-03-06 20:28:03
※ [本文转录自 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>
作者: shala (沙罗)   2020-03-07 10:24:00
用WinHide、WinShow就好了吧

Links booklink

Contact Us: admin [ a t ] ucptt.com