Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new tweaks rules #9

Merged
merged 1 commit into from
May 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}