- Published:
- October 30, 2009 – 6:40 am
- Author:
- By Dave
I put this together for a project in a class I am taking, and thought it would be handy for others as well. The goal is to access a Windows filesystem and reset the password for a user, for example if someone forgot the Administrator password or the account is locked out from too many [...]
Categories: Software, System Administration, Tech, Ubuntu, Windows
Tagged: chntpw, livecd, password, Ubuntu, Windows
- Published:
- September 2, 2008 – 9:04 am
- Author:
- By Dave
For many people using hosted Exchange services, password saving problems could plague you. That is mainly because Outlook doesn’t like it if the Exchange server’s domain doesn’t match your domain.
Fortunately there is a way around this, because by the default way it is set up, you would have to enter your password every time you [...]
Categories: Code Samples, Configurations, Email, Other Code, Software
Tagged: exchange, hosted exchange, outlook, passwords, Windows
- Published:
- May 27, 2008 – 4:47 pm
- Author:
- By Dave
Updated on 8/26/2008 with corrected information!
Window’s simple shutdown command works well, but has some major drawbacks. The major one is that it will only schedule a reboot up to 10 minutes into the future (600 seconds). Linux’s shutdown command makes this easy, just issue the command ’shutdown -r +60′ for example to reboot an hour [...]
Categories: Programs, Shell, System Administration, Windows
Tagged: sysadmin, tricks, Windows