-
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 #12 from whatk233:v0.2.5
new tweaks rules fix(rules): DisableSmartScreen maybe not work #11 feat(rules): disbale PersonalDataExport notice (2023/06/27)
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 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 (Applicable for updates after June 27, 2023) | ||
ref: https://support.microsoft.com/help/5028723 | ||
zh: | ||
name: 关闭”你的数据将在你所在的国家或地区之外进行处理“提示 (适用于 2023 年 6 月 27 日 后的更新) | ||
applyDefaultUser: true | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent\PersonalDataExport' | ||
valueName: "PDEShown" | ||
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 |
---|---|---|
@@ -1,10 +1,12 @@ | ||
meta: | ||
en: | ||
name: Disable SmartScreen | ||
ref: https://admx.help/?Category=Windows_8.1_2012R2&Policy=Microsoft.Policies.WindowsExplorer::EnableSmartScreen | ||
zh: | ||
name: 禁用 SmartScreen | ||
tweaks: | ||
registry: | ||
- key: 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer' | ||
valueName: "SmartScreenEnabled" | ||
action: delete | ||
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "0.2.4" | ||
"version": "0.2.5" | ||
} |
b21c560
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-whatk.vercel.app
tis-nu.vercel.app
tis.whatk.me
tis-docs-git-main-whatk.vercel.app