Current location - Health Preservation Learning Network - Healthy weight loss - How to simply optimize a new computer?
How to simply optimize a new computer?
XP Acceleration Commonly Used XP Acceleration Commonly Used

Accelerated plan

WinXP startup will have many functions that affect the speed. Although ms says it has been optimized, there are still many customization places for us. I usually do this.

1, modify the run key of the registry and cancel those things that are not commonly used, such as Windows Messenger. Enable Registry Manager: Start → Run →Regedit→ Find the key value of "HKEY _ Current _ User \ Software \ Microsoft \ Windows \ Current Version \ Run \ MSMSGS"/background, right click → Delete, the world is much quieter, and kill all those cfmon by the way.

2. Modify the registry to reduce the waiting time of pre-reading and progress bar. The effect is that the progress bar will enter the login interface after running once. Start → Run →regedit starts the registry editor and finds HKEY _ local _ machine \ system \ currentcontrolset \ control \ SessionManager \ memory management \ prefetch parameter. There is a key that can make Prefetcher change its value to "1". In addition, friends who don't change their hardware often can set the device type above the bus device to none in the system properties.

3. Turn off the special effects in the system properties, which is a simple and effective acceleration method. Click Start → Control Panel → System → Advanced → Performance → Settings → In the visual effect, adjust the settings to the best performance → OK. In this way, the desktop will be very similar to win2000. I still like the blue window of XP, so I put a check on "Use visual styles on windows and buttons" so that I can see the beautiful blue interface and speed up.

4. I use Windows commadner+Winrar to manage files. The ZIP support of Win XP is even worse for me, because no matter whether I need it or not, the boot system will open a zip support, and the already idle system resources will be less. Click Start → Run, type "REGSVR32/U zipfldr.dll" in the middle of double quotation marks, and then press enter to confirm. The sign of success is that a prompt window appears, and the content is roughly as follows: Dll UnrgisterServer in zipfldr.dll is successful.

5. Enjoy a quick browse of the LAN.

Usually, when connecting to other computers, Windows XP will comprehensively check all scheduled tasks on other computers. This check will make you wait for 30 seconds or more. The way to get rid of it is to start → run →Regedit→ find HKEY _ local _ machine \ software \ Microsoft \ Windows \ current version \ resource manager \ remote computer \ namespace in the registry. Under this key value, there will be a key {d6277990-4c6a-11cf-8d87-00aa0060f5bf}. After deletion, restart the computer, and Windows XP will no longer check the scheduled tasks. Hoho ~ ~, the speed is obviously improved!

6. Close the debugger, Dr. Watson.

It seems that I haven't used this thing since the win' 90s. I can cancel it like this: open the book table, find the subkey branch of HKEY _ local _ machine \ software \ Microsoft \ Windows NT \ Current Version \ AE Debug, double-click the Auto key name below it, change its "numerical data" to 0, and finally press F5 to refresh the setting to take effect, thus canceling its operation. Following this idea, we can cancel all options with debugging function, such as memory.dmp that appears when the screen is blue, and "My computer → Properties → Advanced → Settings → Write debugging information → Do not select" and so on.

C. Power switch for accelerating XP * * *

Shorten the waiting time

Open the Registry Editor and find HKEY _ Local _ Machine \ System \ Current Control Set \ Control.

Set WaitToKillServiceTimeout to: 1000 or less. (Original setting value: 20000)

d.

Find HKEY _ Current _ User \ Control Panel \ Desktop key, and change the WaitToKillAppTimeout in the right window to 1000.

(Original setting value: 20000), that is, just wait 1 second when closing the program. Change the HungAppTimeout value to: 200 (original setting value: 5000),

Indicates that there is an error in the program, wait for 0.5 seconds.

e.

Let the system automatically shut down the program that stops loopback. Open HKEY _ Current _ User \ Control Panel \ Desktop key in the registry.

Set the AutoEndTasks value to 1. (Original setting value: 0)

6 "Make your hard disk faster and your system faster and more stable."

First, the rational use of hard disk.

