Uninstall RAWeb - kimmknight/raweb GitHub Wiki
Part 1. Remove from RAWeb virtual application
- Open Internet Information Services (IIS) Manager.
- In the Connections pane, expand Your device name > Sites > Default Web Site.
- Right click RAWeb and choose Remove.
- In the Confirm Remove dialog, choose Yes.
Part 2. Remove installed files
- Open File Explorer.
- Navigate to C:\inetpub.
- Delete the RAWeb folder.
Part 3. Remove Internet Information Services Manager
Only perform these steps if you do not have other IIS websites.
- Open PowerShell as an administrator
- Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator).
- 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