Files
sql-scripts/EXPLOIT - restart activePosClientService.sql
Schork Thierry (Galenica - ADM) 63d058a7eb added files from swmgmt03
2025-09-22 09:00:00 +02:00

3 lines
104 B
SQL

EXEC xp_cmdshell 'net stop ActiveposClientService';
EXEC xp_cmdshell 'net start ActiveposClientService'