system

You are currently browsing the articles from MS Windows Articles, Reviews and Videos matching the category system.

Making 64-bit Vista SP1 Say It’s Vista SP1

Making a copy of Vista confirm that it is actually Vista might require a minimum amount of effort on behalf of the end user, such as right-clicking My and selecting Properties, but things are a tad different when an is programmed to identify the operating versions or the service pack releases. According to Scott McArthur, Escalation engineer with the Setup & Cluster team, Enterprise , compatibility problems can emerge when a will look for the service pack version in the wrong location in the . The example given involved an designed especially for Vista failing to install on an x64 copy of Vista .

“The was checking for the OS version in a value, specifically: HKLM – – Wow6432Node – - NT – CurrentVersion - CSDVersion. On the x64 version of Vista , however this value does not exist. The correct value does show up under HKEY_LOCAL_MACHINE – - NT – CurrentVersion - CSDVersion however. This highlights an inherent with relying on the method to capture this information. As operating systems evolve, there is no guarantee that information will persist between operating systems, or in some cases there may be changes between service packs for the same operating ,” McArthur explained.

In this context, there are additional methods that can be used in order to avoid such a . WMI queries or programming interfaces are excellent alternatives to make an installer dig through the only to find nothing, even if the right operating and service pack are in place. McArthur advised developers to turn to the GetVersionEx function in order to test the platform version. At the same time, there are additional functions designed especially for service packs.

McArthur enumerated, “szCSDVersion: A null-terminated string, such as “″, that indicates the latest Service Pack installed on the . If no Service Pack has been installed, the string is empty. wServicePackMajor: The major version number of the latest Service Pack installed on the . For example, for , the major version number is 3. If no Service Pack has been installed, the value is zero. wServicePackMinor: The minor version number of the latest Service Pack installed on the . For example, for , the minor version number is 0.”

Share and Enjoy: del.icio.us StumbleUpon Facebook Google Furl Live MisterWong.DE NewsVine Reddit Slashdot Technorati YahooMyWeb BlinkList description Fark Netvouz Spurl MisterWong Webnews.de Blogsvine description IndiaGram kick.ie Taggly E-mail this story to a friend! Print this article!

Tags:, , , , , , , , , , , , ,

Related posts

Written by Jason on August 26th, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and 64-bit and Contributors and Support and Vista service pack 1 and Windows Vista and application and computer and registry and service pack 1 and system and vista sp1 and windows and windows vista service pack.

Get maximum performance from Windows Vista

Vista includes a number of that you can use to pinpoint bottlenecks. Some of these, such as the Health Report, the Experience Index, and the Reliability Monitor, provide static snapshots showing the resources available to your and where those resources might not be adequate to your needs. Others, such as the venerable Task , the new Resource Overview, and Monitor (an improved version of the tool known in XP as Monitor), let you track a variety of metrics in real time.

In addition to these snapshot and utilities, Vista incorporates the following forms of -enhancing : , ,

All three of these are designed to reduce the amount of time your spends engaged in degrading disk IO. is a that observes your usage patterns over extended stretches of time (noting the programs you run and the days and times you typically run them) and adjusts caching behavior to accommodate your own particularities. uses external devices (such as 2.0 flash disks) to disk content of all kinds, reducing the need for time consuming access. And is that supports the use of hybrid drives drives that incorporate nonvolatile flash (NVRAM) as well as conventional rotating disk media. Hybrid drives are particularly useful for extending life on portable computers, because they reduce the need for drive spin.

is useful to anyone running Vista. You don’t need to do anything except be glad that it’s there. should be of interest if you’re in the market for a new and hybrid drives are a purchase option. , in contrast, is of no value unless you implement it by attaching a suitable external device to your . For details, see “Using ” later in this article.

This tips will review these basic enhancing strategies:

Ensuring that you have adequate RAM

Random access (RAM) is the vital stuff that keeps running smoothly. Having enough physical (main) helps reduce the operating ’s dependence on , thereby minimizing the number of number of times has to swap information between fast chips and your (relatively slow) . How much do you need?

