Softpedia
 

NEWS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
Home > News > Microsoft > Tips & Tricks

June 29th, 2007, 09:33 GMT · By

Turn Windows Vista Features On or Off

SHARE:

Adjust text size:


Windows Vista
Enlarge picture
I have said this before and I am going to say it again. Windows Vista gives the user an unprecedented level of control, compared to older versions of the Windows platform. This despite minor setbacks from Patch Guard, Kernel Mode Code Signing and the User Account Control. And "Turn Windows features on or off" is just such an example. I managed to come across this functionality when my Windows Vista Business operating system installed
by default without the games that ship with the operating system.

Initially I blamed the operating system and the limitations associated with a modest Windows Experience Score. Since my graphic card is mediocre to say the least, but just enough to run Windows Aero, and on this machine I do not need more, I thought that there was a connection between the lack of horsepower and Vista settings which did not allow me access to the default games of the operating system. Nothing could be further from the truth, after all the games also ship with Windows Vista Home Basic, and this version of the operating system is created to run on low end system configurations.

In my efforts to trouble shoot the problem, I came across "Turn Windows features on or off." You can access a screenshot at the bottom of this article, and the utility via Control Panel, Uninstall or Change a Program, and in the left hand side menu, "Turn Windows features on or off." You will get an UAC prompt and that's about it.

Turn Windows features on or off
Enlarge picture
"In earlier versions of Windows, to turn a feature off you had to uninstall it completely from your computer. In this version of Windows, the features remain stored on your hard disk, so you can turn them back on if you want to. Turning off a feature does not uninstall the feature, and it does not reduce the amount of hard disk space used by Windows features," reads a short description from Microsoft.

Via the dialog box you will be permitted access to the Windows Vista features that you can switch on or off to your liking. From the ActiveX Installer Service, to the Games, to the Indexing Service, Internet Information Service, Microsoft .NET Framework 3.0, Microsoft Message Queue Server, Print Services, Remote Differential Compression, Removable Storage Management, RIP Listener, Simple TCPIP Services, SNP Feature, Tablet PC Optional Components, Telnet Client, Telnet Server, TFTP Client, Windows DFS Replications Service, Windows Fax and Scan, Windows Meeting Place and Windows Process Activation Service.

TELL US WHAT YOU THINK:

14,194 hits · 3 comments · Link to this article · Print article · Send to friend · Subscribe to news

MUST-READ RELATED ARTICLES:


Windows Vista Hardcore Fan Names Newborn Girl... Vista

Windows Anytime Upgrade Kills Windows Vista

Windows Vista Multilingual User Interface

Windows Vista Hardware Assessment Tool Available

Mac OS X and Linux Bite the Dust - Windows Vista Did It!

READER COMMENTS:


Comment #1 by: gdhar on 02 May 2010, 07:18 UTC reply to this comment

Hello Marius,

I have a question over installing Windows Feature - Scan in Vista programmatically. I am trying to install Fax Service on Windows Vista Business programmatically. I used following code in VB.net and it is failing to install fax.

Dim obj = CreateObject("FaxControl.FaxControl.1")

If Not obj.IsFaxServiceInstalled Then
obj.InstallFaxService()
MsgBox("installed")
End If

It fails with message "Cannot create ActiveX component.". This code works properly for Win XP and Win2k3. Please suggest solution.

Also is there a way to turn Windows Features "Windows Fax and Scan" ON programmatically in Vista?

Thanks,
Gdhar

Comment #1.1 by: Marius Oiaga on 03 May 2010, 09:42 GMT

Hi gdhar. Try this:

set obj = CreateObject("FaxControl.FaxControl.1")

if not obj.IsFaxServiceInstalled then
WScript.echo "Installing Fax Service..."
obj.InstallFaxService
elseif not obj.IsLocalFaxPrinterInstalled then
WScript.echo "Reinstalling Fax Printer..."
obj.InstallLocalFaxPrinter
else
WScript.echo "Fax printer is ready to go."
end if

Hope it helps.

Comment #1.2 by: gdhar on 10 May 2010, 06:08 GMT

Hello Marius,

Thanks for the suggestion. I tried it with vbscript and still getting same error as "ActiveX component can't create object: FaxControl.FaxControl.1". :(

I think, I should contact to MS Vista support center.

Thanks,
gdhar

Copyright © 2001-2012 Softpedia. Contact/Tip us at

WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM