How to uninstall the BGinfo

SC 236 Reputation points
2021-02-09T08:26:03.803+00:00

Hi,

can you help me, how to uninstall the BGinfo on virtual machines in Azure ?
If anyone has any knowledge about this it would be much appreciated.
Thank you.

65742-bginfo-disable.png

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,051 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Miroslav Obradovic 6 Reputation points Microsoft Employee
    2022-03-22T14:51:39.88+00:00

    If creating a VM using PowerShell Az module, there is -DisableBginfoExtension switch to skip installing Bginfo extension, so you save time it takes to install it and don't need to uninstall.

    New-AzVM -VM $VMConfig -Location $Location -ResourceGroupName $ResourceGroupName -DisableBginfoExtension

    1 person found this answer helpful.

  2. SUNOJ KUMAR YELURU 15,491 Reputation points MVP Volunteer Moderator
    2021-02-09T08:33:06.013+00:00

    HI @SC

    you should be able to remove it via Add or Remove Programs panel. The executable itself is usually located under C:\Program Files (x86), mostly C:\Program Files (x86)\DET\BGInfo.

    BGInfo

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    0 comments No comments

  3. SC 236 Reputation points
    2021-02-09T12:26:03.567+00:00

    SOLUTION:
    Navigate to Azure portal - <Virtual machine> - Extensions,
    you can uninstall BGinfo here.

    Thanks.

    0 comments No comments

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.