How to Disable the Restart Reminder for Windows Update

Disable Windows Update restart nag Windows installed another round of updates and now it’s asking you to restart. Again. One simple command line entry can disable this obnoxious reminder. To stop this service, open [Command Prompt] (Start>Run>cmd>Enter) and type the following command sc stop wuauserv. This will not prevent Automatic Updates from starting at the next boot. So don’t worry, […]

Read more

Install MySQL on a Windows Server

The following article explains how to install MySQL on a Windows Server. The process involves downloading the latest version of MySQL directly to your Windows server and then installing the software. MySQL is a free product. Once installed, you may begin creating and using MySQL databases on your server. To install MySQL, please follow these steps: Log into your server […]

Read more

How do I install PHP on a Windows Server?

The following article explains how to install PHP on a Windows Server running IIS 6. The process involves downloading the latest version of PHP directly to your Windows server and then installing the software. PHP is a free product. To install PHP, please follow these steps: Log into your server through Terminal Services or Remote Desktop Connection. Open a Web […]

Read more

How do I create a new user on my Windows 2000 & 2003 Server?

To create a new User, please follow these steps: Log into your server through Terminal Services or Remote Desktop Connection. Open Computer Management using either method below: Right-click on the My Computer Icon and select Manage. Click Start, Programs, Administrative Tools, and Computer Management. Expand Local Users and Groups. Click on Users. In the right window you will see a […]

Read more

How do I configure Terminal Services to reset disconnected logins?

This article describes a solution for those who simply close Terminal Services rather than logging out. This article will configure terminal services to reset these abandoned connections after a certain amount of time. To configure the above, please follow these steps: Log into your server through Terminal Services or Remote Desktop Connection. Click Start, Programs, Administrative Tools, Terminal Services Configuration. […]

Read more

How do I install FileZilla FTP Server?

The following article provides System Administrators with instructions to help them implement an FTP solution to allow for successful file exchange with their servers from remote locations. Although Windows comes with an FTP server installed by default, we recommend FileZilla FTP Server as an alternative. Benefits of FileZilla: secure file transfer via SSL/TLS (can be required) or even Kerberos takes […]

Read more
1 54 55 56 57 58 71