Android, DISABLE or uninstall more bloat on non-rooted S8- on Pie

See this post first!!!

The below is my S8- script for Android 9 Pie

A few differences after upgrade to 9 Pie on the Samsung S8-
A few seem to have vanished, and a good handful have new names.

And new bloat have been added.

@If %1.==. goto calls
@If %2.==NoDisable. goto NoDisable
ADB shell pm disable-user %1
:NoDisable
ADB shell am force-stop %1
ADB shell pm clear %1
@goto :EOF

:calls
@Echo Make sure the device is connected, and USB-debugging is enabled (and preferable pull the dos-box of this wide)
@Pause

REM ---------- Gallery
@Call %0 com.sec.android.gallery3d

REM ---------- Stickers, "Default live sticker", "Default stamp", "StickerCentre", "StickerProvider"
@Call %0 com.samsung.android.app.camera.sticker.facear.preload
@Call %0 com.samsung.android.app.camera.sticker.stamp.preload
@Call %0 com.samsung.android.stickercenter
@Call %0 com.samsung.android.provider.stickerprovider

REM ---------- Game Launcher , Game Tools
@Call %0 com.samsung.android.game.gamehome
@Call %0 com.samsung.android.game.gametools

REM ---------- Samsung Cloud
@Call %0 com.samsung.android.scloud

REM ---------- Gallaxy Apps, Gallaxy Essential Widget
@Call %0 com.sec.android.app.samsungapps
@Call %0 com.sec.android.widgetapp.samsungapps

REM ---------- Samsung Service Push
@Call %0 com.sec.spp.push

REM ---------- Gear VR Service
@Call %0 com.samsung.android.hmt.vrsvc

REM ---------- WithTV
REM OREO @Call %0 com.samsung.android.app.withtv

REM ---------- Voice Assitant
@Call %0 com.samsung.android.app.talkback

REM ---------- Samsung Galaxy Friends
@Call %0 com.samsung.android.mateagent

REM ---------- Samsung DeX Home, Samsung DeX
@Call %0 com.sec.android.app.desktoplauncher
@Call %0 com.sec.android.desktopmode.uiservice

REM ---------- Photo Editor
@Call %0 com.sec.android.mimage.photoretouching

REM ---------- Weather
@Call %0 com.sec.android.daemonapp

REM ---------- "Samsung Internet Panel", "Tasks edge" ,"Apps edge", "Clipboard Edge", "People Edge", "EdgeScreen"
@Call %0 com.samsung.android.app.sbrowseredge
@Call %0 com.samsung.android.app.taskedge
@Call %0 com.samsung.android.app.appsedge
@Call %0 com.samsung.android.app.clipboardedge
@Call %0 com.samsung.android.service.peoplestripe
@Call %0 com.samsung.android.app.cocktailbarservice

REM ---------- "Samsung Connect", "Samsung Connect", ?????
@Call %0 com.samsung.android.easysetup
@Call %0 com.samsung.android.beaconmanager
rem OREO @Call %0 com.samsung.android.oneconnect

REM ---------- Smartthings
@ECHO, ***YES*** the following disable fails - but stop works, so called with NoDisable
@Call %0 com.samsung.android.ststub    NoDisable
REM ---------- Div Bixby
@Call %0 com.samsung.android.bixby.agent
@Call %0 com.samsung.android.bixby.wakeup
@Call %0 com.samsung.android.bixby.agent.dummy
@Call %0 com.samsung.android.visionintelligence
@Call %0 com.samsung.android.app.spage
rem OREO @Call %0 com.samsung.android.bixby.es.globalaction
rem OREO @Call %0 com.samsung.systemui.bixby
rem OREO @Call %0 com.samsung.android.bixby.plmsync
rem OREO @Call %0 com.samsung.android.bixby.voiceinput
@Call %0 com.samsung.android.bixby.service
@Call %0 com.samsung.android.app.settings.bixby
@Call %0 com.samsung.systemui.bixby2

REM ---------- Div FaecesBook
@Call %0 com.facebook.services
@Call %0 com.facebook.katana
@Call %0 com.facebook.system
@Call %0 com.facebook.appmanager

REM ---------- Sport
@Call %0 com.samsung.android.widgetapp.yahooedge.sport

REM ---------- Finance
@Call %0 com.samsung.android.widgetapp.yahooedge.finance

REM ---------- Samsung Voice
@Call %0 com.samsung.svoice.sync
rem OREO @Call %0 com.samsung.android.svoice

REM ---------- Calendar (Greenish icon)
@Call %0 com.samsung.android.calendar

REM ---------- Game Optimizing Service
@Call %0 com.enhance.gameservice

REM ---------- IMS Settings
@Call %0 com.samsung.advp.imssettings

REM ---------- Samsung Text-to-speech engine
@Call %0 com.samsung.SMT

REM ---------- "Samsung Themes", "Themes", UPSM="Ultra Power Saving Mode"
@Call %0 com.samsung.android.themestore
@Call %0 com.samsung.android.themecenter
rem OREO @Call %0 com.samsung.upsmtheme

REM ---------- Google Text-To-Speech
@ECHO Accesibilities can not handle if this is disabled, so STOP only
REM @Call %0 com.google.android.tts
ADB shell am force-stop com.google.android.tts

REM ---------- Samsung "Sound detector"
@call %0 com.samsung.android.app.advsounddetector

REM ---------- Samsung "Link hharing"
@call %0 com.samsung.android.app.simplesharing
:EOF