diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a3e78189..b7a1e940 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,4 +13,4 @@ ## Issue related to PR -- Resolves # \ No newline at end of file +- Resolves # diff --git a/Compile.ps1 b/Compile.ps1 index bd6e6593..34263cb9 100644 --- a/Compile.ps1 +++ b/Compile.ps1 @@ -52,7 +52,6 @@ $excludedFiles += @( '.\LICENSE', "$preprocessingFilePath", '*.png', - '*.exe', '.\.preprocessor_hashes.json' ) diff --git a/config/tweaks.json b/config/tweaks.json index 9ef54d64..897a5713 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -71,7 +71,7 @@ # Sometimes if you dont stop Widgets Process for removal to work Stop-Procces -Name Widgets Get-AppxPackage Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers - + Invoke-WinUtilExplorerUpdate -action \"restart\" Write-Host \"Removed widgets\" " @@ -1422,7 +1422,7 @@ # Disable (Windows Error Reporting Manager) Service Set-Service -Name wermgr -StartupType Disabled - + $Memory = (Get-CimInstance Win32_PhysicalMemory | Measure-Object Capacity -Sum).Sum / 1KB Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name SvcHostSplitThresholdInKB -Value $Memory diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md b/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md index 716b48af..dbc517e3 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md @@ -105,7 +105,7 @@ description: "" # Disable (Windows Error Reporting Manager) Service Set-Service -Name wermgr -StartupType Disabled - + $Memory = (Get-CimInstance Win32_PhysicalMemory | Measure-Object Capacity -Sum).Sum / 1KB Set-ItemProperty -Path \"HKLM:\\SYSTEM\\CurrentControlSet\\Control\" -Name SvcHostSplitThresholdInKB -Value $Memory diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Widget.md b/docs/content/dev/tweaks/Essential-Tweaks/Widget.md index 0948ebad..ca2fbeb5 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Widget.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Widget.md @@ -12,7 +12,7 @@ # Sometimes if you dont stop Widgets Process for removal to work Stop-Procces -Name Widgets Get-AppxPackage Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers - + Invoke-WinUtilExplorerUpdate -action \"restart\" Write-Host \"Removed widgets\" "