Skip to content

Commit 6038556

Browse files
Feature/disable wpbt execution (ChrisTitusTech#3188)
* add IDE * add tweak
1 parent 329a3de commit 6038556

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Configuration folder
44
.vscode/
5+
.idea/
56

67
### Visual Studio ###
78

config/tweaks.json

+16
Original file line numberDiff line numberDiff line change
@@ -2667,6 +2667,22 @@
26672667
],
26682668
"link": "https://christitustech.github.io/winutil/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableLMS1"
26692669
},
2670+
"WPFTweaksDisableWpbtExecution": {
2671+
"Content": "Disable Windows Platform Binary Table (WPBT)",
2672+
"Description": "If enabled then allows your computer vendor to execute a program each time it boots. It enables computer vendors to force install anti-theft software, software drivers, or a software program conveniently. This could also be a security risk.",
2673+
"category": "z__Advanced Tweaks - CAUTION",
2674+
"panel": "1",
2675+
"Order": "a027_",
2676+
"registry": [
2677+
{
2678+
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager",
2679+
"Name": "DisableWpbtExecution",
2680+
"Value": "1",
2681+
"OriginalValue": "<RemoveEntry>",
2682+
"Type": "DWord"
2683+
}
2684+
]
2685+
},
26702686
"WPFTweaksRemoveOnedrive": {
26712687
"Content": "Remove OneDrive",
26722688
"Description": "Moves OneDrive files to Default Home Folders and Uninstalls it.",

0 commit comments

Comments
 (0)