标签: windows batch-file themes desktop composition
我尝试使用python或批处理脚本临时更改Windows 7主题,而无需管理员权限。
目前,我必须使用以下方法与Windows进行交互:
@echo off if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b) net stop uxsms >nul
我认为只要能够访问兼容性选项“禁用桌面合成”就够了