Your best source of information and news about secrets, winvista and vista on the internet

June 25th, 2008

You are currently browsing the articles from MS Windows Vista Compatible Software written on June 25th, 2008.

New Performance and Reliability Updates KB952709 for Vista SP1

A reliability and performance update KB952709 is available for download for Windows Vista Service Pack 1. This specific release targets all Windows Vista editions, provided that they have the first service pack integrated.

Two updates are up for grabs for both the 32-bit and 64-bit versions of Vista SP1. "This update resolves issues that may affect some Windows Vista SP1-based computers. These issues have been reported by customers who use the Error Reporting service or Microsoft Customer Support Services," Microsoft informed.

According to Microsoft, "this update includes the following improvements on a Windows Vista SP1-based computer:

• This update improves the stability of Windows Vista SP1-based computers by addressing some crashes that may occur when you try to check e-mail by using a POP3 e-mail client such as Windows Mail or Mozilla Thunderbird. The crashes may occur on a Windows Vista SP1-based computer in the following scenario incoming POP3 and outgoing SMTP traffic monitoring is enabled.

• Both a third-party antivirus application and an antispyware application are installed, such as the following applications: ZoneAlarm Internet Security Suite by Check Point Software Technologies and SpySweeper by Webroot Software.

• This update improves the reliability of the Windows Vista SP1 based-computers by addressing some problems that occur when you delete user accounts by using the User Accounts item in Control Panel. When this problem occurs, the system may stop responding (hang).

• This update improves the reliability of Windows Vista SP1-based computers that experience issues in which large applications cannot run after the computer is turned on for extended periods of time. For example, when you try to start Excel 2007 after the computer is turned on for extended periods of time, a user may receive an error message that resembles the following: EXCEL.EXE is not a valid Win32 application

• This update improves the reliability of Windows Vista SP1-based computers by reducing the number of crashes that may be caused by the Apple QuickTime thumbnail preview in Windows Live Photo Gallery.

• This update improves the performance of Windows Vista SP1-based computers by reducing audio and video (AV) stuttering. Such AV stuttering may occur when the audio or video component is streaming high definition content from a Windows Vista SP1-based computer that has a NVIDIA network adapter nForce driver version 67.5.4.0 that is installed to a Windows Media Center Extender device."

Download Performance and Reliability Updates for Vista SP1 32-bit(KB952709)

Download Performance and Reliability Updates for Vista SP1 32-bit(KB952709)

Source : Keznews

Written by ShaDow on June 25th, 2008 with 3 comments.
Read more articles on Windows Vista Updates (KB) and otherSoftware and Downloads.

REMINDER: Attend one of the HP MediaSmart Connect Webinars!

Yesterday, the 1st of 4 webinars on the HP MediaSmart Connect took place with special guest Ed Bott from ZDNet. You can register to watch the session on-demand here. The HP MediaSmart Connect is a brand new Extender for Windows Media Center device that enables you to "extend" your Windows Media Center experience to any HDTV in your house. I took a look at the device myself and posted about it last week.

There are 3 more webinars for you to attend - with the next one being tomorrow June 26th, 2008 at 1:00pm PST with Ian Dixon from The Digital Lifestyle.  Click here to register for the webinar.

I'll also be posting reminders for the webinars coming on July 8th and 10th.

Written by Brandon LeBlanc on June 25th, 2008 with no comments.
Read more articles on HP MediaSmart Connect and Webinars and Extenders for Windows Media Center and otherSoftware and Windows Media Center and HP and Windows Vista.

Windows Server 2008 Local Group Policy

Now let's examine the two different types of GP, starting with local GP and moving to domain-based GP. Although local policies don't have the flexibility of domain-based GPs, as you will see, they are still a valuable tool for creating a deployable set of standards for computers in your organization. Local policies are most useful for creating a security configuration for either clients or servers that is appropriate for your company. With the Security Templates snap-in, you can create role-based templates that configure most security-related settings on your machines. And with the Security Configuration and Analysis Tool snap-in, you can create a database of roles and policies for your organization's machines.


Security Templates

Microsoft wisely decided to ship Windows with a few predefined security settings files, hereafter referred to as "security templates." These files contain what are essentially recipes for configuring a machine's security policy based on its daily role. These templates, designed to be applied to new Windows installations that already have had a basic template applied, must be used on systems formatted with NTFS, at least on the boot partition (the one containing the operating system files). The incremental security templates are as follows:

For workstations or servers in which users ought to be prevented from being in the Power Users group, apply the compatws.inf template. This template compensates for the lack of additional privileges afforded to members of the Power Users group by relaxing the rights restrictions on the normal Users group. But be careful: you should only use this template if you're dealing with noncertified software (programs that don't have the Windows logo affixed to them) that won't otherwise run.

