Thanks for considering contributing! This is a simple utility, but there's always room for improvement.
Want to add support for Google Drive, Box, iCloud, etc.?
- Find the CLSID - Use Registry Editor to find the cloud provider's namespace entry
- Create registry files - Follow the pattern in
hide-onedrive.reg - Update the batch scripts - Add the new provider to
Hide-CloudDrives.bat - Test thoroughly - Make sure both hide and restore work
- Update README - Document the new provider
Found something broken?
- Check if it's already reported in Issues
- Include your Windows version (10/11)
- Include cloud app versions
- What did you expect? What happened instead?
Got an idea?
- Open an issue first - let's discuss before coding
- Keep it simple - this tool is intentionally minimal
- Must work without admin rights
- Batch scripts: Keep them readable, use echo for user feedback
- PowerShell: Follow Microsoft conventions, add comments
- Registry files: Add comments explaining what each key does
Before submitting a PR:
- ✅ Test hide functionality
- ✅ Test restore functionality
- ✅ Verify no admin rights needed
- ✅ Check on both Windows 10 and 11 if possible
- ✅ Make sure Explorer restarts cleanly
- Fork the repo
- Create a feature branch (
git checkout -b feature/google-drive-support) - Make your changes
- Test thoroughly
- Commit with clear messages
- Push and create a PR
Open an issue or start a discussion. Happy to help!
By contributing, you agree your contributions will be licensed under MIT License.