Tag: setting

Lock Down Unauthorized Applications with the Built-In AppLocker Tool

August 07, 2009 by Jason

Whether you’re dealing with users in your work environment or kids at home, being able to control what applications a user can use can prevent a lot of hassle and headaches. Windows 7 includes a new tool, called AppLocker, that lets you do just this by creating a policy to specify exactly what applications a user is allowed to run.

To access this feature, click start and enter Gpedit.msc. Then navigate to Computer Configuration | Windows Settings | Security Settings | Application Control Policies. Expand the Application Control Policies node and highlight AppLocker.

Here you can configure Executable Rules, Windows Installer Rules, and Script Rules. For example, highlight the Executable Rules node and right-click to select Create New Rule. You can then create a rule allowing or denying access to an executable based on such criteria as the file path or publisher.

And in case you’re in a hurry, AppLocker will let you apply default or automatic rules. There are a lot of options exposed in AppLocker—too many to cover in a short tip—so you’ll have to play around with it some to get a better idea of just how much this tool can do. Read More»

How to Identify Your Intel Chipset on Windows by Device Manager

November 18, 2008 by Jason

Use the following steps to identify your chipset using the Microsoft Windows* Device Manager.

1. Open Device Manager.

for Windows Vista

Click Start » click Control Panel » click System and Maintenance » clickDevice Manager

for Windows XP

Click Start » click Control Panel » double-click the System icon » click the Hardware tab » click Device Manager

for Windows 2000

Click the Start button » click Settings » click Control Panel » double-click the System icon » click the Hardware tab » click Device Manager Read More»

Set your Vista 64 to a faster boot

September 18, 2008 by Jason

If you use a 64-bit version of Windows Vista on a computer with multiple processors or on a multi-core (dual-core, quad-core) processor (which is quite usual), you can use a simple setting to accelerate booting of the computer (OS).

Depending on the configuration of your computer, this setting may result in a smaller or substantial improving of the Windows booting time. Please be aware that this setting is not intended for novice users and it can cause booting problems on incompatible (mostly “noname”) computers.

By default, Vista detects and switches to a multi-processor core only after the basic functions of Windows are loaded – for actual booting it uses only a single core (logical processor). With the following setting you will enable using of all available cores/processors also for booting.

Run the MSCONFIG command (Start > Run) and go to the “Boot” tab. There click the “Advanced options” button. In the “BOOT advance options” dialog check the “Number of processors” option and set the number of processor cores you have available in your PC. Exit the command with OK. The following restart should be faster. Read More»