What is the reasonable use of hard disk? First, we need to know the physical structure of the hard disk. Partitioning and formatted hard disks are based on sectors, and a partition consists of several sectors. So what is a department? As we all know, the disk rotates when it works, and the information it stores is recorded on its surface in the form of a series of concentric circles. Each concentric circle is called a track. In figure 1, we can see the distribution of tracks and sectors (of course, this is only a schematic diagram, and the physical object is much denser than the figure! ), many friends think that the red "big guy" is a sector, but the correct understanding should be that the yellow one is a sector. The size of a sector is 5 12 bytes, a whole circle is a track, and there are several sectors on a track, so it is not difficult to see that the larger the volume of a single sector on a track exceeding *, in other words, the smaller its density, because the hard disk is mechanically driven, the faster the head can find and read it, and the distribution of partitions is from the outer ring to the inner ring, so C.

With the above knowledge, we can use the hard disk reasonably! Take a new hard disk with a capacity of 60GB as an example: divide drive C into 3-5GB (depending on the operating system), adjust drive D to 1GB, and set drive E to1GB, depending on what is saved (it can be divided into drive F and drive G in half)-it has no effect on the system speed.

How to use it after dividing the area is the most critical:

1. Install the operating system on disk C. Install some commonly used small software such as MwIE, Foxmail, ICQ, QQ, FlashGet, Super Rabbit, player software and some picture reading software on disk C. If you use large Microsoft software such as Office, you should also install it on disk C.. Of course, because we don't use all the functions, we need to customize and install those useful parts to save C disk space! Then set the virtual memory to disk D (only temporarily _) and then use the system's own disk defragmenter to organize disk C.

2. Use the system modification software similar to "Micro Registry Optimizer" to set the folders that need to be written or deleted, such as My Documents, Internet Buffer, Internet History and Favorites, to disk D to avoid disk fragmentation in other partitions and reduce the performance of hard disk!

3. Install all kinds of application software on E disk. As for games, it can be installed on F disk, and G disk is used to store audio and video files.

4. Reorganize the fragment of disk C again, and then set up virtual memory on disk C after the second big step below!

Second, the setting of virtual memory.

Setting the virtual memory to a fixed value is a universal "truth", and it is quite correct, but most people set it as the partition where the non-system is located outside the C drive, and its value is mostly 2 ~ 3 times that of the physical memory. Most people think that the greater this value, the better the performance and the faster the system runs! But this is not the case, because the system relies more on virtual memory-if the virtual memory is large, the system will start to use virtual memory when there is a lot of free space in the physical memory, but those things that are no longer used are still stuck in the physical memory, which will inevitably lead to the decline of memory performance!

So I started with 32MB memory and went to 5 12MB memory, and found that the above facts were very correct. Virtual memory should be set from 0 to 65438+ 0.5 times of physical memory (what is 0 times? This is forbidden! _) is better, and the larger the physical memory, the smaller the multiple should be, not the larger. When the physical memory is equal to or greater than 5 12MB, most PCs can disable virtual memory, and the memory performance is the highest! ^_^

As for the specific size of your virtual memory, you have to try it yourself, because it is directly related to the number and size of memory resident software and the software you usually run, so I can't give any advice. You can set it equal to physical memory before running several large software. If there is no exception, you can set it to half of the physical memory before running those large software. If there is an exception, you should increase the value of virtual memory appropriately! By analogy, when you find the best value, just set this value to disk C and it will be OK! :)

Note: If you are using Windows ME or below, you can download "MagnaRAM 97" to optimize physical memory and virtual memory, which is better! In addition, I suggest that you stop using so-called software to optimize the memory!

Third, reasonably place "shortcuts"

In most cases, we run the software through the usual "shortcut" of the software. The hard disk is getting bigger and bigger, and more and more software is installed. Many friends like to put all shortcuts on the desktop, which will not only dazzle you, but also reduce the performance of the system, and will lead to instability of the system because of excessive occupation of system resources. So we'd better control the shortcut on the desktop at around 65,438+00, and others. In addition, try not to have duplicate shortcuts.

Fourth, be cautious in using "safe" software

The security software mentioned here refers to real-time antivirus software and firewall. This kind of software occupies a lot of system resources and CPU resources (some as high as 30% or more). If you don't often visit miscellaneous websites, this kind of software is completely unnecessary! This is much more practical and convenient than overclocking CPU! :)

Fifth, reduce unnecessary random startup procedures.

