Skip to content

Commit

Permalink
new tweaks rules
Browse files Browse the repository at this point in the history
feat(rules): Win11 Chat Button SHow/Hide
feat(rules): Win11 TaskView Button SHow/Hide
feat(rules): Win11 Widgets Button SHow/Hide
  • Loading branch information
whatk233 authored May 7, 2023
2 parents 35b3663 + 40a57a7 commit 0a563eb
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 1 deletion.
12 changes: 12 additions & 0 deletions tweaks/Shell/Taskbar/Chat_Win11/Hide.yaml
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"
12 changes: 12 additions & 0 deletions tweaks/Shell/Taskbar/Chat_Win11/Show.yaml
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"
12 changes: 12 additions & 0 deletions tweaks/Shell/Taskbar/TaskView_Win11/Hide.yaml
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"
12 changes: 12 additions & 0 deletions tweaks/Shell/Taskbar/TaskView_Win11/Show.yaml
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"
12 changes: 12 additions & 0 deletions tweaks/Shell/Taskbar/Widgets_Win11/Hide.yaml
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"
12 changes: 12 additions & 0 deletions tweaks/Shell/Taskbar/Widgets_Win11/Show.yaml
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"
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.2.2"
"version": "0.2.3"
}

1 comment on commit 0a563eb

@vercel
Copy link

@vercel vercel bot commented on 0a563eb May 7, 2023

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

Please sign in to comment.