Admin’s Arsenal

Recover your lost Windows 7, XP, Vista or 2000 Passwords.

password star 150x150 Recover your lost Windows 7, XP, Vista or 2000 Passwords.I orginally wrote about this way back when in 2006 when AskTheAdmin was just born. Now here I am 4 years later writing about the same tool! This is not just any tool though this is the Offline NT Password Recovery Boot CD. By downloading this ISO and burning it to a cd – you can then boot to this CD and change or blank out passwords by loading the SAM database offline hence the name offline password recovery.

It is as simple as booting to the CD, choosing the account and doing the deed. You write your changes back to the drive and reboot.

When you are back at the Windows login screen you will now be able to use the password you enetered or a blank password (just hit enter)

Here are the links to download the image:

  • cd100627.zip (~4MB) – Bootable CD image. (md5sum: 6d80cdfbba97457e413f95a3554d9524 cd100627.zip)
  • cd080802.zip (~3MB) – Previous version CD image. (md5sum: 33ecd38263f935b82e7b2e3e9f5de563)

and there is even a Floppy Disk release that is no longer updated:

Floppy release (not updated anymore), see below on how to use them

  • bd080526.zip (~1.4M) – Bootdisk image (md5sum: 37889e4c540504e59132bdcdfe7f9bb7)
  • drivers1-080526.zip (~310K) – Disk drivers (mostly PATA/SATA) (md5sum: 72ac1731c6ba735d0ac2746a30dbc3ee)
  • drivers2-080526.zip (~1.2M) – Disk drivers (mostly SCSI) (md5sum: 30172bec657c85a5f1a0b43601452fb7)

This CD has saved my ass a number of times! Do you have another method of recovering lost passwords? We would love to hear about them in the comments! You can also check out their website for FAQ’s and other helpful hints here.

Have you seen this post on opening a command prompt during a windows install? Using this you can start a recovery install jump to a command prompt and run:

control userpasswords2

and bingo bango you can change your passwords!

_TheUnlockedAdmiN_

Do you need a FREE SSL Certificate? For dev or production?

SSLHead Do you need a FREE SSL Certificate? For dev or production? I have been doing a lot of side web work recently – times are tough! So I have needed to do some SSL testing for a client and instead of requisitioning for some certs I discovered a free source of them on the web thanks to our good friends over at Bauer-Power.

Check out the post below:

So I get an email from Disqus the other day like I always do when someone comments on a blog post. Often times if someone posts a link in the comment I get an approval email from Disqus. Most of the time if there is a link it is spam and I mark it as spam via email and I’m on my way, but occasionally someone will post a comment to something very useful, and that is how this article begins!

I received a comment from a reader by the name of Tony Jobson on my article on how to setup SSTP VPN in Windows server 2008. In that article I mentioned how you can get an SSL certificate from GoDaddy for $12.99. I thought that was the best deal in town, but I was wrong!

You can get a FREE, fully functional SSL certificate from StartSSL! Yes, I said free, and it works with most browsers and services! I signed up for a free account, and tested it on my home SSTP VPN, and it worked without issue! I even setup a StartSSL cert on my personal start page for the hell of it! It’s free, why not?

From their page:

What?  Do you need a FREE SSL Certificate? For dev or production?

Security and encryption is getting ever more important in today’s computer networks, being it SSL secured web sites, encryption of data or mail, secure logon to mention just a few. But security is expensive, right? Not anymore….

StartCom, the vendor and distributor of StartCom Linux Operating Systems, also operates MediaHost™, a hosting company, which offered its clients, SSL secured web sites with certificates signed by StartCom for many years. That’s where the idea originated: Free SSL certificates!

How?

Most web servers, such as Apache and IIS are capable of running the 128/256-bit secured and encrypted SSL protocol. Most mail clients can encrypt and sign your electronic mail messages. All you need, in most cases, is a SSL or S/MIME certificate to make it work. StartCom provides certificates through an easy web based interface wizard and sign up process – free of charge. With our installation instructions, you’ll have your secured web site running or your email exchange secured within minutes.

Why?

Because we believe in the right to protect and secure information between two entities without discrimination of race, origin and financial capabilities. By applying a completely different and new business model compared to traditional certification authorities, we are able to prove here, that digital certificates can cost much less or may be even free of charge! Instantly! Furthermore, every certificate from StartCom is insured up to US$ 10,000 if your customers were to suffer financial loss as a direct result of relying on a certificate that was issued through our negligence! This and other measures permits the visitors and customers of your site to fully rely and trust in StartCom.

Where, when?

The StartCom Certification Authority is today supported by most important platforms like Microsoft Windows, Apple Macintosh OS X and many Linux operating systems and browsers like Internet Explorer, Mozilla Firefox, Safari and Google’s Chrome provide built-in support. Should you be using an older or unsupported browser you may import our CA certificate.

The next time you or your company are looking to secure a website, create an SSL VPN, setup a simple secure mail server, etc. You don’t have to waste gobs of money when you can get it for free!

Do you or your company use StartSSL? How do you like it so far? Any reason why you wouldn’t want to use them? Let me know in the comments!

Finding out what computer your AD user is logged into easily, quickly and free!

Today I had to track down a user. There computer was either not configured with the proper naming convention, they installed a firewall or some sort of combination of other issues. I download a sysinternal tool called PSLoggedOn from the PSTools toolkit which while I could not find it from Microsoft I was able to locate it and upload it to AskTheAdmin’s servers here.

Microsoft describes the tools as follows:

PsLoggedOn is part of a growing kit of Sysinternals command-line tools that aid in the administration of local and remote systems named PsTools.

Runs on:

  • Client: Windows XP and higher.
  • Server: Windows Server 2003 and higher.

We have covered the PSTools Toolkit before here as well. To use it simply run it from the command line with the syntax psloggedon.exe username or computername

So in this instance I ran psloggedon joes to query all my network machines to see which one joes is logged into like so:

 

image Finding out what computer your AD user is logged into easily, quickly and free!

This is what I returned:

image1 Finding out what computer your AD user is logged into easily, quickly and free!

I saw all the machine the user in question is logged on to and the machines I was unable to query. Now I can run scripts using the machine name and not have to set login scripts for the user. Good luck! And we would love to hear what you are doing on your AD network!

What kind of network magic do you have going on?

 

_ThePSToolingAdmiN_

File Transfer Time/Speed Calculator

Check out this link for a great transfer time/speed calculator. You select the file size and the speed of your line and it will aproximate the transfer time! Sweet


FT File Transfer Time/Speed Calculator

 

_TheXferingAdmiN_