The “ Vista Capable” and “ Vista Premium Ready” stickers that appear on some new are based on standards expressed at the Windows Vista Enterprise Hardware Planning Guidance site. According to these standards, a needs 512 MB to be “ Vista Capable” and at least 1 GB to be “ Vista Premium Ready.” You should consider “ Vista Capable” to mean adequate (if barely) for Vista Home Basic. For the more feature rich editions of Vista Home Premium, Business, and Ultimate treat the “ Vista Premium Ready” standards as a minimum. In any case, doubling these minimums will provide a better ride for most users.

You can gauge the adequacy of your ’s physical by watching the graph in the Resource Overview section of the Reliability and Monitor (to open this tool, click the Start buttonPicture of the Start button , type perfmon, and then press ENTER). The blue line on the graph indicates the percentage of your physical that’s currently in use. If this line hovers in the sub arctic zone (say, north of 60 percent) most of the time under your typical working conditions, you might want to consider adding to your , particularly if you are also seeing the green line on the same graph, the line that indicates the number of hard faults per second your is generating, spike off the top of the graph for extended periods of time. (A hard fault, which despite its name is not an error condition, is an instance where a block of needed by the operating has to be fetched from the page file on the . A high number of hard faults per second indicates a large perhaps excessive reliance on , with consequent adverse effects.)

Ensuring that you have an adequate -

Physical might be the vital lubricant of a happily humming machine, but is not designed to run on RAM chips alone, no matter how many of them you have. In addition to using to store programs and data, creates a hidden file on your primary and uses that file to swap pages of data out of physical when necessary. The “swap file” (these days more commonly called a page file) acts as an extension of main or, in other words, as .

In a default , creates the page file in the folder on the same drive that holds the files. The size of the page file is determined by the amount of RAM in your . By default, the minimum size is 1.5 times the amount of , and the maximum size is three times the amount of RAM (twice the minimum). You can see the page file in a window if you configure to show hidden and files; look for .sys in the of your drive.

To see the current of your ’s , click the Start button, click Control Panel, click and Maintenance, click Information and , click Advanced (in the Tasks pane at the left side of the dialog box), and then click Adjust the appearance and of . After answering the User Account Control , you’ll arrive at the Options dialog box. You’re nearly there; click the Advanced tab, and then click Change. The image below shows the dialog box, with default settings for a machine with 2 GB of RAM (default, that is, except that we cleared the Automatically manage paging file size for all drives check box to make the rest of the dialog box easier to read).

By default, creates a single page file in the folder on the same volume that holds the files and manages its size for you. The Currently allocated number near the bottom of the dialog box shows you how large the file is now. If conditions on your change (you run an unusually large assortment of -intensive applications, for example), might expand the page file. It might then return the file to its original size (or a smaller size) if the demand subsides. All this happens without intervention or notification if you leave the Automatically manage paging file size for all drives check box selected.

If you don’t want to do this for you, you have the following options:

You can a paging file from a volume by selecting the volume and choosing No paging file. (You can even get rid of all paging files this way, although doing so is not recommended, even on systems with a lot of RAM.)

Should you get involved in page-file , and, if so, how?

If you have more than one physical disk, moving the page file to a fast drive that doesn’t contain your files is a good idea. Using multiple page files split over two or more physical disks is an even better idea, because your disk controller can process multiple requests to read or write data concurrently. Don’t make the mistake of creating two or more page files using multiple volumes on a single physical disk, however. If you have a single that contains C, D, and E volumes, for example, and you split the page file over two or more of these, you might actually make your run more slowly than before. In that , the heads on the physical disk have to do more work, loading pages from different portions of the same disk sequentially, rather than loading data from a single contiguous region of the .

If you are short of space, you might consider setting a smaller initial page file size. You can use a handy script from MVP Bill James to monitor current page file usage and session peak usage. This tool, a free at BillsWay.com, was written for XP but works fine in Vista. If this script nearly always shows current and peak usage levels well below the current page file size, you might want to consider reducing the initial size to save disk space. On the other hand, if you’re not short of disk space, there’s nothing to be gained from doing this and you might occasionally overload your custom settings, thereby degrading the of your .

Should you enlarge your page file? Most users won’t need to do this. But you might want to keep an eye on the green line in the graph of Resource Overview, as described above in “Ensuring that you have adequate RAM.” If that line is spiking off the top of the graph a great deal of the time during your normal work, you might consider increasing the maximum size of your page file. (Disregard page file spikes and disk activity in general that takes place while you’re not actually working. This is likely to be the result of search indexing, defragmentation, or other background processes and does not indicate a with your actual work .)

