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.

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.
Related posts:
What is connecting to the InternetDo not move Special Folders in Windows to root
Sysinternals Live
Windows System Explorer
Windows Tabbed Browsing
Access Windows Folders Quickly
Add Process Quick Links To The Windows Task Manager
Increase the size of Windows Calculator
5 Responses to “Increase Windows Stability”
Trackbacks/Pingbacks
-
[...] Xtra Windows Stability 1.1 obliga al sistema de Windows a ejecutar los subsistemas en distintos procesos, estos subsistemas son: Escritorio, Explorador (carpetas) y Internet Explorer. [...]
-
[...] [Via: gHacks] [...]


Wow, thanks!
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
@Kris: a big Thank you :-)