Script to Silent Uninstall Microsoft Office Standard 2013 from windows machine bypass admin credential

Saankara 0 Reputation points
2024-03-08T00:42:33.5533333+00:00

Hi Microsoft Support Team,

I am looking for a script to silently uninstall the Microsoft Office Standard 2013 from the Windows based machine with bypass admin credentials.

Kindly please advise on this.

Thanks

Saankar

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jiajing Hua 18,065 Reputation points Moderator
    2024-03-08T06:40:36.0133333+00:00

    Hi @Saankara

    The 'Office Management' tag focuses more on general issue of Office deployment. Scripting is beyond our support. Thanks for your understanding. But I will share my idea.

    To uninstall Office Standard 2013, you may use /uninstall [ProductID] command with .xml file (this file needs to be put in standard.ww), like:

    cd <the path of source files>

    setup.exe /uninstall Standard /config standard.ww\<.xml>

    The .xml file:

    <Configuration Product="standard">
    
    <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
    
    </Configuration>
    
    

    For more, please refer to: https://learn.microsoft.com/en-us/previous-versions/office/office-2013-resource-kit/cc178956(v=office.15)?redirectedfrom=MSDN#uninstall-productid

    Besides, I find a similar thread, please checkout Joffles's reply.

    https://community.spiceworks.com/t/scripting-office-2013-uninstall/496231/2


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.