NoteFor more information about page file in , we recommend the article “ in XP” on the Windows Support Center website. Although the file magnitudes discussed in this article are pertinent to the XP environment rather than to Vista, the basic information about how manages and uses page files is still useful and valid.

Share and Enjoy: del.icio.us StumbleUpon Facebook Google Furl Live MisterWong.DE NewsVine Reddit Slashdot Technorati YahooMyWeb BlinkList description Fark Netvouz Spurl MisterWong Webnews.de Blogsvine description IndiaGram kick.ie Taggly E-mail this story to a friend! Print this article!

Tags:, , , , , , , , , , , , , , , , , , , , , ,

Related posts

Written by Jason on August 24th, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and Contributors and Performance and Prompt and ReadyBoost and ReadyDrive and System Health Report and Virtual and Windows Vista and configuration and hard disk and management and memory and pagefile and physical ram and system and tip and virtual memory and windows and windows system and windows task manager.

Want to Speed up your boot up time

1. up in no time

Make your PC leap out of bed with these simple . Does it seem like the more time you spend with your XP installation, the longer your PC takes to pull itself out of bed when booting up?

It’s not a sign of old age; it’s the ever-growing accumulation of detritus that various applications and deposit on your when you install them. Whether these items are functional or completely useless, they all take time to load.

Here’s how to trim the bloat and reduce the time it takes your PC to get ready for action.

2. for times

Before you get started with this project, we recommend that you have the following:

a. A

b. an detection app

c. A stopwatch

d. Clock your PC’s up time

Although nothing in the following steps is particularly risky, XP is unpredictable enough to warrant a nod to Murphy’s Law. So, before you do anything else, run a thorough , and then create a safe place to go back to using XP’s Restore . (Right-click My , then click Properties > Restore.) For added protection, perform a full of your .

Using a stopwatch, you’ll time how long your takes before you make any changes. But it’s not always obvious when the up sequence is complete, so first place a to the applet in the group as a point of reference. Now, each time you up, will open a window on the desktop.

i. Right-click the Start button and click Properties.

ii. On the Start Menu tab, click Classic Start Menu > Customize > Advanced.

iii. In the Start Menu folder, find the (in the Start Menu\Programs\Accessories folder) and drag it to the folder under Programs.

If you time how long it takes for the window to appear before and after tweaks are made, you’ll know if you’ve accomplished anything. You can always remove the once you’ve completed your before-and-after timing comparison.

Exit , then power off your machine. Wait a few seconds, turn the power back on again, and start timing. If the sequence pauses for your username and password, stop the clock at the pause, then restart it after you’ve entered the information.

4.See what’s automatically running

As your PC boots up, looks in several locations for instructions on how to launch the various applications and processes that load at . Depending on the program, the locations for these instructions vary.

Many are in the Registry, a hierarchical database of user, application, and - information. Others are in a group folder, and a select few could be in your PC’s win.ini file. We’ll refer to these locations collectively as the group, because the items they contain run automatically every time starts.

To see which ones are in the Registry, go to Start > Run, then type in regedit.exe to enter the Registry.Don’t alter just anything in the Registry! Changes to the Registry are irreversible and could cause serious damage to your PC. Even advanced users can run into trouble in a hurry if they’re not careful. The Run keys are the most important for finding programs. You’ll find them by drilling down to hkey_local_machine/software///currentversion. If you double-click the Run folder, you’ll see some items that load when you your PC.

You can examine the items in the group folder by going to Start > All Programs > . Finally, you can see if anything is in the win.ini file by selecting Start > Run, then typing win.ini. Look for anything listed on a RUN= or LOAD= line. It’s unlikely you’ll find anything there, but checking won’t hurt.

5.Delete unwanted items

Use the powerful to easily (but not permanently) remove software from the procedure.

Now you can use to trim the fat from the Registry Run keys and the group.

a. To start the , select Start > Run, then type msconfig.

b. Select the tab to show a list of items executed during up.

c. To see the entire column, stretch it to the right. A scroll bar should now appear at the bottom of the window, enabling you to view more of the Location information.

d. Scroll down the list to see if you recognize anything that shouldn’t be there. If so, all you have to do is clear its check box to remove the appropriate Registry line or group .

6.Bust mysterious up

