File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -583,6 +583,8 @@ function Performance {
583
583
New-ItemProperty - Path " HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" - Name " DesktopHeapLogging" - PropertyType DWord - Value 0 - Force
584
584
New-ItemProperty - Path " HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" - Name " DwmInputUsesIoCompletionPort" - PropertyType DWord - Value 0 - Force
585
585
New-ItemProperty - Path " HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" - Name " EnableDwmInputProcessing" - PropertyType DWord - Value 0 - Force
586
+ New-ItemProperty - Path " HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" - Name TracingFlags - PropertyType DWord - Value 0 - Force
587
+ New-ItemProperty - Path " HKLM:\SYSTEM\CurrentControlSet\Control\CrashControl" - Name LastCrashTime - PropertyType DWord - Value 0 - Force
586
588
587
589
if (! (Test-Path " HKLM:\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Power" )) {
588
590
New-Item - Path " HKLM:\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Power" - Force
@@ -818,6 +820,8 @@ function Performance {
818
820
Disable-MMAgent - MemoryCompression
819
821
Disable-MMAgent - PageCombining
820
822
823
+ setx / M DBGENG_NO_BUGCHECK_ANALYSIS TRUE
824
+
821
825
auditpol / set / category:" Account Logon" / success:disable
822
826
auditpol / set / category:" Account Logon" / failure:disable
823
827
auditpol / set / category:" Account Management" / success:disable
You can’t perform that action at this time.
0 commit comments