How to Maintain the Speed of a Freshly Installed Windows OS
Method 1 of 6:
Tweak 1
- Normally, people ask 'Antivirus soft wares are supposed to be in-built for an OS if they promise security, right? So why is it that I can't find it in my OS?'
- Well the answer is, improved security is one of the promises offered by any OS from its previous versions. As in Windows, there are two things which can be obviously seen. One is the Windows Firewall, the other is Windows Defender. Both took a giant leap from XP to Vista. But there is a silent warrior performing security measures in Windows apart from the above two. Anyway, I am talking about the Data Execution Prevention(DEP for short) module in Windows systems. By default, it is started up both in XP and Vista when the system boots up, their capabilities are widespread, but in a nutshell what they do, is they monitor every file in your OS, when they are MODIFIED, even in the most slightest way. Although DEP is a really great thing, it does the most to slow down your system. Initially in a freshly installed OS, you won't even notice DEP's influence, but as you install and add more files for your OS to monitor, that's when all hell breaks loose. Consider copying a file about the size of 500MB or more, when the OS is fresh, this should be nearly a piece of cake, but when your hard drive is filled up, you can take two cups of coffee before the process gets done, Phew! that's what happened when I had DEP enabled in Vista sometime ago. You can't really blame DEP, it's doing good to you at the cost of speed, so I think I gave you enough info on this, let's get to the point of disabling them, oh and don't PANIC!! It's no big deal. Here is what you need to do.
For XP Users
- Make sure you're a user with administrative rights.
- Go on to Control Panel -> System -> Advanced Tab, and under Startup and Recovery click Settings.
- A new window pops up, in which you must click the 'Edit' button.
- You should see a text file opening up. This is your system's bootloader settings, don't touch anything in their which you don't know about.
- In the last line you should see something like this '/NoExecute=OptIn'. Bingo!! You found the roots of DEP, all you have to do is change the value 'OptIn' to ' AlwaysOff ' (without quotes, 'A' and 'O' should be in capitals).
- Now save the file and close it, for those who want to know where the actual DEP is, under Advanced Tab click on Settings which is under Performance, you should find DEP in the popped up window.
- Now restart the system, and feel the first speed boost to your XP system.
For Vista Users
- Since Vista doesn't allow you to directly edit the bootloader settings, here is how you do it in Vista.
- Be sure to be a user with administrative rights.
- Click Start -> Run and then type in 'command.com' without quotes and then you should have the command prompt.
- In there, just type in the following and it doesn't matter which directory you're in.
- ' bcdedit.exe /set {currentuser} nx AlwaysOff ' (without quotes)
- If you did it correctly, it will say 'The Command Completed Successfully'. Now restart the system.
- For Vista users who do not own Vista Service Pack 1, I would recommend you order it, and get it installed in your system as soon as you can. Personally I felt a great speed boost in Vista SP1 compared to the normal Vista installation. I would recommend you to disable DEP after you install Vista SP1 if you really have the need for speed .
- If DEP is disabled, doesn't that make my system more vulnerable to attacks though it improves my speed?'
- 3rd party Antivirus softwares will rescue you from that trouble, That's what they were built for! I wrote this post, because, DEP is somewhat old school to hackers and viruses. They learned to get past them, so DEP is just slowing things down for you, if you think keeping them enabled will save you from malicious codes. As for antivirus softies unlike DEP, they are not embedded to your OS, you can always turn them off with a simple click later, so they don't pick on your operating system's speed while your working.
Method 2 of 6:
Tweak 2
- The next possible speed breaker is the hibernate function, which keeps track of all your sessions, and puts the computer in less power while you are away. Those who don't need this function, can disable it, so you can save up some disk space and memory space. Here is how you do it, for both Vista and XP.
- Open the command prompt and make sure your user account is with administrative rights.
- Now type in ' powercfg -H off ' (without quotes)
- You can always turn it back on, by replacing the ' off ' with ' on ' in the above command.
Method 3 of 6:
Tweak 3
- This is another tweak, which has a great effect over multimedia applications if you do it correctly. We are only going to mess with some and this article is going to tell you what they are for and whether you need them or not. (This is for both XP and Vista Users.)
- Click on Start -> Run.
- Type in 'services.msc' (without quotes)
- You should see the service manager then.
- To disable a service, just double click on it.
- You should see another window under startup type.
- You can select disabled.
- Windows Image Acquisition(WIA) service is the one which acts as the boss for the scanners and cams connected to your system (it does not include webcams). So if you don't have a scanner or a cam, shut this one off.
- Windows Error Reporting Service can really get on your nerves. If you are in no need of online help from Microsoft, it's better to just turn it off.
- Volume Shadow Copy Service is the one which keeps track of your System Restore feature, you can either disable system restore under control panel -> System, or you can disable this service.
- Virtual Disk Service is the one which favors the RAID feature of your hard disk. If you are not using this feature, you can disable this too.
- Tablet PC Input Service should only be enabled when your using either a light pen or a tablet pen. Otherwise, disable this service.
- Program Compatibility Assistant Service helps you run applications built for older Windows versions from within your current Windows Installation. If you're not going to use this future, you might want to disable this too.
- Print Spooler Service, helps to queue jobs for the printer attached to your computer, if you don't have a printer connected, then you should definitely get this one disabled.
Method 4 of 6:
Tweak 4
- Virtual Memory is very important if your running applications which require large memory space to run. It acts as a standby to load memory-hungry applications until actual physical memory becomes available. It works on the concept of swapping. You're going to use a predefined hard-disk space which is going to emulate the actual physical memory. So let's see how to access your Virtual Memory settings from Windows and modify it to favor speed.
- Go to the Control panel -> System.(In case of Vista, look at the left hand side for Advanced System Settings. Click on it).
- Under the Advanced Tab, there is a settings button under the Performance caption.
- Clicking on it will bring you to where you were with DEP. There is another Advanced tab there. Click on it.
- Under it, there is the Virtual Memory caption. Click on the 'Change' button.
- Uncheck the box which says 'Automatically manage page file sizes for all drives'.
- Select any of the partitions in which you have abundant space. Now click on custom size, and set the initial and maximum size to be the same value. This is very important because, when you set both the sizes to the same value, it helps to assure Windows that, at any given time, this specified space will be readily available for it to use, if done otherwise, causes some delay for Windows to move from initial value to the mark in the maximum value.
- Click OK, and restart the system.
- If you're having some trouble in picking a virtual memory size for a partition, consider your physical memory space to help.
- For example, if you have 512MB physical memory in your computer, it's wiser to set the initial and maximum value to the double of 512 in other words set it to 1024MB. Whatever your memory size be, just double it and set it for the virtual memory.
Method 5 of 6:
Tweak 5
- This tweak is more effective to Vista users compared to XP. If you're not a big fan of Windows Searching capabilities like in the start menu or when you open a window, you might want to disable the Indexing capabilities of Windows as well. If you disable it, you will still be able to search for files using the search option from the start menu, only the search will be a bit slower, but if it's not a big deal to you, then keep reading. (The following steps is for both XP and Vista.)
- Open My Computer.
- Right click on your main Windows Partition.(Mostly C:) and select Properties.
- Under the "General" Tab near the bottom, you will find a check box with the identifier 'Index this drive for faster searching'.
- Uncheck it and click Apply.
- If it warns you or if any other files try to restrict this process, just click ' Ignore All ' and continue.
- Uncheck indexing for all your drives.
- There is another tweak you can do in XP to avoid unwanted network folder searching when you open a New Window every time. When you're done with the above steps, follow these steps in XP.
- Open the Control Panel from the Start Menu.
- Look for Folder Options and double click it.
- Click the "View" tab, under which you should find several check boxes.
- There should be a first check box which says 'Automatically search for Network Folders' (this check box won't be available in Windows Vista!)
- Just uncheck it, if any restriction arises, just ignore all and click Apply.
Method 6 of 6:
Tweak 6
- The following tweak requires you to edit your Windows Registry, so be careful of what you change, and make sure you start off by backing up your registry. To edit your registry you need to enter into your registry editor, which can be done as follows.
- Click on Start -> Run
- Type in ' regedit ' without quotes.
- In here you will find 5 folders at the left hand side, the one for this tweak is under the folder HKEY_CURRENT_USER.
- Now double click your way through the given path correctly 'HKEY_CURRENT_USER ->Control Panel->Desktop'
- Now on the right frame, you should see a large list of keys.
- Look for the one which says 'MenuShowDelay'. Double-click it.
- Set the default value from 400 to 200.
5 ★ | 1 Vote
You should read it
- How to Defrag Windows Vista
- How to Optimize Windows Vista
- How to Free up Hard Disk Space on Windows Vista
- How to Turn on Aero in Windows Vista
- How to Revert to the Classic Windows Color Theme on Windows Vista
- How to Add an 'Open With Notepad As Administrator' Shortcut to the Context Menu in Windows 7 and Windows Vista
- Living with Vista without XP
- 5 details 'ungainly' in Windows 7
May be interested
- How to speed up Windows 10 comprehensive, most effectivehow to speed up windows 10 comprehensive, most effective. with windows 10, the company has optimized for the weak configuration, improving boot speed and information processing speed much faster. still, some users feel that windows 10 is old
- Steps to adjust mouse speed on Windows 11adjusting mouse speed on windows 11 will help you use the mouse more effectively when operating on the computer. for windows 11, we have a lot of different ways to quickly adjust the mouse speed.
- How to speed up the launch of Desktop application on Windows 10with just a few small settings on your computer, you can speed up the launch of desktop applications on windows 10, making your computer work faster, smoother than before.
- Fix the error 'Windows Cannot Be Installed to a Disk'when installing windows operating system, you may receive many types of 'windows cannot be installed to this disk' errors. today's article will introduce 6 types of windows installation errors as well as corresponding solutions.
- Speed up Internet connection on Windows 10 computersinternet acceleration helps to get rid of slow network connection. if you're using windows 10, please refer to the following ways to speed up internet connection.
- Stop installing these applications and programs on Windows 10have you ever thought about applications that are already installed on your computer? we're not talking about applications like microsoft word or adobe photoshop, which have millions of users and are completely safe to use. here we refer to third-party applications, when performing useful tasks.
- The most complete demo video on Windows 10 ARM is installed on the Lumia 950 XLand recently, the most complete demo video of windows 10 arm was installed on a lumia 950 xl announced by the german technology site windowsunited.de, which made it hard for windows mobile fans.
- How to check the CPU speed of Windows and Mac computersin this article, tipsmake will guide you on how to test both the basic and maximum cpu speed on windows and mac computers.
- How to Determine Processor Speedthis article describes the different locations where cpu speed is reported in microsoft windows xp. in windows xp and in windows server 2003, cpu speed is reported in the following locations: === the system properties tab === to view the...
- 5 Registry tricks speed up Windows 8 computer fasterit's undeniable that the boot speeds of windows 8 and windows 8.1 are much faster than previous windows versions, windows 7 and windows vista. however, like previous versions, after using for a while, your windows 8 computer will also slow down. here are some registry tips to speed up your windows 8 computer faster.