@echo off
rem cd ..\ADB

for /f "delims=" %%i in ('adb shell settings get secure sysui_qs_tiles') do set OLDLIST=%%i
adb shell settings put secure sysui_qs_tiles 'MobileData,%OLDLIST%'