Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 643 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 643 Bytes

KickMe

Simple application to log off RDP sessions from a list of servers. If you are lazy searching your sessions with quser and powershell.

Warning: Windows Server used only, because app using the standard console commands: quser logoff

Notes:

For build app with GUI use Qt (install first and check ENV qmake and mingw32-make). For correct build Not use '-j16'

$ mingw32-make clean -j16 & qmake & mingw32-make

Example txt file:

server-RDP-001
server-RDP-002
server-RDP-003
server-RDP-004
server-RDP-005

Screenshots: