To install IIS in Windows 7, go to "Control Panel- Program "," Turn on or off the windows function ", after a patient wait, it turns out to be blank, and there is no Internet option.
Continue Google search and find that the "Windows modules Installer Service" needs to be started, but the system resource is insufficient when it is started in computer-management:
I thought it was really a waste of system resources. I turned off all the running large programs, but the problem persists.
After some unremitting Google efforts, it was found that "ArcGIS 9.3" was previously installed. For details, refer to the following two documents:
Http://social.microsoft.com/Forums/zh-CN/window7betacn/thread/33841d3f-f242-4e87-845a-2cc3025c3ba0
Http://thinkman.com.cn/knowledgegained/windows-7s-turn-on-or-off-windows-features-dialog-box-a-blank-solution/
The final solution is the same, except that the location of the registry is not clearly indicated in the first document. The solution in article 2 is quoted as follows:
"Enter Regedit in the operation to open the Registry Editor.
Locate HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control
Change the value of registrysizelimit (of the REG_DWORD type) to ffffffff (decimal: 4294967295)
Restart the computer
Run "SFC/scannow" as an administrator. After scanning, everything will be okay.
How about it? The familiar window "open or close windows functions" is displayed.
This problem occurs mainly because the registration space is limited after arcgis9.3 is installed. You only need to modify the registration space.
- Enter Regedit at run to open registry editor
- Locate HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control
- Change the value of registrysizelimit (of the REG_DWORD type) to ffffffff (decimal: 4294967295)
- Restart the computer
- Run "SFC/scannow" as an administrator. After scanning, everything will be okay.
How about it? The familiar window "open or close windows functions" is displayed.
The main reason for this problem is that after installing arcgis9.3, the registration space is limited, as long as it is corrected ."
The cause of the problem is related to GIS, so we will record it. Haha, we also remind friends who installed arcgis9.3 in Windows 7.