Skip to content

Add uninstallation documentation for Windows executable - #2

Draft
PanCodeInventory with Copilot wants to merge 7 commits into
mainfrom
copilot/add-exe-to-release
Draft

Add uninstallation documentation for Windows executable#2
PanCodeInventory with Copilot wants to merge 7 commits into
mainfrom
copilot/add-exe-to-release

Conversation

Copilot AI commented Feb 6, 2026

Copy link
Copy Markdown

Users need clear guidance on uninstalling the Windows executable. FASTVOLT is a portable application with no installer, so uninstallation is simply deleting the folder—but this wasn't documented.

Changes

New Documentation

  • UNINSTALL.md - Comprehensive bilingual guide covering:
    • 3-step uninstall process (close app, delete folder, done)
    • Temporary file handling (PyInstaller _MEI* in %TEMP%, auto-cleaned on normal exit)
    • User data preservation (PDFs remain in downloads folder)
    • FAQ addressing forced termination and cleanup edge cases
    • Source installation uninstall instructions

Updated Documentation

  • README.md - Added uninstall sections (EN/CN) with references to detailed guide
  • QUICKSTART.md - Added uninstall FAQ and file descriptions entry

Key Points

The application is portable: no registry modifications, no system files, no traditional installer. Temporary files (%TEMP%\_MEI*, uploaded FCS files) are automatically cleaned on exit. Only exported PDFs persist in the user's downloads folder.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 5 commits February 6, 2026 09:10
Co-authored-by: PanCodeInventory <193879631+PanCodeInventory@users.noreply.github.com>
…open

Co-authored-by: PanCodeInventory <193879631+PanCodeInventory@users.noreply.github.com>
Co-authored-by: PanCodeInventory <193879631+PanCodeInventory@users.noreply.github.com>
Co-authored-by: PanCodeInventory <193879631+PanCodeInventory@users.noreply.github.com>
Co-authored-by: PanCodeInventory <193879631+PanCodeInventory@users.noreply.github.com>
Copilot AI changed the title [WIP] Add exe file to release assets Add Windows executable build and automated GitHub releases Feb 6, 2026
Co-authored-by: PanCodeInventory <193879631+PanCodeInventory@users.noreply.github.com>
Copilot AI changed the title Add Windows executable build and automated GitHub releases Add uninstallation documentation for Windows executable Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants