ghacks Technology News

Increase Windows Stability


Xtra Windows Stability is an interesting piece of software that was mentioned in Shellcity’s top 25 software of the year series. The product was especially designed to increase Windows stability by forcing important subsystems of Windows into separate processes.

The user can choose to force the following subsystems into separate processes to increase the stability of your Microsoft Windows operating system: Desktop, Explorer (Folders) and Internet Explorer.

All three or only some can be selected during installation and a restart is required before the changes take effect. The big question is however if the program delivers what it promises. I fired up Process Explorer from Sysinternals and checked if there would be more than one process when I opened Windows Explorer.

A new process was indeed added which means that the software is indeed dividing important subsystems into different processes which means that the chance is higher to recover the system if one subsystem fails.

Increase Windows Stability

Many open folders or Internet Explorer windows can increase memory usage slightly which is the downside of using this tool. The software can be downloaded and run from any location that you unpack it to.



Tags: , ,
Categories: Operating Systems, Windows, software




Related posts:

  1. What is connecting to the Internet
  2. Do not move Special Folders in Windows to root
  3. Folder Position Saver [Windows 7]
  4. Sysinternals Live
  5. Increase the size of Windows Calculator
  6. Access Windows Folders Quickly
  7. Add Process Quick Links To The Windows Task Manager
  8. Analyzing the svchost.exe processes

5 Responses to “Increase Windows Stability”

  1. Kaixi says:

    Wow, thanks!

  2. Kris says:

    This will just modify three registry keys – you might as well just use the .reg file rather than a program dedicated to it.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
    “DesktopProcess”=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    “SeparateProcess”=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BrowseNewProcess]
    “BrowseNewProcess”=”Yes”

    (note that the .reg file needs to be saved with ANSI encoding for Windows to recognise it).

    I have put a copy here for your convenience:
    http://a.nfshost.com/separate_processes.reg

  3. cresc says:

    @Kris: a big Thank you :-)

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

© 2005-2010 Ghacks.net. All Rights Reserved. Privacy Policy - About Us