.
This commit is contained in:
1
PS/RemoveTeams.ps1
Normal file
1
PS/RemoveTeams.ps1
Normal file
@ -0,0 +1 @@
|
||||
Remove-ItemProperty -Path 'HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Run' -Name 'com.squirrel.Teams.Teams'
|
||||
@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user