-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rules): Win11 Chat Button SHow/Hide feat(rules): Win11 TaskView Button SHow/Hide feat(rules): Win11 Widgets Button SHow/Hide
- Loading branch information
Showing
7 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
meta: | ||
en: | ||
name: Hide taskbar chat button (Win11) | ||
zh: | ||
name: 隐藏任务栏中的聊天按钮 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' | ||
valueName: "TaskbarMn" | ||
type: "REG_DWORD" | ||
value: "0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
meta: | ||
en: | ||
name: Show taskbar chat button (Win11) | ||
zh: | ||
name: 显示任务栏中的聊天按钮 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' | ||
valueName: "TaskbarMn" | ||
type: "REG_DWORD" | ||
value: "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
meta: | ||
en: | ||
name: Hide taskbar taskView button (Win11) | ||
zh: | ||
name: 隐藏任务栏中的任务视图按钮 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' | ||
valueName: "ShowTaskViewButton" | ||
type: "REG_DWORD" | ||
value: "0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
meta: | ||
en: | ||
name: Show taskbar taskView button (Win11) | ||
zh: | ||
name: 显示任务栏中的任务视图按钮 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' | ||
valueName: "ShowTaskViewButton" | ||
type: "REG_DWORD" | ||
value: "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
meta: | ||
en: | ||
name: Hide taskbar widget button (Win11) | ||
zh: | ||
name: 隐藏任务栏中的小组件按钮 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' | ||
valueName: "TaskbarDa" | ||
type: "REG_DWORD" | ||
value: "0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
meta: | ||
en: | ||
name: Show taskbar widget button (Win11) | ||
zh: | ||
name: 显示任务栏中的小组件按钮 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' | ||
valueName: "TaskbarDa" | ||
type: "REG_DWORD" | ||
value: "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "0.2.2" | ||
"version": "0.2.3" | ||
} |
0a563eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
tis-docs – ./
tis.whatk.me
tis-docs-git-main-whatk.vercel.app
tis-docs-whatk.vercel.app
tis-nu.vercel.app