Windows7 Install IIS "An error has occurred, not all features have been successfully changed"

Source: Internet
Author: User

Reason:
This situation may be caused by a corrupted WMI library
Workaround:
1. Copy the following code into a. bat file
net stop WINMGMTC:CD%systemroot%/system32/wbemrd/s/q repository
regsvr32/s%systemroot%/system32/scecli.dllregsvr32/s%systemroot%/system32/userenv.dll
mofcomp cimwin32.mofmofcomp cimwin32.mflmofcomp rsop.mofmofcomp rsop.mflfor/f%%s in (' dir/b/S *.dll ') do regsvr32 /s%%sfor/f%%s in (' dir/b *.mof ') does mofcomp%%sfor/f%%s in (' dir/b *.mfl ') does mofcomp%%secho done Rebootpause

2. Restart after running, reinstall ASP in IIS, run normally!

http://blog.csdn.net/heavensdoor/article/details/7788348

Windows7 Install IIS "An error has occurred, not all features have been successfully changed"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.