#!/bin/bash

for user in $(ls /home)
do
rm /home/$user/.config/autostart/topi.desktop
rm /home/$user/.config/TOSHIBA/*Online*.conf
done
