Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

JavaTweakz

Browsing tooltip.txt (5.31 KB)

<objname>lblMenuShowDelay</objname>
<title>MenuShowDelay</title>
<tooltip>
Change the speed of which menus are displayed.

Changes: HKEY_CURRENT_USER\Control Panel\Desktop
                REG_SZ:MenuShowDelay
Default: 400
</tooltip>
<objname>chkAutoEndTasks</objname>
<title>AutoEndTasks</title>
<tooltip>
Automatically kill programs at shutdown.

Changes: HKEY_CURRENT_USER\Control Panel\Desktop\
                REG_SZ:AutoEndTasks
Default: Disabled
</tooltip>
<objname>lblHungAppTimeout</objname>
<title>HungAppTimeout</title>
<tooltip>
Change the delay for Windows to wait for a process to terminate on shutdown.

Changes: HKEY_CURRENT_USER\Control Panel\Desktop\
                REG_SZ:HungAppTimeout
Default: 5000
</tooltip>
<objname>lblWaitToKillServiceTimeout</objname>
<title>WaitToKillServiceTimeout</title>
<tooltip>
Change the delay for Windows to wait for a service to terminate on shutdown.

Changes: HKEY_CURRENT_USER\Control Panel\Desktop\
                REG_SZ:WaitToKillServiceTimeout
Default: 4000
</tooltip>
<objname>chkLargeSystemCache</objname>
<title>LargeSystemCache</title>
<tooltip>
Enabling this will tell Windows XP to allocate all but 4MB of system memory to
the file system cache, basically meaning that the XP Kernel can run in memory,
greatly improving it�s speed. The 4MB of memory left is used for disk caching,
but if for any reason more is needed, XP allocates more. Generally, this tweak
improves performance by a fair bit but can, in some intensive applications,
degrade performance. As with the above tweak, you should have at least 256MB of
RAM before attempting to enable LargeSystemCache.

Changes: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\
                REG_DWORD:LargeSystemCache
Default: Disabled
</tooltip>
<objname>chkDisablePagingExecutive</objname>
<title>DisablePagingExecutive</title>
<tooltip>
In normal usage, XP pages sections from RAM memory to the hard drive. We can
stop this happening and keep the data in RAM, resulting in improved performance.
Note that only users with a large amount of RAM (256MB+) should use this setting.

Changes: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\
                REG_DWORD:DisablePagingExecutive
Default: Disabled
</tooltip>
<objname>chkClearPageFileAtShutdown</objname>
<title>ClearPageFileAtShutdown</title>
<tooltip>
This tweak will tell Windows to clear the page file on a system shutdown.

Changes: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\
                REG_DWORD:ClearPageFileAtShutdown
Default: Disabled
</tooltip>
<objname>chkSchTasks</objname>
<title>Do Not Check For Scheduled Tasks on Network</title>
<tooltip>
Basically, when you connect to another computer with Windows XP, it checks for any
Scheduled tasks on that computer - a fairly useless task, but one that can add up
to 30 seconds of waiting on the other end - not good! Stop this from happening
by enabling this tweak.

Removes: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\
                RemoteComputer\NameSpace\
                REG_KEY:{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
</tooltip>
<objname>chkSharedFolders</objname>
<title>Remove Shared Folders from My Computer</title>
<tooltip>
Remove the Shared Documents link from My Computer.

Removes: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\
                MyComputer\NameSpace\DelegateFolders\
                REG_KEY:{59031A47-3F72-44A7-89C5-5595FE6B30EE}
</tooltip>
<objname>chkDisableFirewall</objname>
<title>Disable Windows Firewall Protection</title>
<tooltip>
Turn off the windows Firewall protection, which is enabled by default.

Changes: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\
                Parameters\FirewallPolicy\StandardProfile\
                REG_DWORD:EnableFirewall
</tooltip>
<objname>chkSFCDisable</objname>
<title>SFCDisable</title>
<tooltip>
Here�s a quick tweak to be able to totally disable Windows File Protection,
the system that prevent users from deleting system and program files.

Changes: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\
                REG_DWORD:SFCDisable
</tooltip>
<objname>chkZipSupport</objname>
<title>Remove Windows Zip File Support</title>
<tooltip>
Remove the built-in Windows support for handling zip files.

Changes: regsvr32 /u zipfldr.dll
</tooltip>
<objname>chkAlwaysUnloadDLL</objname>
<title>AlwaysUnloadDLL</title>
<tooltip>
Explorer often caches DLL files in memory for a period of time after they have
finished being used. This can result in large amounts of memory being taken up
by DLL files that are not even being used. To stop this happening, enable this tweak.

Changes: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL\
                REG_SZ:(default)
Default: Disabled
</tooltip>
<objname>chkClearRecentDocsOnExit</objname>
<title>ClearRecentDocsOnExit</title>
<tooltip>
This tweak will tell Windows to clear the Recent Documents list on system shutdown.

Changes: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\
                REG_DWORD:ClearRecentDocsOnExit
Default: Disabled
</tooltip>

Download tooltip.txt

Back to file list


Back to project page