Skip to content

Commit

Permalink
Remove counts in headers
Browse files Browse the repository at this point in the history
Want it to show right when the section starts
  • Loading branch information
ThioJoe committed Aug 28, 2024
1 parent 49b651f commit 6d1957c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Super_God_Mode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6d1957c

Please sign in to comment.