Tag: autologon

Access Sysinternals utilities over the web with command prompt

June 03, 2008 by Jason

The Microsoft acquisition Sysinternals that is famous for their useful Windows utilities has a new site up that allows you to easily access any of their utilities for free over the internet in your command prompt. This allows you to run any of their utilities without first downloading it to your computer. Just open an administrative level command prompt and type in:

\\live.sysinternals.com\tools\toolname.exe

For example if you want to run Autoruns (a great program to see what starts up automatically) type \\live.sysinternals.com\tools\autoruns.exe and hit Enter.

Every Sysinternals utility is available for “live” use. Read More»

Enable or disable autologon for any user in windows vista

February 11, 2008 by Jason

There are many users who prefer not to enter their username and password at windows login, for the following reasons:

  • mainly because this would speed up the login process
  • decrease the hassle for them of entering username and password
  • But enabling autologon in windows vista is again a security risk, but may not be a problem if you are not worried about your documents and files being visible to someone else, This small tweak is basically for home users.

    But don’t worry about registry editing this time as there is a small freeware called AutoLoggon that does this job like a charm for you (as shown in the image below). Read More»