Skip to content
Open
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
2 changes: 1 addition & 1 deletion RepairTweaks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function repairTweaks($tweakNames) {
}
#repair windows error reporting
if ($tweak -eq 'Windows Error Reporting') {
Set-Service -Name WerSvc -StartupType Manual -Force
Set-Service -Name WerSvc -StartupType Manual
Remove-ItemProperty -Path 'registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting' -Name 'Disabled' -Force -ErrorAction SilentlyContinue
}
#repair csrss priority
Expand Down