Skip to content

Fix import & cleanup#4404

Open
GabiNun2 wants to merge 19 commits intoChrisTitusTech:mainfrom
GabiNun2:fix-import
Open

Fix import & cleanup#4404
GabiNun2 wants to merge 19 commits intoChrisTitusTech:mainfrom
GabiNun2:fix-import

Conversation

@GabiNun2
Copy link
Copy Markdown
Contributor

@GabiNun2 GabiNun2 commented Apr 22, 2026

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • UI/UX improvement

Description

I didn't use codex for this pr so i know why it didn't work this time and holy shit it's a bug because of another bug because of another bug,,,, this entire codebase should be burned down like how i burn down spiders that get into my house

The -config argument works, but it also requires -run to execute, which is unnecessary. I removed that requirement.

After that, I tested running a configuration file directly with -config. However, it attempted to execute every WinUtil option even when those entries were not present in the JSON. Because of that, I removed the redundant messages that reported missing selections, since they should not exist in the first place.

Additionally, it was trying to process toggle options that are not supported by the json files config, so I removed that behavior as well.

Additionally, BusyWait has been optimized to run approximately 5x faster, improving configuration file execution speed accordingly, because some idiot thought making it wait 5 seconds every 5 seconds was a good idea, so it was reduced to a 1 second interval instead.

Issue related to PR

@github-actions github-actions Bot added the bug Something isn't working label Apr 22, 2026
Write-Host "================================="
}
BusyWait

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont know why it's trying to apply toggles because the json file dosen't get toggles inside of it

Write-Host "-- Tweaks are Finished ---"
Write-Host "================================="
return
}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was literally useless i dont know who made it

@GabiNun2 GabiNun2 changed the title Fix import Fix import & cleanup Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automation gets stuck on applying tweaks

1 participant