The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Improve the Performance of Windows XP

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter G Provost

Posts: 849
Nickname: pprovost
Registered: Aug, 2003

Peter G Provost is a Solution Architect for Interlink Group in Denver, CO.
Improve the Performance of Windows XP Posted: Aug 7, 2003 4:11 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Peter G Provost.
Original Post: Improve the Performance of Windows XP
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Peter G Provost
Latest Posts From Peter Provost's Geek Noise

Advertisement

I read somewhere (don't remember where) about the DisablePagingExecutive registry setting. Wanting to know a little bit more about it, I found this article full of excellent tips for speeding up your Windows XP machine.

His description of what the DisablePagingExecutive does isn't quite right. This is from the Windows 2000 Resource Kit:

DisablePagingExecutive
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

Data type Range Default value
REG_DWORD  0 | 1  0 

Description
Specifies whether user-mode and kernel-mode drivers and kernel-mode system code can be paged to disk when not in use.

Value Meaning
0 Drivers and the kernel must remain in physical memory.
1 Drivers and the kernel can be paged to disk as needed.

Tip

Setting this value to 0 is useful when debugging drivers, because all of the code and data is always memory resident.

So what is really going on here is that the OS and drivers stay in RAM. I've got almost a Gig of RAM on this machine so I'm going to give it a try.

Read: Improve the Performance of Windows XP

Topic: I Need a New Digital Camera Previous Topic   Next Topic Topic: Special VSLive meeting followed by dinner and drinks

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use