Where Customization Begins 

  • 3 Application Compatibility Registry Tweaks to Boost Windows

  • Here you will find out how to customize from top to bottom your operative system!
Here you will find out how to customize from top to bottom your operative system!
 #22392  by Shaneee
 14 Jun 2012, 18:08
We all know about "Application Compatibility" feature of Windows Vista and Windows 7. It helps you in running old software programs which are not compatible with new Windows versions. It monitors your system and whenever you run a program, it looks through a compatibility database. If it finds a match for the running application, it offers you the solution or compatibility fixes. If a match is not found, it shows a message that the application has a known problem with current Windows version.
Application compatibility feature comes with 3 main components:

  • Application Compatibility Engine
  • Program Compatibility Assistant
  • SwitchBack Compatibility Engine

Application Compatibility Engine is the main part of the system loader and performs the check through program compatibility database.
Program Compatibility Assistant (PCA) monitors user initiated programs for known compatibility issues at run time and provides recommended solutions to the user.
SwitchBack Compatibility Engine provides older system behavior to older applications and new system behavior to new applications.
All these 3 components are enabled by default in Windows Vista and Windows 7. Turning off these features will boost your system performance. However it may degrade the compatibility of older applications and may not block known incompatible applications from installing. Also you'll not receive solutions to known compatibility issues when running applications.
Turning off "Application Compatibility" feature is useful for people who like faster systems and want to achieve maximum performance from their systems and are aware of compatibility of the applications they are using.
So if you want to make your Windows faster and don't care about application compatibility, you can follow these instructions to turn application compatibility feature off:
1. Type regedit in RUN or Start Menu search box and press Enter. It'll open Registry Editor.
2. Now go to following key:

Code: Select allHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\


3. Create a new key AppCompat under Windows key.
4. Select new AppCompat key and in right-side pane, create following 3 new DWORD values:

  • DisableEngine
  • DisablePCA
  • SbEnable

5. Set values of DisableEngine and DisablePCA to 1 and value of SbEnable to 0

Image

6. If you are using 64-bit Windows edition, you'll also need to follow the same steps 3-5 for following key:

Code: Select allHKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\


7. That's it. Close Registry Editor and restart your system to take effect.
Now you should notice faster system performance but you'll be unable to enjoy application compatibility feature.
PS: If you want to restore default settings and want to enable application compatibility feature, just remove the 3 DWORD values created in step 4.
NOTE: If you don't want to modify Registry manually and want a ready-made Registry script to do the task automatically, download following ZIP file, extract it and run the extracted REG file. It'll ask for confirmation, accept it:

Download Registry Script
Code: Select allhttp://media.askvg.com/downloads/2012/06/Disable-Application-Compatibility-Feature-in-Windows-Vista-and-7.zip


Thanks to AskVG
 #22394  by chevy350
 14 Jun 2012, 22:00
good info, always love the speed up tweaks :ha:
 #22401  by TheAslan
 15 Jun 2012, 16:01
How about this:

Regedit ->
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
Key: NtfsMemoryUsage
Default setting: 0

There was a topic in internet where some guys said that it's recommended to set this to value 2, what it does is that it allows windows use more memory and should make computer run faster, at least explorer windows should work faster.

Tell me what you think, I set it to 2 while ago but didn't notice any boost for my computer.
 #22691  by Angel
 06 Jul 2012, 21:11
TheAslan » Fri Jun 15, 2012 5:01 pm wrote:How about this:

Regedit ->
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
Key: NtfsMemoryUsage
Default setting: 0

There was a topic in internet where some guys said that it's recommended to set this to value 2, what it does is that it allows windows use more memory and should make computer run faster, at least explorer windows should work faster.

Tell me what you think, I set it to 2 while ago but didn't notice any boost for my computer.


Rafael Rivera of WithinWindows.com. Here is his reply:
That registry value is only referenced in fsutil.exe. It is not referenced in any other system binary within Windows 7, meaning the value is purely there for compatibility reasons (otherwise does nothing). Increases in performance are purely imagined. You can quote me ;)
Rafael Rivera