Uninstall RAWeb - kimmknight/raweb GitHub Wiki

Part 1. Remove from RAWeb virtual application

  1. Open Internet Information Services (IIS) Manager.
  2. In the Connections pane, expand Your device name > Sites > Default Web Site.
  3. Right click RAWeb and choose Remove.
  4. In the Confirm Remove dialog, choose Yes.

Part 2. Remove installed files

  1. Open File Explorer.
  2. Navigate to C:\inetpub.
  3. Delete the RAWeb folder.

Part 3. Remove Internet Information Services Manager

Only perform these steps if you do not have other IIS websites.

  1. Open PowerShell as an administrator
    • Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator).
  2. Copy and paste the code below, then press enter.

For Windows Server:

Uninstall-WindowsFeature -Name Web-Server, Web-Asp-Net45, Web-Windows-Auth, Web-Http-Redirect, Web-Mgmt-Console, Web-Basic-Auth

For other versions of Windows:

Disable-WindowsOptionalFeature -Online -FeatureName IIS-WebServerRole,IIS-WebServer,IIS-CommonHttpFeatures,IIS-HttpErrors,IIS-HttpRedirect,IIS-ApplicationDevelopment,IIS-Security,IIS-RequestFiltering,IIS-NetFxExtensibility45,IIS-HealthAndDiagnostics,IIS-HttpLogging,IIS-Performance,IIS-WebServerManagementTools,IIS-StaticContent,IIS-DefaultDocument,IIS-DirectoryBrowsing,IIS-ASPNET45,IIS-ISAPIExtensions,IIS-ISAPIFilter,IIS-HttpCompressionStatic,IIS-ManagementConsole,IIS-WindowsAuthentication,NetFx4-AdvSrvs,NetFx4Extended-ASPNET45,IIS-BasicAuthentication