Categories
Android HOW TO SDK

HOW TO Download Android SDK if link not work

Hi,
if url is like this:

http://dl.google.com/android/installer_<version>-<platform>.<extension>
and not work, try to use this:
https://dl-ssl.google.com/android/installer_<version>-<platform>.<extension>

Did my HOW TO help you?

Categories
HOW TO Microsoft Windows 7 Windows Vista Windows XP

HOW TO get the Process ID (PID) of a Service

Start Command Prompt Window (Start -> Run -> cmd) and execute the following command:

tasklist /svc

Otherwise, if you know the Service Name you can use

sc queryex {Service Name}

Did my HOW TO help you? Leave a reply.