Skip to content

Instantly share code, notes, and snippets.

View diegobenedicto's full-sized avatar
:octocat:

Diego Benedicto diegobenedicto

:octocat:
View GitHub Profile
VBoxManage setextradata global GUI/MaxGuestResolution any
VBoxManage setextradata "Win10" "CustomVideoMode1" "1280x800x32"
Here "Win10" is the name of the VM
@diegobenedicto
diegobenedicto / killService.txt
Last active July 11, 2016 08:26
Killing a Windows Service that seems to hang on "STOPPING"
1) sc queryex <service_name>
Example:
C:\Windows\system32>sc queryex Tomcat8
NOMBRE_SERVICIO: Tomcat8
TIPO : 10 WIN32_OWN_PROCESS
ESTADO : 3 STOP_PENDING
(NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
CÓD_SALIDA_WIN32 : 0 (0x0)
CÓD_SALIDA_SERVICIO: 0 (0x0)