Tips 总结
PyInstaller 打包
pyinstaller --onefile your_script.py
刷新 DNS 缓存
ipconfig /flushdns
配置清华源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
注册表清理路径
计算机\HKEY_CLASSES_ROOT\Directory\Background\shell\
键盘失能(管理员)
sc config i8042prt start= disabled
键盘使能(管理员)
sc config i8042prt start= auto
Python 虚拟环境
.venv\Scripts\activate