To further secure workstations or servers, the securews.inf template increases the overall security level of a machine by tightening areas of the OS not under the purvey of rights and restrictions. Areas that are more secure using this template include account policy settings, auditing controls, and Registry keys that are prominent in security policy. The appropriate version of this template for Windows domain controllers is securedc.inf.

For the ultra-paranoid and for those with the most stringent security requirements, the hisecws.inf (and for domain controllers, the hisecdc.inf file) can be used; however, because all network transmissions must be signed and encrypted by Windows machines, this template is appropriate only in pure Windows 2000 or greater environments.

Setup security.inf restores the security settings of a machine to their default, out-of-the-box configuration. Use this if you have made modifications and want to completely reverse them and "wipe the slate clean," as it were.

Rootsec.inf specifies the newer, more secure permissions for the root of the system drive. Most significantly, this removes the full control permissions from Everyone on the system drive. You also can use this template to reapply the more stringent root directory security on systems where the baseline security settings have been modified.

DC security.inf refers to the default security template for domain controllers, which imposes more stringent requirements on network transmissions and secures more portions of the filesystem and Registry. This template is created when a server is promoted to domain controller status.

Iesacls.inf provides a tighter security configuration for Internet Explorer, restricting scripting activity in certain untrusted zones and providing a more stringent, but secure, web browsing atmosphere.

These convenient templates are designed to be used with the Security Templates snap-in. Using the snap-in, you can apply the basic and incremental security templates included with the product, or you can modify the templates to create your own easily distributable templates.

To begin using the Security Templates snap-in, follow this procedure:

1. Run mmc /s from a command line. This loads the MMC in author mode, allowing you to add a snap-in.

2. From the Console menu, select Add/Remove Snap-in. Then select Add. This raises a dialog box entitled Add Standalone Snap-in.

3. From the list, select Security Templates, click Add, and then click Close.

4. Click OK in the next box to confirm the addition of the snap-in.

Now you have the Security Templates snap-in added to a console. From this snap-in, you can expand the Security Templates section in the console tree on the left, and then expand the C:\Windows\security\templates folder to view the predefined security templates discussed earlier.


Creating a Custom Security Template

You might want to make your own customized policy modifications that go above and beyond those made in the templates shipped with Windows. Creating a custom security template affords you an easy way to package, deploy, and apply these modifications with a minimum of administrative headache. Best of all, you can use these templates in conjunction with a utility called the Security Configuration and Analysis Tool to assess the overall "hardness," or state of security, of your machines.

To create your own security template, follow these steps:

1. In the Security Templates console, expand Security Templates in the tree pane on the left, and right-click C:\Windows\security\templates (this is the default templates folder in the system).

2. Select New Template from the context menu that appears.

Now you can make any policy modifications you want in any one of the policy areas supported by the tool: account policies, local policies, the event log, restricted groups, system services, the Registry, and the filesystem. Your additions, deletions, and other changes are saved directly into the template as they are made.

To take this one step further, you might decide to build on the basic policy settings provided by the basic and incremental templates shipped with Windows. In that case, it's quite simple to open the basic or incremental templates, resave to a different name, and make further modifications to create your own custom template. To do so, follow these steps:

1. Select an existing template inside the Security Templates console. In this example, I'll use the securews.inf file.

2. Right-click the existing template, and click Save as ... from the context menu.

3. Give the new template a name.

4. Click OK. The new template is created with the settings from the old basic template.


Compiling the Security Database

The next step is to compile your templates into a security database using the Security Configuration and Analysis (SCA) tool. From within the MMC, add the SCA tool to the console. Then do the following:

1. Right-click Security Configuration and Analysis and select Open Database.

2. From the Open Database dialog, type the name of a new database.

3. Because no database exists with that name, you'll be prompted for the specific security template from which the database should be built. The choices in this box come from the C:\Windows\Security\Templates folder. Choose the template and click OK.

Although you won't get any confirmation from the user interface, the template has been added to the database. Now you can right-click the SCA tool in the left pane and choose either Analyze Computer Now or Configure Computer Now. When you select Analyze Computer Now, the SCA tool looks at the new security configuration within the database, compares it with the current state of the computer, and reports on the differences; the report also is saved to a logfile in \My Documents\Security\Logs. Alternatively, when you select Configure Computer Now, the changes will actually be committed to your system. You want to avoid using that option unless you're absolutely sure you want the results in production without seeing them first.

You also can script the application of templates across multiple computers, using a login script, Telnet server, or some other means, by taking advantage of the SECEDIT utility. SECEDIT takes a template file, adds it to the SCA database, and then applies the security settings to the machine on which SECEDIT is being run. To import a template named Hassell-secure.inf, compile it into SCA into a database called securepcs and overwrite any data already in the database, apply it to the current computer, and create a log for all of these actions named apply.log, for example, issue the following command:

