fix formatting

This commit is contained in:
Chris Titus Tech
2026-02-10 14:18:09 -06:00
parent 8a8fed517c
commit 6cda509604
5 changed files with 5 additions and 6 deletions

View File

@@ -13,4 +13,4 @@
## Issue related to PR
<!--[List any ISSUES this is related to as it AUTO-CLOSES Them!]-->
- Resolves #
- Resolves #

View File

@@ -52,7 +52,6 @@ $excludedFiles += @(
'.\LICENSE',
"$preprocessingFilePath",
'*.png',
'*.exe',
'.\.preprocessor_hashes.json'
)

View File

@@ -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

View File

@@ -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

View File

@@ -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\"
"