├── LICENSE.txt ├── README.md ├── RegistryPermissionsManager.py ├── about_content.md ├── icon.ico └── main.py /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Return-Log/Drive-Icon-Manager/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Return-Log/Drive-Icon-Manager/HEAD/README.md -------------------------------------------------------------------------------- /RegistryPermissionsManager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Return-Log/Drive-Icon-Manager/HEAD/RegistryPermissionsManager.py -------------------------------------------------------------------------------- /about_content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Return-Log/Drive-Icon-Manager/HEAD/about_content.md -------------------------------------------------------------------------------- /icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Return-Log/Drive-Icon-Manager/HEAD/icon.ico -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Return-Log/Drive-Icon-Manager/HEAD/main.py --------------------------------------------------------------------------------