From 6d1957c1a9b4d0b938a93ba5ec27878eeb1e91b2 Mon Sep 17 00:00:00 2001 From: ThioJoe <12518330+ThioJoe@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:32:40 -0700 Subject: [PATCH] Remove counts in headers Want it to show right when the section starts --- Super_God_Mode.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Super_God_Mode.ps1 b/Super_God_Mode.ps1 index 2ac928f..56ac17d 100644 --- a/Super_God_Mode.ps1 +++ b/Super_God_Mode.ps1 @@ -3807,7 +3807,7 @@ $URLProtocolsData = @() # Loop for CLSID Links if (-not $SkipCLSID) { - Write-Host "`n----- Processing $($shellFolders.Count) Shell Folders -----" + Write-Host "`n----- Processing Shell Folders -----" # Retrieve all CLSIDs with a "ShellFolder" subkey from the registry. # These CLSIDs represent shell folders that are embedded within Windows. try { @@ -3872,7 +3872,7 @@ if (-not $SkipCLSID) { # Loop for special named folders if (-not $SkipNamedFolders) { - Write-Host "`n----- Processing $($namedFolders.Count) Special Named Folders -----" + Write-Host "`n----- Processing Special Named Folders -----" try { # Retrieve all named special folders from the registry.