This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
********* RemoveSymantecMacFiles.command 7.0.49 ********* | |
WARNING: This script will remove all files and folders created by Symantec | |
Mac OS X products (LiveUpdate Administration Utility files) and | |
any files within those folders. Therefore, you will lose ALL files | |
that reside in those folders, including any that you have created. | |
Usage: RemoveSymantecMacFiles.command [-CcdeFfghIikLlmpQqRrV] [-QQ] [-re] [volume ...] | |
Summary: If no option or volume is specified, then all Symantec files are |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'======================================================================================================= | |
' Name: OffScrub_O15msi.vbs | |
' Author: Microsoft Customer Support Services | |
' Copyright (c) 2011-2015 Microsoft Corporation | |
' Script to remove (scrub) Office 2013 MSI products | |
' when a regular uninstall is no longer possible | |
'======================================================================================================= | |
Option Explicit | |
Dim sDefault |