This commit is contained in:
USER
2023-02-26 21:39:44 +00:00
parent 665fe720c3
commit aac57342df
2 changed files with 4 additions and 0 deletions

1
PS/RemoveTeams.ps1 Normal file
View File

@ -0,0 +1 @@
Remove-ItemProperty -Path 'HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Run' -Name 'com.squirrel.Teams.Teams'

View File

@ -19,6 +19,9 @@ if "%USERNAME%" == "zuper" (
call C:\Scripts\wBase\BaseGit.bat
powershell -ExecutionPolicy Bypass -File %BASE%\PS\RemoveTeams.ps1
if [%ZUPER%] == [1] (
echo "Not running Base scripts for %USERNAME%"
) else (