Solve [88,25] Invalid attribute value: progid(iisapp.vbs)

Lionsure 2020-10-07 Original by the website

To check which website of the server occupies more resources, you need to check the prodid of IIS process, which requires executing the iisapp.vbs command, but when executing the command, it prompts [88,25] Invalid attribute value: progid, and then the execution is terminated. What should I do when faced with this situation?

First of all, we must figure out the reason. Running the "iisapp.vbs" command requires "shell.applaction" component. If the component is not installed, it will prompt [88,25] Invalid attribute value: progid, so after the component is reinstalled, the problem will be solved.

 

I.The reason for [88,25] Invalid attribute value: progid(Invalid ProgID attribute)

It is because the "shell.applaction" component, that is, wshom.ocx, is not installed. Just register wshom.ocx in the "Run" window, and re-execute the iisapp.vbs command, you will no longer be prompted that [88,25] Invalid attribute value: progid.

 

II. Solve [88,25] Invalid attribute value: progid

1. Select "Start" menu → Run(or press Windows logo + R key), enter regsvr32 wshom.ocx, as shown in Figure 1:

[88,25] Invalid attribute value: progid

Figure 1

2. After pressing Enter ane prompting that the registration is successful, execute the command "iisapp -a"(don't double quote) in the "Run" window to see the process id of each website.