Skip to content

Commit

Permalink
Merge pull request #12 from whatk233:v0.2.5
Browse files Browse the repository at this point in the history
new tweaks rules

fix(rules): DisableSmartScreen maybe not work #11
feat(rules): disbale PersonalDataExport notice (2023/06/27)
  • Loading branch information
whatk233 committed Oct 16, 2023
2 parents 13eaa1b + 4ef0eb2 commit b21c560
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions tweaks/OOBE/SetPersonalDataExportIsShow_230627.yaml
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"
4 changes: 3 additions & 1 deletion tweaks/Security/DisableSmartScreen.yaml
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"
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.4"
"version": "0.2.5"
}

1 comment on commit b21c560

@vercel
Copy link

@vercel vercel bot commented on b21c560 Oct 16, 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-docs-whatk.vercel.app
tis-nu.vercel.app
tis.whatk.me
tis-docs-git-main-whatk.vercel.app

Please sign in to comment.