- Currently supported fixes:
- Clipboard - fix Windows 10 clipboard (ctrl + c | ctrl + v not working)! Use "Winfix.exe clipboard" in cmd or click on button.
- Internet - clear Windows 10 DNS Cache, renew IP, reset Winsock (Internet problems)! Use "Winfix.exe internet" in cmd or click on button.
- Explorer - restart explorer.exe (Desktop bugs)! Use "Winfix.exe explorer" in cmd or click on button.
In the future I plan to add even more fixes!
There's 2 ways how to install and use this script:
- Download from releases page and add it to environment variables.
- Install all dependencies and run it using python 3.
- dependencies:
- readchar (
pip install readchar
) - psutil (
pip install psutil
) - customtkinter (
pip install customtkinter
)
- readchar (