How to completely uninstall iis7 web and ftp services in win7

How to completely uninstall iis7 web and ftp services in win7

After I set up the PHP development environment on my computer yesterday, I kept getting errors when I restarted the Apache server. I checked for a long time but couldn't figure out the reason. Finally, I found that IIS was still open and occupying port 80. I almost vomited blood... Because the computer is Windows 7, it is troublesome to uninstall IIS. Here I share the IIS uninstall process with you.

After I set up the PHP development environment on my computer yesterday, I kept getting errors when I restarted the Apache server. I checked for a long time but couldn't figure out the reason. Finally, I found that IIS was still open and occupying port 80. I almost vomited blood... Because the computer is Windows 7, it is troublesome to uninstall IIS. Here I share the IIS uninstall process with you.

1. Turn off your IIS service first.

Right click on the computer - click Manage, select Services and Applications in the pop-up window, select Services, then all the services on your computer will be listed, find IIS, I have already uninstalled it here.

2. Click the Windows icon in the lower left corner of the desktop, select Control Panel in the pop-up layer, click it, find Programs and Features in the pop-up window, and click it; of course, there are many ways to find Programs and Features, which I will not introduce one by one here;

3. Jump to Uninstall and Update Programs. All installed programs on the computer are listed here. Find Turn Windows features on or off in the left navigation. You may need to wait for a while... Find Internet Information Services in the pop-up box, turn off the check mark in front of it, and then check whether all the sub-items below are turned off. If not, turn them off manually and click OK;

4. The system automatically shuts down the IIS service. Wait...After completion, a window will pop up prompting: Must restart the computer to apply changes? Generally speaking, the choice is arbitrary, but it is recommended that you restart immediately.

PS: During the restart process, you may see prompts such as: the computer is undergoing configuration changes or the computer configuration changes have failed, and then the computer will appear in a suspended state and remain stuck on the boot screen. If the above situation occurs, it is recommended that you do not force a shutdown or restart, just wait patiently. (I waited about 20 minutes).

123WORDPRESS.COM editor shares with you how to delete IIS through the command line

Note: Since .NET FrameWork cannot be run in core mode, IIS in core installation mode does not support the program's operating environment. At the same time, the uninstall function does not support uninstallation. That is to say, after uninstalling, the installation options still retain the

Note: Since .NET FrameWork cannot be run in core mode, IIS in core installation mode does not support the program's operating environment. At the same time, the uninstall function does not support uninstallation. That is to say, after uninstalling, the items are still retained in the installation options, and only the IIS Web function is uninstalled.

How to install IIS7:

start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI

How to uninstall IIS7:

start /w pkgmgr /uu:IIS-WebServerRole;WAS-WindowsActivationService;WAS-ProcessModel

You will be prompted to restart the server at that time.

<<:  MYSQL custom function to determine whether it is a positive integer example code

>>:  v-html rendering component problem

Recommend

10 key differences between HTML5 and HTML4

HTML5 is the next version of the HTML standard. M...

Implementation of CSS sticky footer classic layout

What is a sticky footer layout? Our common web pa...

Shell script nginx automation script

This script can satisfy the operations of startin...

How to set default value for datetime type in MySQL

I encountered a problem when modifying the defaul...

Implementation example of JS native double-column shuttle selection box

Table of contents When to use Structural branches...

Example code of setting label style using CSS selector

CSS Selectors Setting style on the html tag can s...

Div css naming standards css class naming rules (in line with SEO standards)

There are many tasks to be done in search engine o...

A brief analysis of HTML space code

How much do you know about HTML? If you are learni...

MySql implements page query function

First of all, we need to make it clear why we use...

Example of configuring multiple SSL certificates for a single Nginx IP address

By default, Nginx supports only one SSL certifica...

Implementation of adding remark information to mysql

Preface Some people have asked me some MySQL note...

js memory leak scenarios, how to monitor and analyze them in detail

Table of contents Preface What situations can cau...

HTML implements read-only text box and cannot modify the content

Without further ado, I will post the code for you...