How to Uninstall Bonjour on Windows 10? Mac? Delete Bonjour service from Windows/Mac/Linux?
TRY this best uninstall tool@ https://macpaw.audw.net/c/376211/154407/1733 if U R having issue uninstalling Bonjour for Windows and/or any other unwanted programs on Windows.
i-1. here is a batch file that you can use to uninstall all versions of Bonjour for Windows:
```
@echo off
REM Get the list of all Bonjour installers
for /f "delims=" %%i in ('dir /s /b Bonjour*.msi') do (
REM Uninstall the installer
msiexec /x "%%i" /qn
)
REM Remove the Bonjour folder from the registry
reg delete "HKLM\Software\Apple\Bonjour" /f
REM Remove the Bonjour folder from the filesystem
rd /s /q "%ProgramFiles%\Bonjour"
REM Remove the Bonjour folder from the user profile
rd /s /q "%APPDATA%\Bonjour"
echo Bonjour uninstalled successfully
```
To use this batch file, save it as a .bat file and then run it from a command prompt. The batch file will uninstall all versions of Bonjour that are installed on your computer.
Here are some additional tips for uninstalling Bonjour:
* Make sure that you have closed all applications that are using Bonjour before you run the batch file.
* If you are having problems uninstalling Bonjour, you can try running the batch file as an administrator.
* If you are still having problems uninstalling Bonjour, you can contact Apple support for help.
i-2. Here is a script file that you can use to uninstall all versions of Bonjour for Mac:
```
#!/bin/bash
# Get the list of all Bonjour installers
BonjourInstallers=$(ls -1 /Library/Receipts/Bonjour*.pkg)
# Uninstall all Bonjour installers
for BonjourInstaller in $BonjourInstallers; do
echo "Uninstalling $BonjourInstaller"
sudo installer -pkg $BonjourInstaller -target /
done
# Remove the Bonjour folder from the filesystem
rm -rf /Library/PreferencePanes/Bonjour.prefPane
rm -rf /Library/LaunchDaemons/com.apple.mDNSResponder.plist
rm -rf /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
rm -rf /System/Library/Receipts/Bonjour*.pkg
echo "Bonjour uninstalled successfully"
```
To use this script file, save it as a .sh file and then run it from a Terminal window. The script file will uninstall all versions of Bonjour that are installed on your Mac.
Here are some additional tips for uninstalling Bonjour:
* Make sure that you have closed all applications that are using Bonjour before you run the script file.
* If you are having problems uninstalling Bonjour, you can try running the script file as an administrator.
* If you are still having problems uninstalling Bonjour, you can contact Apple support for help.
ii. Sure, here are the commands to delete Bonjour service:
**Windows:**
```
sc delete Bonjour
```
**Mac:**
```
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
sudo rm /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
```
**Linux:**
```
systemctl disable mdnsresponder
systemctl stop mdnsresponder
rm /etc/systemd/system/multi-user.target.wants/mdnsresponder.service
```
After you have run the commands, Bonjour service will be deleted. You may need to restart your computer for the changes to take effect.
Here are some additional tips for deleting Bonjour service:
* Make sure that you have closed all applications that are using Bonjour before you run the commands.
* If you are having problems deleting Bonjour service, you can try running the commands as an administrator.
* If you are still having problems deleting Bonjour service, you can contact Apple support for help.
Extra info:
Bonjour, a program by Apple Inc., could be installed alongside iTunes@ https://support.apple.com/kb/DL1816?viewlocale=en_US&locale=en_US