문제

A buddy of mine has been getting this error mesage when trying to run uninstall programs andor new program apps, windows just shows "ShellExecuteEx failed; code 18" and refuses to run the program.

도움이 되었습니까?

해결책

This Microsoft article explains the system call he tries to make.

A little googling the error codes suggests that 18 means SE_ERR_ACCESSDENIED (In the list the previous one is 11 and the next is 27)

In case this is NOT a programming question, please head over to superuser.com

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top