Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 862 Bytes

201203151045.txt.md

File metadata and controls

21 lines (13 loc) · 862 Bytes

6.50 pcalua.exe是什么程序

http://scz.617.cn/windows/201203151045.txt

Q:

在64-bits Win7的"管理工具->任务计划程序->任务计划程序库"中发现有个任务的操 作是:

C:\Windows\system32\pcalua.exe -a "C:\Program Files (x86)\some\UninstallSome.exe" -d "C:\Program Files (x86)\some"

看了一下,pcalua.exe是微软自己的程序,这个程序在干什么?

A:

pcalua.exe是高版本Windows上的程序兼容性助手程序。程序兼容性助手是Windows的 一种自动功能,当具有兼容性问题的旧版本程序启动时,程序兼容性助手会自动运行, 试图临时解决兼容性问题。

Q中的问题表明UninstallSome.exe是一个旧版本程序,企图进行软件卸载操作。由于 其具有兼容性问题,pcalua.exe自动启动,帮助完成软件some的卸载操作。