This is a cliche, but many friends don't know what programs can and can't be banned, so many people don't do this step. With the master of optimization, the work is much easier. In the "Boot Speed Optimization" interface in Figure 2, the optimization master will prompt you what can and cannot be prohibited!

The advantage of this is not only to speed up the startup, but also to improve the stability of the system operation!

Sixth, set up "icon cache" reasonably

Usually, the default icon cache of the system is relatively large, which obviously feels wasteful, so we need to adjust its value appropriately. We can use "Windows Optimizer" to check how much icon cache is used in the current system, and then we can set its value to about 2 times the actual size. Note: some computers may not be modified by the optimizer, but can be modified by the super rabbit magic settings!

In addition, the desktop background should not be too complicated (it is recommended to set it to "none"), and some friends even made an animated desktop. This practice has no practical significance, except that it will bring unstable factors to the system, and there is no good effect-after all, we only have little time to face the desktop! ^_^

Seven, set up a reasonable "disk cache"

The system default values are usually conservative and need to be modified. They can also be modified in the Windows Optimizer, but the numbers need to be entered manually. The minimum value of disk cache can be set to 2048(KB), the maximum value can be set to 25% of physical memory, and the reading and writing unit of buffer is 5 12.

Note: this practice will bring great benefits to the stable operation of multimedia software, especially the setting of the minimum value should not be too low!

Eight, try to simplify the right-click menu.

Many programs will stay in the right-click menu after installation, and many programs are not used, but they bring a burden to our system. To this end, we can simplify the right-click menu in software such as "Super Rabbit Magic Settings", and usually only keep the commonly used ones! In addition, you'd better delete useless items instead of simply removing the small tick in front!

Doing so can effectively reduce the response loss caused by the "new" menu!

Nine, the appropriate display refresh rate and resolution

Some friends always complain that their graphics cards are poor. Some graphics cards are really poor, but many times it is because of the "illusion" caused by the high refresh rate of the monitor. In general, the refresh rate of 15 and 17 inch color monitors should be set above 75Hz (higher if the bandwidth is sufficient), so there is no need to set it too high. The resolution is the same, usually set to 800×600 or 1024×768, as long as it is enough, there is no need to play "Ultimate" and "Ashes".

This is much more effective than overclocking the graphics card!

label

In short, when you use the method in this article, you will find that the system is much faster than before! And much more stable! _ In addition to the content of this article, there is no harm in making the system simpler after some optimization. It's useless to be flashy

Responder: Fuzhong-Senior Magician Level 6 3-25 22:33

The three measures to make Windows XP several times faster are very simple to set up, but the article is not lacking in practicality.

1. Reduce the waiting time for scanning the startup disk, start → run, and type: chkntfs /t:0.

2. Delete the system backup file:

After all kinds of software and hardware are installed properly, XP rarely needs to update files. Start → Run, input: sfc.exe/Purge cache, enter, almost 3xxMb.

3, compressed folder:

This is a very good optimization. Windows XP has built-in. ZIP file, so we can browse the zip file as a folder. However, the system needs to use some resources to achieve this.

Function, so disabling this function can improve system performance. The implementation method is simple, just cancel the registration of zipfldr.dll, click Start-Run,

Type: regsvr32/u zipfldr.dll. Then get into the car.

Introduction and experience of thousand yuan computer running Win XP

Author: Arong Online Time: July 5, 2005 4: 15: 52 Source: Arong Online Hits: 1040

First of all, I will introduce the main components of my "Ben Ben 4" computer, CPU: Celeron 800. Memory: 128M+32M. Hard disk: 20 g. Graphics card and sound card: motherboard integration. Motherboard: I really don't know what model. But I know that this type of motherboard has been discontinued in the market, and if it breaks down, it will be missing one. Display: 17 general screen. This is a thousand yuan used computers. Even if it is not optimized, it is more than enough to play Legend under Win98, which does not need to pay too much attention to the brain and computer. This is still the price in Liaoyang. If you are in Anshan Computer City, you can also talk to your boss about a second-hand CD-ROM drive. In addition, even a brother who eats from the same pot got me a Samsung CD-ROM drive, a floppy drive with a different brand and a 32-inch memory stick in the unit warehouse. Don't underestimate this 32M memory stick. Without it, it's really hard to take XP with you. Microsoft emphasizes that XP has a minimum of 256M memory, so don't listen to it fart. If 128M is a little tired, going to the used computers market and spending twenty or thirty dollars to buy a 32M plus will definitely make XP "toss". But the premise is that it must be optimized manually, otherwise this second-hand configuration XP is no different from the old cow.

