This program provides a graphical user interface (GUI) to facilitate the mounting and unmounting of SMB shares on Windows drive letters. It is designed to simplify the management of network resources by allowing administrators and users to easily switch between different servers and users. The program also allows for pre-configuring a list of available servers for quick access.
- Simplified mounting and unmounting of SMB shares.
- Manage switching between different servers, and users.
- Pre-configured server list for quick access.
- Intuitive user interface based on PyQt5, with closing in tray.
- Powerfull OS integration via Windows APIs through pywin32
- Download last release from here
- Run setup.exe
pip install PyQt5 pywin32
Run main.py to start the application. Follow the on-screen instructions to mount or unmount SMB shares.
- Add badges next to current letter in the shares table
- Add server name on top of the shares table
Pull Requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.



