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 #12

Merged
merged 1 commit into from
Oct 16, 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
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"
}