Archive for the ‘Windows 2008 Server’ category

How to Disable UAC for windows 2008 Dedicated Servers

April 12th, 2010

Disable UAC for windows 2008 Dedicated Servers

User access control was developed for windows vista and has been incorporated into windows server 2008 as well. User Account Control (UAC) is a new security component in Windows Vista. UAC enables users to perform common tasks as non-administrators, called standard users in Windows Vista, and as administrators without having to switch users, log off, or use Run As. A standard user account is synonymous with a user account in Windows XP. User accounts that are members of the local Administrators group will run most applications as a standard user. By separating user and administrator functions while enabling productivity, UAC is an important enhancement for Windows Vista.

We generally recommend turning this function off as it is seems to be more of a pain than it is worth. It does provide greater security for your server, however, so it is up to you whether you wish to disable it or not.

1. Open the Control Panel.

2. Click User Accounts.

3. Click Turn User Account Control on or off.(If you receive a User Account Control message click Continue.)

4. Clear the “Use User Account Control (UAC) to help protect your computer” check box, and then click OK.

5. Click Restart Now to apply the change right away, or click Restart Later and close the User Accounts tasks window.

Setting up phpMyadmin in IIS 7

January 2nd, 2010

Phpmyadmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. Since Windows doesn’t include a GUI  managment tool for Mysql, you will need to install phpMyadmin to acess a GUI  rather than administratering Mysql via the command line interface.

Please be sure that your php installation already has the GD/GD2 Library, Mysql and MBString extensions active. You can see this by going to your IIS server and accessing the php test page. If you do not have one, you can make one by going to “C:\inetpub\wwwroot\ and my creating a text with the following line;

<? phpinfo(); ?>

Save the file as phptest.php.

This will allow you to goto Http://localhost/phptest.php. If you don’t see the Mysql or MBstring sections, you will need to have them enabled to proceed as phpMyadmin requires this.
» Read more: Setting up phpMyadmin in IIS 7

How to resize a partition in Windows Vista, Windows 7 and Windows 2008.

December 17th, 2009

To resize a partition with Windows Vista / Windows 7 / Windows 2008, follow these steps:

Be sure to back up any valuable information, because there is a slight chance that data can be lost when dealing with partitions.

1) Click on the Start menu

2) Right click on Computer and click on Manage.


1

3) Open up the Storage category and click on Disk Management on the left hand panel.


2



» Read more: How to resize a partition in Windows Vista, Windows 7 and Windows 2008.

How To Allow ICMP Incoming Requests In Windows 2008

December 16th, 2009

Windows 2008, by default has all ICMP requests turned off. This of course can cause issues with ping requests or using any type of monitors that ping the server for heartbeats. However turning this option on isn’t exactly how it was in Windows 2003 and it’s not located in the Windows firewall settings.  To enable it, you have to goto the Windows firewall with advanced security settings, which is in the administrative tools section.
To get to the Windows firewall with advanced security, you’ll need to goto the control panel and the administrative tools. You can also goto to the administrative tools directly if there is a link in your programs bar.

icmp1

Once there , look inside of the inbound ruleset and scroll down to the file and printer sharing. You’ll need to right click and enable the “FIle and Printer Sharing (echo request – ICMPv4-in) rule.

icmp2

This will enable the rule and it will no longer bt grayed out (it will be green now).

icmp3

You can also enable thiss by running the following command from the Windows command prompt.

netsh firewall set icmpsetting 8

To disable incoming ICMP requests, type the following.

netsh firewall set icmpsetting 8 disable

How To Disable Windows 7 / Vista / Windows 2008 From Downloading Automatic Updates

November 12th, 2009

To disable Windows 7 / Vista from downloading automatic updates, follow these simple steps.

Open Start menu, right-click on Computer and click Properties. This will open System dialog box that will show basic information about your computer. On the left sidebar, under See also heading, you will find Windows Update. Clicking it will bring you to the Windows Update dialog box, now on the left sidebar click on Change Settings. You will now see a window that will look like this,

windowsupdate

You will notice that Windows has enabled option as default, to disable it, simply select Never check for updates and you are done.

Note: Microsoft recommends that you must keep your windows up-to-date in order to remain secure. And I recommend the same, my computer is always up-to-date, this is one reason I never get attacked by any kind of virus.