Retrocore includes PowerShell and batch wrappers for users who want a simple Windows-native flow without going through the CLI.
This opens the Retrocore Manager surface directly.
PowerShell:
.\manager.ps1Batch:
manager.batThis copies a shader into Windows Terminal's LocalState folder and enables it globally through profiles.defaults.
PowerShell:
.\apply_global.ps1Batch:
apply_global.batBehavior:
- prefers
shaders\retrocore.generated.hlslwhen it exists - falls back to
shaders\crt-subtle.hlslif no generated shader is available - backs up the live Windows Terminal settings into
snapshots\ - updates
settings.jsondirectly - tolerates common JSONC-style comments and trailing commas in Windows Terminal settings before writing back normalized JSON
This removes only Retrocore-managed shader paths from Windows Terminal settings.
PowerShell:
.\remove_global.ps1Batch:
remove_global.batIt will not remove unrelated custom shader paths.