Windows ATP Unnstall

#!/bin/bash

   echo "Is WDAV installed?"
   ls -ld '/Applications/Microsoft Defender ATP.app' 2>/dev/null

   echo "Uninstalling WDAV..."
   rm -rf '/Applications/Microsoft Defender ATP.app'

   echo "Is WDAV still installed?"
   ls -ld '/Applications/Microsoft Defender ATP.app' 2>/dev/null

   echo "Done!"

Comments

Popular posts from this blog

Creating a Netboot Image by using AutoCasper NBI with Auto DMG

What’s the Difference Between APFS, Mac OS Extended (HFS+), and ExFAT?

Cisco AMP uninstall script