diff --git a/sse_dtss_d6bd8e8d-8399-4929-a9f5-d1e998b5b78f.dtss b/sse_dtss_d6bd8e8d-8399-4929-a9f5-d1e998b5b78f.dtss new file mode 100644 index 0000000..68cdb7b --- /dev/null +++ b/sse_dtss_d6bd8e8d-8399-4929-a9f5-d1e998b5b78f.dtss @@ -0,0 +1,6 @@ +Language: Batch +Name: Disable Windows Platform Binary Table (WPBT) +Description: This script disables the Windows Platform Binary Table, which can be used by computer manufacturers to preload applications that you may not need. +Customizable: No +@ECHO OFF +REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /F /V DisableWpbtExecution /T REG_DWORD /D 1 \ No newline at end of file