Remove Default Simple Queue From Hotspot - MikroTik Script RouterOS

When we configure a hotspot, routerOS always creates a standard queue which usually appears with the name "hs- " or by some other name which allows unlimited bidirectional speeds. we could just delete it, but it will usually appear again after restarting. Another problem is that this queue will overwrite other queues underneath and the hotspot user speed limitation will not function properly.

It is very easy to solve this problem, just add this script in the scheduler

/queue simple remove [ find name ~"hs-<" ]
Credit: www.o-om.com