secedit /configure /cfg Hassell-secure.inf /db securepcs /overwrite
/log apply.log

If you've already imported the template into SCA manually, and you just need to apply the settings to a computer, issue the following command:

secedit /configure /db securepcs /overwrite /log apply.log

*.* Source of Information : O'Reilly Windows Server 2008: The Definitive Guide

Written by magakos on June 25th, 2008 with no comments.
Read more articles on MIcrosoft Windows Server 2008 and otherSoftware.

Security Updates For Adobe Reader & Acrobat

Adobe Logo

After the last Adobe vulnerability found in Windows XP SP3 in Adobe Flash Player, recently, more serious vulnerabilities were found in Adobe Reader and Adobe Acrobat. In result, Adobe released a new security update on Monday to patch up that security hole. The vulnerability is defined as CVE-2008-2641, and is now out wild on the Internet.

According to Adobe, if this vulnerability gets exploited, your system may crash and allow the hacker to gain control on it. This is what Adobe’s site says:

A critical vulnerability has been identified in Adobe Reader and Acrobat 8.1.2. This vulnerability would cause the application to crash and could potentially allow an attacker to take control of the affected system.

Following Adobe products are affected with this vulnerability:

  • Adobe Reader 8.0 through 8.1.2
  • Adobe Reader 7.0.9 and earlier
  • Adobe Acrobat Professional, 3D and Standard 8.0 through 8.1.2
  • Adobe Acrobat Professional, 3D and Standard 7.0.9 and earlier

This vulnerability does not affect Adobe Reader 7.1.0 and Acrobat 7.1.0.

Download Latest Adobe Patches

Written by magakos on June 25th, 2008 with no comments.
Read more articles on otherSoftware and Office and Downloads.

RegDefrag: Defrag & Optimize Windows Registry

RegDefrag is a free utility by Quicksys, that defrags your Windows Registry by removing gaps, fragments and wasted space. It even optimizes your registry to help improve performance and boost access to it. This is a very small (approx. 1 MB), light and easy-to-use application. It is also safe to use because it does not modify any registry entries.

defrag windows registry

Quicksys RegDefrag is compatible with Windows 2000, XP and Vista.

Download

Download Quicksys RegDefrag 1.3

Written by magakos on June 25th, 2008 with 1 comment.
Read more articles on Hard Disk Tools and otherSoftware and Downloads.

[Vista/XP] Launch and Run Programs during Startup

” >windows Windows Vista Security (User Account Control, UAC) was designed to block  programs that needs elevation or Administrator’s approval which makes it very difficult for malicious programs to run during the startup. Anyway, There are several ways to configure, enable and Add programs to launch after the logon or startup process.

How?

A. Force the program to start and Bypass UAC using the Task Scheduler in Windows Vista

1. Open the Task Scheduler using that Start Search > Type "task"…

2. Click Create Task located at the right side.

3. Type the name of the program and Click "Run with highest privileges" option

4. Go to Actions Tab and click the New Button

5. Click the Browse button and locate the program to be launch during startup. To add another program, just click the New Button and repeat #5

6. Finally, Click the OK Button and Reboot your Computer. That’s it!

Note: After Reboot, Windows Vista will display a warning message 2008/03/unlockme-has-blocked-some-startup.html” >"Windows has blocked some startup programs". To solve this issue, Click the Blocked startup programs icon > Choose Run blocked program > click the program in the list.

B. Using the Registry

Go to the Path  below:

Current Logon User
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run 

All Users
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Right-Click > New String Value > Name of the Program or Any name > Double Click and Enter the path of the program in the Value Data.

Runce Once the Program during Start-up

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce

C. Easiest way: Using Startup Folder

Simply put the shortcut into the Startup Folder in the Start Menu

Start Menu > All Programs > Right-Click > Open or Explore > Just Drag the Shortcut on the folder

Works with Windows XP/2000. In Windows Vista, Use this only if the program doesn’t require elevation.

To Launch the program in All users in Windows Vista:

Start Menu > All Programs > Right-Click > Open All Users or Explore All Users > Just Drag the Shortcut into the folder

Enjoy Learning Windows!!!

Related Articles:

2008/03/how-to-removedisable-start-up-programs.html”>How to Remove/Disable Start-up programs in Windows Vista

2008/03/unlockme-has-blocked-some-startup.html”>UnlockMe! "Windows has blocked some startup programs"

2007/10/unlockforme-denied-opening-folder-in.html” >"Access denied", opening a file/folder in Windows Vista/XP

Written by magakos on June 25th, 2008 with no comments.
Read more articles on otherSoftware.

« Older articles

No newer articles