![]() |
![]() |
![]() |
|
X-Setup Pro PluginsNote for everybody who is visiting this page via a search engine like Google: If you are interested in using this plugin, because it contains a tweak you would like to have, it's easy as 1-2-3-4:
Plugin details
This is the HTML representation of the plugin AMD Athlon/Duron Video Card Compatibility (Version 1.21) which can be found in the following path(s) in X-Setup Pro classic:
The plugin can be executed on the following Windows versions (Operation Systems):
Description :
The plugin was created by Xteq Systems (Neil R. Turner)
The plugin offers the following user-interface controls: Below is the code of this plugin written in "VBScript". Please note that this code can only be executed inside X-Setup Pro. sP="HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\" SUB Plugin_Initialize s=RegReadValue(sP&"LargePageMinimum") if s=4294967295 then Call SetUIElement(1,true) end if END SUB SUB Plugin_Apply(ElementIndex,ElementSubIndex) s=GetUIElement(1) if s=true then i=RegReadValue(sP&"LargePageMinimum") if i<>4294967295 then Call RegWriteValue(sP&"LargePageMinimum_XSETOLD",i,3) Call RegWriteValue(sP&"LargePageMinimum",4294967295,3) end if else i=RegReadValue(sP&"LargePageMinimum_XSETOLD") if IsEmpty(i)=false then Call RegWriteValue(sP&"LargePageMinimum",i,3) Call RegDeleteValue(sP&"LargePageMinimum_XSETOLD") else Call RegDeleteValue(sP&"LargePageMinimum") end if end if END SUB SUB Plugin_Terminate END SUB Comment by the author: Thanks to CptSiskoX [CptSiskoX@hotmail.com] for the settings and idea! See: http://www.amd.com/products/cpg/athlon-duron/amd_win2k_patch.html You can get more detailed information about this plugin inside the application X-Setup Pro. Get the most popular tweaker software for free: |
|