If you're looking for a way to easily and reliably get to your machine but you're stuck with a dynamic IP address, you might look into No-IP.com. They provide a service at different levels from free to costing, depending on how much you want. If you want to be able to SSH into your machine, setup an FTP server temporarily, or host some files you can use the free service. It … [Read more...]
Archives for 2008
Simple Tip: Organize Start Menu alphabetically
Tired of newly installed programs being added randomly to the Start Menu and being difficult to find? Open the Registry Editor (Start, Run... regedit) and browse to: \HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerMenuOrderStart Menu2Programs and delete the Order key. It should be a REG_Binary with pairs of Hexadecimal numbers following. Log off and log back … [Read more...]
Windows locked out account tools
If for any reason there is a sudden rash of user accounts locking the following tools might be useful. The AD console allows you to right click on a User and view the properties of the account. Under the 'Account' tab there is a checkbox that says "Account is locked." If it is checked, the account is locked. Simply uncheck the box to unlock the account. lockoutstatus.exe is … [Read more...]
DStools – Active Directory scripting
You can use some tools to add Active Directory interaction into your batch scripts. DS tools come with the admin pack from Microsoft for Windows XP or Windows Server 2003. You can use dsquery to retrieve information from the AD or use dsmod to adjust settings related to an OU, user, or computer account. Additionally, there is: dsadd dsget dsmove dsrm I use dsmod to change the … [Read more...]
XAMPP – Easy Windows web server
In a matter of minutes, a package can be installed and convert your desktop machine to a web server. Using XAMPP, the ability to create a web server is very easy. It works for Linux, Windows, Mac OS X, and Solaris. It installs Apache, MySQL, and PHP. After that, start the service and you're ready to go. Simply copy a file to C:xampphtdocs and it's available on the web. With … [Read more...]