Skip to content

Commit

Permalink
fix(rules): DisableSmartScreen maybe not work #11
Browse files Browse the repository at this point in the history
feat(rules): disbale PersonalDataExport notice (2023/06/27)
  • Loading branch information
whatk233 committed Oct 16, 2023
1 parent 13eaa1b commit 4ef0eb2
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"
}

0 comments on commit 4ef0eb2

Please sign in to comment.