-
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.
Merge pull request #8 from whatk233:new_tweaks
feat(rules): Taskbar searchbox feat(rules): Taskbar align update(rules): ClearPageFileAtShutdown tips
- Loading branch information
Showing
9 changed files
with
88 additions
and
3 deletions.
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,13 @@ | ||
meta: | ||
en: | ||
name: Disable "Your data will be processed outside of your country or region" notice | ||
from: https://support.microsoft.com/en-us/topic/kb5026964-users-who-log-on-using-a-local-user-account-receive-a-notice-after-april-11-2023-windows-updates-are-installed-cbaf97b4-471e-4b0c-ba61-a42238810fa0 | ||
zh: | ||
name: 关闭”你的数据将在你所在的国家或地区之外进行处理“提示 | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\PersonalDataExport' | ||
valueName: "PDEShown" | ||
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
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: Taskbar alignment is centred (Win11) | ||
zh: | ||
name: 任务栏对齐方式为居中 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' | ||
valueName: "TaskbarAl" | ||
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: Taskbar alignment is left-aligned (Win11) | ||
zh: | ||
name: 任务栏对齐方式为左对齐 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' | ||
valueName: "TaskbarAl" | ||
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: Set the search in the taskbar as a search box (Win11) | ||
zh: | ||
name: 将任务栏中的搜索设置为搜索框 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search' | ||
valueName: "SearchboxTaskbarMode" | ||
type: "REG_DWORD" | ||
value: "2" |
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 the search box in the taskbar (Win11) | ||
zh: | ||
name: 隐藏任务栏中的搜索栏 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search' | ||
valueName: "SearchboxTaskbarMode" | ||
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: Set the search bar in the taskbar to search icons and tabs (Win11) | ||
zh: | ||
name: 将任务栏中的搜索栏设置为搜索图标和标签 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search' | ||
valueName: "SearchboxTaskbarMode" | ||
type: "REG_DWORD" | ||
value: "3" |
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: Set the taskbar search box to icon only (Win11) | ||
zh: | ||
name: 将任务栏中的搜索栏设置为仅图标 (Win11) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search' | ||
valueName: "SearchboxTaskbarMode" | ||
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.1" | ||
"version": "0.2.2" | ||
} |
35b3663
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-docs-git-main-whatk.vercel.app
tis-docs-whatk.vercel.app
tis.whatk.me
tis-nu.vercel.app