The Auto runs app displays a list of items that load during . “Files not found” likely are remnants of uninstalled .

It’s not unusual for the ’s tab to display a item with no name, making it next to impossible to determine whether it’s important. One way to find out is to disable that line by unshackling it.

If you’re running a safety such as Zone Alarm Security Suite, you may get a -up warning message that identifies the name of the item about to be changed. If so, just do a search on the name for more details?

If no alert appears, the freeware app Auto runs to display a great deal of useful information about items on your . Double-click any item on the list, and the opens the Registry Editor, highlighting the line linked with that item.

If that’s not enough info, right-click any highlighted Registry entry and select on the context menu to search the for more information about the tinted item.

7.Clock your new up

Does it right, and this up screen may become a remote . Once you’ve identified the items that don’t need to be launched every time starts use the structure pattern ’s tab or the Auto runs to clear the check boxes next to the names of these items. Then restart your to get a subjective feel for any development. Run a few of your often used applications just to make sure all’s well. If you discover you’ve by chance disabled something vital, just use either to recheck the box next to that item.

When you’re done, do a cold and time the total sequence, ending when your window launches. Contrast your before-and-after results to see how much time you neat as of the series. Depending on what you were able to remove, the difference will choice from modest to major. Either way, you’ll have a little less “stuff” dragging down your , and more will be freed up for your utilize.

Share and Enjoy: del.icio.us StumbleUpon Facebook Google Furl Live MisterWong.DE NewsVine Reddit Slashdot Technorati YahooMyWeb BlinkList description Fark Netvouz Spurl MisterWong Webnews.de Blogsvine description IndiaGram kick.ie Taggly E-mail this story to a friend! Print this article!

Tags:, , , , , , , , , , , , , , , , , , , ,

Related posts

Written by Jason on August 20th, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and Backup and Boot and Contributors and Utility and Windows XP and auto run and autorun and command and computer and configuration and notepad and reboot and shortcut and speed and startup and system and system configuration and tweak and windows.

Six Things to Consider Before Buying a Laptop

are complex little machines with a variety of options which can lead to very confusing decisions. In this article, we are going to cover out factors that one should consider before purchasing a . These 6 factors are the crux of any and by using these as a guideline, you can land the most appropriate PC for your needs.

1- Weight
The lighter the , the easier it is to move around. Prices usually have an inverse relationship with the weight of a . Hence the lightest of will almost (always) cost more than the heaviest ones.

Another relationship is the features of a which would affect the weight of the , which can be if it has a powerful , or a larger screen etc. The will end up being comparatively heavier and more expensive. So keep a look out for that.

2- Power Consumption
is critical for users who are on the go. On an average workload, a regular low budget would easily give you 2.5 to 3 hours of . A fairly good machine would easily clock in 4 hours.

These are times for regular 6-cell batteries and 9-cell batteries have longer times. However, power consumption varies from to and to . Additional features usually result in a powerful drain on . If you are mostly , power consumption becomes a critical factor to consider.

3- Power
are almost more expensive than a desktop with similar specifications and so, it is essential to opt for a level of power that matches your current and near future needs.

For office work only, an entry-level such as the single core Celeron is more than enough. For multimedia enthusiasts and power users, a Core 2 duo or equivalent is recommended.

4- Warranty
Locally manufactured usually have a sound local warranty that can span over a time period of a year and beyond. International warranties allow one to take a to any country and in case of trouble, hand it to the sales and support outlet there for repair.

Most warranties allow non-physically damaged to be repaired or replaced free of cost in the first year and cover parts and repairs in the following years at an approximate cost to the customer.

5-
For most users, the (OS) plays a very important role. If one opts for Vista, the is likely to be more expensive mostly because the OS requires the latest .

Of course, it is a feature rich operating environment but that is the price one pays for the latest and the greatest. Other than that, a user can choose from Linux, XP and Mac OS X.

6- Brand Matters
It is easy to choose unbranded systems for the sake of lower prices but that does not necessarily mean that one would get much value or quality. Most no-name companies have a lack of spare parts, precarious warranties and unstable configurations.

Make sure that you have read enough reviews and are sure about the quality of the before you make a decision

Share and Enjoy: del.icio.us StumbleUpon Facebook Google Furl Live MisterWong.DE NewsVine Reddit Slashdot Technorati YahooMyWeb BlinkList description Fark Netvouz