Windows系统使用问题汇总

1. Win10 卸载/安装软件出现2503错误

  a) win10上卸载软件出现2503错误,以管理员权限运行cmd然后执行命令"Wmic product get name"查看已安装的应用程序,然后使用"Wmic product where name='文件名' call uninstall" 进行卸载,e.g: Wmic product where name="Python 3.11.9 Core Interpreter (64-bit)" call uninstall

  b) 安装出现2503问题,则需要以管理员权限执行安装;

posted @ 2025-03-08 18:13  jiguanghover  阅读(17)  评论(0)    收藏  举报