Skip to content

Releases: SlimQuiggle/TempProfileFixer

TempProfileFixer v0.1.15

09 Jun 20:08

Choose a tag to compare

Button-up release. TempProfileFixer.exe is now uploaded directly as a standalone portable release asset, with the ZIP still available for helper scripts and offline docs. Delete Profile can now remove folder-only temp profiles that have no matching ProfileList SID or registry key when they are otherwise safe to delete. Rebuild still requires a matched SID so registry state can be exported and removed correctly.

TempProfileFixer v0.1.14

07 Jun 16:23

Choose a tag to compare

Compatibility hardening release. Diagnostic path resolution now uses guarded ProgramData, Temp, base-directory, and current-directory fallbacks so doctor/logging can still work on machines with damaged data path environment settings. reg.exe and shutdown.exe lookup also use a safe system-tool resolver. Includes rebuilt portable package, docs, and checksums.

TempProfileFixer v0.1.13

07 Jun 02:46

Choose a tag to compare

Compatibility hardening release. Delete Profile now removes profile folders with a path-by-path traversal that avoids recursing into directory reparse points such as profile junctions, and failure messages/logs include the exact file or folder path that failed. Includes rebuilt portable package, docs, and checksums.

TempProfileFixer v0.1.12

07 Jun 02:41

Choose a tag to compare

Compatibility hardening release. Win32_UserProfile enumeration now tolerates unreadable individual WMI rows and reports them as warnings instead of failing the entire state scan. Full WMI query failures still block profile actions because loaded state cannot be verified. Includes rebuilt portable package, docs, and checksums.

TempProfileFixer v0.1.11

07 Jun 02:33

Choose a tag to compare

Compatibility hardening release. Help and unknown-command usage now print before profile target parsing, so admins can still get readable CLI guidance even when remote/profile targeting arguments are invalid or the target workstation is in a bad state. Includes rebuilt portable package and checksums.

Temp Profile Fixer v0.1.10

07 Jun 02:27

Choose a tag to compare

Clarified Run-Diagnostics.cmd output so nonzero doctor results are described as failures or warnings, matching the warning-aware doctor behavior introduced in v0.1.9.

Temp Profile Fixer v0.1.9

07 Jun 02:21

Choose a tag to compare

Improved diagnostics semantics. The doctor command now returns a nonzero issue state for warnings as well as failures, and warning-only reports no longer end with an all checks passed summary.

Temp Profile Fixer v0.1.8

07 Jun 02:14

Choose a tag to compare

Improved damaged ProfileList handling. The registry scanner now tolerates individual unreadable ProfileList subkeys, reports them in diagnostics, and keeps rebuild/delete actions blocked when registry inventory is incomplete instead of failing the whole scan.

Temp Profile Fixer v0.1.7

07 Jun 02:08

Choose a tag to compare

Hardened Unblock-Package.cmd for damaged target environments. The unblock helper now uses system helper paths directly, can run with PATH empty, and keeps the Zone.Identifier fallback path for systems without Unblock-File.

Temp Profile Fixer v0.1.6

07 Jun 02:01

Choose a tag to compare

Hardened the packaged TempProfileFixer.cmd launcher for damaged target environments. The launcher now uses the absolute system reg.exe path, checks both .NET registry views, verifies TempProfileFixer.exe is present, and still passes arguments through when PATH is empty.