Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- cls
- REM #############################################
- REM # Uninstall The Majority of Adobe CC Products
- REM # Then Install Adobe CC 20XX & Restart
- REM #############################################
- AdobeCreativeCloudCleanerTool.exe --removeAll=CREATIVECLOUDCS6PRODUCTS
- ping -n 6 127.0.0.1>nul
- pushd \\my-enterprise-server\c$
- %cd%MY\ADOBE\BUILD\PATH\setup.exe
- ping -n 6 127.0.0.1>nul
- popd
- ping -n 6 127.0.0.1>nul
- shutdown /r /t 0
- REM #############
- REM # START NOTES
- REM #############
- REM ## Please note that you do need the Adobe Creative Cloud Cleaner Tool
- REM ## in the same path as this Script and running as an Administrator
- REM ## Reference:
- REM ## <https://helpx.adobe.com/au/creative-cloud/kb/cc-cleaner-tool-installation-problems.html>
- REM # 2-clause license ("Simplified BSD License" or "FreeBSD License")
- REM #
- REM # Copyright © 2018, Adam Brian Chilcott
- REM # All rights reserved.
- REM #
- REM # Redistribution and use in source and binary forms, with or without
- REM # modification, are permitted provided that the following conditions are met:
- REM #
- REM # 1. Redistributions of source code must retain the above copyright notice, this
- REM # list of conditions and the following disclaimer.
- REM # 2. Redistributions in binary form must reproduce the above copyright notice,
- REM # this list of conditions and the following disclaimer in the documentation
- REM # and/or other materials provided with the distribution.
- REM #
- REM # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- REM # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- REM # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- REM # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
- REM # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- REM # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- REM # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- REM # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- REM # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- REM # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- REM #
- REM # The views and conclusions contained in the software and documentation are those
- REM # of the authors and should not be interpreted as representing official policies,
- REM # either expressed or implied, of the FreeBSD Project.
- REM ###########
- REM # END NOTES
- REM ###########
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement