(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
05-26-24 07:50 AM
0 users currently in Hardware / Software.
Acmlm's Board - I3 Archive - Hardware / Software - Intresting Tweak For Xp! New poll | |
Add to favorites | Next newer thread | Next older thread
User Post
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6307 days
Posted on 05-14-06 01:32 PM Link | Quote
Make an automated regedit file to perform many tweaks at once!

Create a regedit file as described below, it's an easy way to perform a lot of tweaks at once and it really does make quite a difference! Here's a list of exactly what it does:

-Speeds up NTFS performance
-Speeds up shutdown/reboot time
-Boot Optimization - boot ini from hard disk
-Disables Imapi CD-Burning Service - No need for this if you use Nero or other burning engine
-Disables Remote Registry Service - do you remotely control your registry? lol...I sure don't.
-Allows renaming of Recycle Bin, I like TRASH! heheh
-Disables Automatic Restart in the event of a BSOD - it can actually help to see what that screen says sometimes, hehe
-DNS Browsing speed up tweak
-Disables the Desktop Cleanup Wizard
-Changes MenuShowDelay from 400 to 0
-Disables Messenger Service, nothing to do with msn
-Changes max downloads in IE from 2 to 10
-Enables Google As Main/Default Search Page
-Fixes DSO Exploit problem found by Spybot S&D
-Enables Opening Of .nfo Files In Notepad
-Enables Tahoma Font In Notepad - very easy to read!
-Enables Word Wrap In Notepad - AWESOME!
-Disables Grouping Of Similar Taskbar Buttons
-Removes the Windows Alexa key
-Disables Hibernation
-Disables Unread Mail Message At Welcome Screen
-Disables the Indexing Service
-Disables the Remote Desktop Help Session Manager Service
-Disables Routing and Remote Access Service
-Disables the Help And Support Service
-Disables the Remote-Desktop Service
-Sorts start menu and favorites alphabetically

Do this with the registry entries below:

************begin copy and paste***********

Windows Registry Editor Version 5.00

;Speed up NTFS performance
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"Win31FileSystem"=dword:00000000
"Win95TruncatedExtensions"=dword:00000001
"NtfsDisableLastAccessUpdate"=dword:00000001


;Speeds up shutdown or reboot time a lot
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="2000"


;This allows boot files to be placed optimally on the hard-drive for faster boots.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"


;Disable Imapi CD-Burning Service, no need for this if you use Nero or other software
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]
"Start"=dword:00000004


;Disable Remote Registry Service, most of us don't need to control the registry remotely
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004


;Allow renaming of Recycle Bin, I like TRASH heheh
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000


;Disable Automatic Restart in the event of a BSOD
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000


;DNS Browsing speed up tweak
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d


;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001


;Change MenuShowDelay (Start Menu load speed)
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="0"

;Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
"Start"=dword:00000004


;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a


;Enable Google As Main/Default Search Page
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"="http://www.google.ca"
"Search Bar"="http://www.google.ca/ie"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
@="http://www.google.ca/search?q=%s"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.ca/ie"


;Fix DSO Exploit
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0]
"1004"=dword:00000003


;Enable Opening Of .nfo Files In Notepad
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]
"Application"="NOTEPAD.EXE"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="Explorer.exe"
"MRUList"="ba"
"b"="NOTEPAD.EXE"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"MSInfo.Doent"=hex(0):


;Enable Tahoma Font In Notepad
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"lfFaceName"="Tahoma"


;Enable Word Wrap In Notepad
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001


;Disable Grouping Of Similar Taskbar Buttons
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarGlomming"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarGlomming"=dword:00000000


;Remove Windows Alexa key
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]


;Disable Hibernation
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Power]
"Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00


;Disable Unread Mail Message At Welcome Screen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\UnreadMail]
"MessageExpiryDays"=dword:00000000


;Disable Indexing Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cisvc]
"Start"=dword:00000004


;Disable Remote Desktop Help Session Manager Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]
"Start"=dword:00000004


;Disable Routing and Remote Access Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess]
"Start"=dword:00000004


;Disable Help And Support Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]
"Start"=dword:00000004


;Disable Remote-Desktop Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fDenyTSConnections"=dword:00000001
"fAllowToGetHelp"=dword:00000000


;Sort Start Menu And Favorites In Alphabetical Order
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder]


************end copy and paste***********
Make a new text file, copy and paste the above into it (you can open this with notepad or wordpad for later editing). Go to file>save as” save it as regedit.reg, you may have a drop down window for “save as type” - it’s set to .txt by default so change this to “all file types”, save it then close and you’re almost done! Merge it into the registry with a rightclick and go to "MERGE" or give it a double-click, click yes when prompted. Reboot for the changes to take effect.

You can personalize your new regedit file to meet your specific needs and likes anytime with a rightclick and go to "edit", just delete anything you don't want it to do. Save the file in a safe place for future use, I use a customised one on every OS install!


(edited by Acrelvl on 05-14-06 12:33 PM)
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6307 days
Last view: 6307 days
Posted on 05-14-06 07:06 PM Link | Quote
Uh yeah, that includes a lot of tweaks people probably won't want. Changing the font in Notepad, disabling hibernation and allowing the recycle bin to be renamed really don't belong with performance-related tweaks. There's also a lot of side effects to be aware of.

-Speed up NTFS performance prevents the Last Accessed date from being updated, which some people actually use. I'm not even sure what Win95TruncatedExtensions is for.

-Disable IMAPI CD Burning means many CD burning programs, not just the one built in, won't work.

-Changing MenuShowDelay is NOT recommended. That delay is there for a reason; without it, you get like 3 or 4 different submenus popping up at once as you go through a menu, which is really annoying and can confuse programs. It doesn't only apply to the Start menu as some people believe; it applies to every menu.

-Disabling Messenger Service is usually a good thing, but there are people who use that. (Messenger Service = net send.)

-Enable Word Wrap in Notepad... er, this is pretty easy to do, just look in the menu.

-Disable Hibernation? Why?

-Disabling the indexing service can improve performance, but it makes searches slower.

-Disabling the Help And Support service is only recommended if you know what you're doing. The troubleshooter may be useless 90% of the time, but for people who aren't computer-savvy, it can be a good thing.

So yeah, be careful what you tweak. BTW, did you copy this from somewhere or did you make it? It looks a lot like the big tweak files you see at other sites.
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6307 days
Posted on 05-15-06 04:30 PM Link | Quote
It's from a friend me and him were developing a Windows Xp Clean Cd, (Pretty Much trying to disable services and take off unwauted program's)

like I said this is just a Tweak, it's small yes and probable wont boost performance that much.


(edited by Acrelvl on 05-15-06 03:30 PM)
Sukasa

Birdo
Not quite as active as before.
Xkeeper supporter
Xk > ||bass
I IP Banned myself! Twice!








Since: 11-17-05
From: Somewhere over there

Last post: 6307 days
Last view: 6306 days
Posted on 05-15-06 09:33 PM Link | Quote
...you can change the notepad font in it's menu anyways... Those look like some useful tweaks... How safe is that set of tweaks, though?
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6307 days
Posted on 05-15-06 10:00 PM Link | Quote
Safe as anything I have it running on my home Computer
and laptop.
Add to favorites | Next newer thread | Next older thread
Acmlm's Board - I3 Archive - Hardware / Software - Intresting Tweak For Xp! |


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.033 seconds; used 382.53 kB (max 468.07 kB)