Kill Microsoft Teams Permanently

Discussion in 'Windows 11' started by ABM, Oct 29, 2022.

  1. ABM

    ABM MDL Junior Member

    Mar 16, 2010
    96
    28
    0
    I have a laptop running Windows 11 and the Microsoft Teams setup windows keeps coming back....I have it disabled in the startup and even uninstalled it...I searched the registry and deleted a folder for it...But no matter what I do its back...Its like malware or a PUP (potentially unwanted program)....What can I do? This is like the program from Hell
     
  2. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    #2 Mr.X, Oct 29, 2022
    Last edited: Oct 29, 2022
    Block it with A1RunGuard
     
  3. ABM

    ABM MDL Junior Member

    Mar 16, 2010
    96
    28
    0
    i cant find this arrunguard app?
     
  4. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    Remove it at ISO level, before install of OS. Never let any of this piss near ones system in first place :)
     
  5. ABM

    ABM MDL Junior Member

    Mar 16, 2010
    96
    28
    0
    The OS is already Installed
     
  6. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
  7. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    Unlucky.
     
  8. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    #8 Dark Dinosaur, Oct 29, 2022
    Last edited: Oct 29, 2022
    Copy / paste to console, should kill it
    Code:
    >nul 2>&1 taskkill /F /IM "Teams.exe"
    >nul 2>&1 taskkill /F /IM "MSTeams.exe"
    >nul 2>&1 taskkill /F /IM "Update.exe"
    >nul 2>&1 taskkill /F /IM "Squirrel.exe"
    >nul 2>&1 taskkill /F /IM "MSTeamsUpdate.exe"
    >nul 2>&1 reg add "HKCU\Software\Microsoft\Office\Teams" /f /v PreventInstallationFromMsi /t REG_DWORD /d 1
    >nul 2>&1 reg add "HKLM\SOFTWARE\Policies\Microsoft\Office\16.0\Common\OfficeUpdate" /f /v PreventTeamsInstall /t REG_DWORD /d 1
    >nul 2>&1 reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Communications" /f /v ConfigureChatAutoInstall /t REG_DWORD /d 0
    >nul 2>&1 reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\MicrosoftTeams_8wekyb3d8bbwe\TeamsStartupTask" /f /v "State" /t REG_DWORD /d "1"
    
    And for advanced way, use nsudo for that.
    look here for Teams path.
    Code:
    %ProgramFiles%\WindowsApps
    replace teams folder with file name, with same name as the folder
    kill the folder before, default name is ...
    Code:
    "%ProgramFiles%\WindowsApps\MicrosoftTeams_21253.510.996.1465_x64__8wekyb3d8bbwe"
    
    Also you can look here.
    Code:
    "%LOCALAPPDATA%\Microsoft\Teams"
    "%ProgramData%\%USERNAME%\Microsoft\Teams"
    search for file name update.exe, start with args
    Code:
    --uninstall --force-uninstall --system-level
    
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    is this consider over kill ?
    even by 1 million chance it will re-install,
    a file name exist in under the same name,
    so the setup will fail.

    upload_2022-10-29_3-41-19.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,372
    1,589
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,372
    1,589
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,372
    1,589
    90
    bad ways.
    . check my signature windows 11 without ads
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...