Hehe, is my configuration rubbish enough? You may think, can this also bring XP? Yes, that's right. We'll use whatever Gates uses. If he can study it, we can use it. You can not only bring it up, but also let it float like 98. (Of course, I'm not talking about restoring XP to a normal page like 98. Although that can be faster, the method I introduce below is fast enough. There is no need to trample on your eyes. )

Below I mainly talk about the various optimizations of the system, all of which are learned from e-books or posts. First of all, I would like to thank all the brothers who sent their comments on the revision of the registration form online.

To make the computer speed of 1K yuan fly, we must start with the registry. Before changing, it is suggested to buy an XP pirated installation disk in the software market, because it is easy to drive the system crazy if the registry is not changed well. (Attachment: I suggest that players like me go to the software market to buy a light blue XP installation disk. I don't remember the name. The installation of that installation disk requires almost no brains, and after installation, it will automatically patch SP 1 and SP2, and directly install some commonly used software such as BT, flashget and QQ. Dongshan street in Anshan is a unified piracy price, 3 yuan, don't be smashed, don't think XP will pay more)

Don't be soft just because I say the registry can't be changed properly. Don't we have an installation disk in our hand? You don't even have to make a backup until you understand it. Just practicing installing the system.

Are you ready? Let's go.

First, speed up the plan

WinXP startup will have many functions that affect the speed. Although ms says it has been optimized, there are still many customization places for us. I usually do this.

1, modify the run key of the registry and cancel those things that are not commonly used, such as Windows Messenger. Enable Registry Manager: Start → Run →Regedit→ Find the key value of "HKEY _ Current _ User \ Software \ Microsoft \ Windows \ Current Version \ Run \ MSMSGS"/background, right click → Delete, the world is much quieter, and kill all those cfmon by the way.

2. Modify the registry to reduce the waiting time of pre-reading and progress bar. The effect is that the progress bar will enter the login interface after running once. Start → Run →regedit mobile registry editor, and find HKEY _ local _ machine \ system \ currentcontrolset \ control \ session manager \ memory management \ prefetch parameter. There is a key to make Prefetcher change its value to "1". In addition, friends who don't change their hardware often can set the device type above the bus device to none in the system properties.

3. Turn off the special effects in the system properties, which is a simple and effective acceleration method. Click Start → Control Panel → System → Advanced → Performance → Settings → In the visual effect, adjust the settings to the best performance → OK. In this way, the desktop will be very similar to win2000. I still like the blue window of XP, so I put a check on "Use visual styles on windows and buttons" so that I can see the beautiful blue interface and speed up.

4. I use Windows commadner+Winrar to manage files. The ZIP support of Win XP is even worse for me, because no matter whether I need it or not, the boot system will open a zip support, and the already idle system resources will be less. Click Start → Run, type "REGSVR32/U zipfldr.dll" in the middle of double quotation marks, and then press enter to confirm. The sign of success is that a prompt window appears, and the content is roughly as follows: Dll UnrgisterServer in zipfldr.dll is successful.

It is said that a system of XP serves Qos, and this scheduling takes up 20% of the network bandwidth, which people like us can't afford. The way to get rid of it is: start menu → run → type gpedit.msc, and the group policy window will appear, expand management template → network, expand QoS packet scheduler, and right-click in the right window to restrict reservation. After completing and applying the above modifications, if users can see "QoS Packet Scheduler" in the general properties tab of the properties dialog box of network connection. It means that the modification is successful, otherwise it means that the modification has failed. By the way, kill (uninstall) the Qos protocol in the network properties.

6. Enjoy a quick browse of the LAN.

Usually, when connecting to other computers, Windows XP will comprehensively check all scheduled tasks on other computers. This check will make you wait for 30 seconds or more. The way to get rid of it is to start → run →Regedit→ find HKEY _ local _ machine \ software \ Microsoft \ Windows \ current version \ resource manager \ remote computer \ namespace in the registry. Under this key value, there will be a key {d6277990-4c6a-11cf-8d87-00aa0060f5bf}. After deletion, restart the computer, and Windows XP will no longer check the scheduled tasks. Hoho ~ ~, the speed is obviously improved!

7. Close the debugger, Dr. Watson.

It seems that I haven't used this thing since the win' 90s. I can cancel it like this: open the book table, find the subkey branch of HKEY _ local _ machine \ software \ Microsoft \ Windows NT \ Current Version \ AE Debug, double-click the Auto key name below it, change its "numerical data" to 0, and finally press F5 to refresh the setting to take effect, thus canceling its operation. Following this idea, we can cancel all options with debugging function, such as memory.dmp that appears when the screen is blue, and "My computer → Properties → Advanced → Settings → Write debugging information → Do not select" and so on.

8. Remember to report the error, KAO! This thing makes me look like a free tester of Microsoft: click Control Panel-> System-> Advanced-> Lower right corner-> Error Reporting-> Disable Error Reporting-> OK!

9. Eliminate the waiting time of disk scanning.

Windows XP shut down before 9, and it takes 10 seconds to start disk scanning after restarting. If you think 10 second is too long, let it go for 0 second! Press Start → All Programs → Accessories → Command Prompt, and enter "CHKNTFS /T:0" at the prompt, so you don't have to wait that long 10 second next time.

10, shortening the startup time.

I suggest you use the Bootvis software released by Microsoft, which can automatically optimize the system and shorten the startup time. Just select "Optimize System" in "Tracking" and restart. In addition, the MsConfig installer built into Windows XP can reduce the number of programs loaded at startup, thus shortening the startup time. When operating, just enter "msconfig" and then make relevant settings through "Start".

Are you all busy? I haven't finished changing it. Let's continue:

Second, the slimming plan

1, after all kinds of software and hardware are installed properly, XP rarely needs to update files. Delete the system backup file: Start → Run → sfc.exe/Purge Cache nearly 3xxM.

2. Delete the driver.cab file in the driver backup: %windows%\driver cache\i386 directory, usually this file is 76M.

In fact, Microsoft's help can't help you. I don't have the habit of reading help, so it is a kind of harm for me to put things in the %windows%\help directory, hehe. . . Kill them all, nearly 4xM.

4. You will be surprised to find that %windows%\ has many directories like $ ntuninstallq311889 $. Don't think that Gates gave you a gift package and killed them all. 1x-3xM.

6. Uninstall uncommon components: use Notepad to modify \%windows%\inf\sysoc.inf, use the find/replace function, enter and hide in the find box, and replace all with blanks. In this way, all the "hiding" is removed. After saving the disk, run "Add-Remove Program", and you will see many more options in "Add/Remove Windows Components". Delete games, code watches and other unused things.

7、? Except under \windows\ime? Enter the law, 8xM. You can delete it. Don't kill everything you use.

8. Space is really tight. Turning on the compression function of NTFS will reduce the space by 2x%, but I wonder what NTFS is? If it works, you might as well try it.

9. Turning off system restore is a disaster for people like me who often download test software. Right-click My Computer on the desktop, select Properties, find System Restore, and select Turn off System Restore on all drives. Hehe, it can save space again.

10, automatically close the program that stops responding.

In the Windows XP operating system, we can modify the registry, so that when Windows XP detects that an application stops responding, it will automatically shut down without manual intervention. To realize this function, please click "Start → Run" to enter RegEdit, open the registry editor and change its key value to 1.

1 1. Turn off the hibernation function.

Hibernation support only needs to go through the control panel->; Power options-> Hibernation, just remove the check in front of "Enable Hibernation", haha, so that 5 12MB hard disk space can be freed up again. This is a lot of money for a 20G hard disk.

If you can follow the above process, your original XP of 1.4G can be completely reduced to below 800.

The optimization is basically over, and the backup can be made. Make a backup, okay? Never mind, buy a ghost disk. If there is an explanation in it, read it a few more times and you can start. I suggest you make a backup of the important things in the machine under the guidance of a master.

What? Do you think this system is safe? For a novice, watching less yellow web pages is the safest setting. If you have to watch it, you won't be targeted because you are violated. Anyone who can invade your machine will generally disdain to invade you. Generally, people who violate you are practicing with you. Skynet firewall basically does not need to panic him. If you are really unlucky, you will be struck by lightning when you walk, and you will learn to be smart when you are a broiler a few times. But websites with trojans and viruses are really hateful, so pay more attention when browsing the web. The general malicious attack website Skynet firewall can basically do it. If you are really caught by the virus, kill it with Norton (I choose, I like it, and I don't need Norton), and the system should still stand.

Here are two real questions, posted for your reference.

Frequently asked questions: Why is my Windows XP still in English after installing the Simplified Chinese Language Pack?

On some BBS, many friends say that this language pack is difficult to install. In fact, after installation, the welcome screen has changed from welcome to welcome. As for the interface, enter the control panel, regional options and menu display, select Simplified Chinese, log out and log in again. If you don't choose to use this configuration for all users, you will find that other users still have English interfaces. Haha, congratulations, they will all enjoy bilingualism.

Why is my QQ running slowly under Windows XP?

The problem seems to be that the current QQ version is not compatible with Windows XP, especially the old version, QQ7 10 is OK. Is it because Microsoft deliberately did this to promote MSNMessenger? Hahaha ... If the food is too good, you can't even download Coral Edition or Mu Zi Edition. It seems that you will have to wait for QQXP.

I have personally tried the above correction and acceleration schemes, and there is no big problem, just one word: cool! I haven't tried all the slimming plans. I used several methods in my machine to lose weight, but I still feel very cool!

Third, the rookie experience:

Don't think that 1 is invincible after changing the registry. In fact, the hardware is still rubbish. I can run 3D games. Except for 3D pinball, all the other 3D games are just drooling. Remember to change everything you can if you have spare money.

2 The system disk (usually the C disk) should be loaded with as few things as possible, but don't load things that are not necessarily installed on the system disk.

If you want to spend 1000 yuan on a second mobile phone, I suggest you buy a fresh air fan anyway. As I didn't understand at the time, the fan was bought second-hand. Later, I found that even if the fan of the machine turned, the Tora machine seemed very quiet. In particular, most of the people who install this second-hand mobile phone are college students. It is inevitable to play online games or hang up at night. The fan is so rubbish that no one can sleep.

If you are in the dormitory, it is recommended to leave a chassis baffle. In addition to making up for the shortage of heat dissipation of second-hand fans, another purpose is to facilitate copying things from other people's machines and connecting hard disks. What? Afraid your hand won't break? No. . 1000 yuan machine hard disk you dare not practice unloading. I won't be numb if I buy a notebook. Copy method: hard disk? Get it off. Be gentle. Then open the chassis of the target machine, pull the data cable connecting the target machine and the CD-ROM drive out of the CD-ROM drive and plug it into your hard disk interface. Relax, there is only one way to insert. ) In the same way, plug the power cord of the CD-ROM drive into the hard disk. Then turn it on, and you will find that there is an extra disk in the target machine "My Computer". Yes, that is your hard disk. Hey, hey, I want to copy porn, and I want to drag a movie. (attachment: consider it as a mobile hard disk. Anyway, it costs 180 yuan to buy a second-hand 20G, but remember to handle it with care and turn off the power. Live job, maybe it's not about money. )

If you are in the same dormitory or the whole building is LAN, this article is omitted.

If the machine is installed according to 1000 yuan, everything will be simple, and the optical mouse must not be bought. Because: 1 will be a big overhead in the configuration process. Moreover, the mouse, keyboard and even mouse pad can be asked for an old set from the boss for free when paying. Play in the dormitory, go to bed at night and hang up to download things to know how annoying the photoelectric mouse is. Within three days, others will give priority to your optical mouse and let it break down.

If you are too lazy to start work and want to optimize the system, it is not impossible. Buy a CD with an optimization master, remember that there is a registration code in it, and just choose the optimization project according to the prompts. But if you don't know what the options are, then the optimization master can't solve any problems. Find a basic book and chew it.

7 want to hide IP? No problem, you need to download a tool: Steganos Internet Anonymous Pro 6, but it should be used for self-defense first and not supported by unkind gay couples. Don't rush to test after installation. Close all browsers and reopen them. If it doesn't work, you can see the effect by restarting it.