A simple and effective tool to find and remove corrupted temporary Visio files that cause errors.
If you've ever encountered frustrating errors in Microsoft Visio related to shapes and templates, the cause is often hidden, corrupted temporary files (~$*.vssx). These files are hard to find and remove manually.
This tool provides a simple interface to scan for and delete these problematic files, keeping your Visio environment clean and error-free. It is available as a standalone desktop application and a web-based tool.
- Find and Delete: Quickly scan any directory to find and remove temporary Visio files.
- Safe and Secure: Preview the files before deletion and confirm your action. All operations are performed locally on your machine.
- Two Interfaces: Choose between a user-friendly desktop GUI or a web interface for server environments.
- Powered by PowerShell: Uses robust PowerShell scripts for reliable file detection and removal.
This is the easiest way to use the tool on a Windows machine.
-
Download the Executable: Go to the Releases page and download the latest
VisioTempFileRemover.exefile. -
Run the Application: Double-click the downloaded
.exefile to start the application.
If you want to run the tool from the source code, you have two options:
- Prerequisites:
- Python 3.6+
- PowerShell
- Clone the repository:
git clone https://github.com/Saml1211/visio-temp-file-remover.git cd visio-temp-file-remover - Run the application:
- Double-click
scripts/run_gui.bat(on Windows). - Or run
python visio_gui.pyfrom your terminal.
- Double-click
- Prerequisites:
- Node.js v12.0+
- npm
- PowerShell
- Clone the repository:
git clone https://github.com/Saml1211/visio-temp-file-remover.git cd visio-temp-file-remover - Install dependencies:
npm install
- Start the server:
- Double-click
scripts/start.bat(on Windows). - Or run
npm startfrom your terminal.
- Double-click
- Access the application:
Open your web browser and go to
http://localhost:3000.
For more detailed information, please see the documentation.
Contributions are welcome! Please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License. See the LICENSE file for details.