You are not logged in.
EEE Optimizer 0.21 released!
Its purpose is to optimize EEE PC's containing a solid state drive. It gives them the best performance and significantly increases the lifespan of the EEE ssd.
Please note that this Optimizer does everything from graphics to registry modifications in order to squeeze the very best performance from the EEE.
You take full responsibility if anything goes wrong or you lose data / security etc.........
But that is highly unlikely!
Here is a brief introduction (0.21 Release):
It disables system restore (freeing around 500mb of HD space)
It disables all popup windows from the tray (Including the popup "Your Wireless Network Is Now Connected"
)
It sets the theme to classic
It sets the system in visual performance mode
It really disables the page file
It reduces NTFS write overheads such as stopping ntfs from putting last access time on each file when you open it (cause thats classed as a write)
It disables Windows XP prefetcher
It sets control panel to classic
It disables the Theme service
It disables system sounds such as the Windows startup
It deletes the NTFS usn journal
This latest release fixes a few bugs and also includes a still in development uninstaller which doesn't fully work.
Extract files from exe and launch Installer from the EEE Optimizer folder.
http://rapidshare.com/files/189457282/E … r_0.21.exe
Please post feedback and success stories!
Last edited by cytec (2009-01-25 9:10:58 pm)
Offline
I think you'll have trouble getting people to jump in to download something from a 1st time poster ?
![]()
Offline
Any web introduction? I won't download & install any tweaks that I don't know what it does on my system.
Offline
show us the source code
Offline
If that is all it could do, then I don't need it as I already done all that! ![]()
Offline
Yea its just designed to help if your doing multiple EEE's or if you don't have the skills but need a faster EEE. Its just scripted using a bat and reg file (You can cancel or skip most of the steps if you have already done them). Or if you think you have applied all the performance tricks but just want to make sure you applied them all than running this will make sure you didn't miss any.
Last edited by cytec (2009-01-25 7:09:01 am)
Offline
cytec wrote:
Here is a brief introduction:
It disables system restore (freeing around 500mb of HD space)
It disables all popup windows from the tray
It set the theme to classic
It sets the system in visual performance mode
It really disables the page file
It reduces NTFS write overheads such as stopping ntfs from putting last access time on each file when you open it (cause thats classed as a write)
It disables Windows XP prefetcher
It sets control panel to classic
It disables the Theme service
Thats pretty much it, I don't think i forgot anything but feel free to check anyway.
I believe that these are the steps that deliver ultimate performance from a ssd EEE unit. I have so far run it on my own and my friends EEE.
That sounds Good !
If you had released this maybe 8 months ago, you would have saved e 2 weeks figuring out how to do all this stuff manually ![]()
...But i seemed to have managed to do 90% of the above by tweaking and niliting Windows XP
Offline
Could be very useful for less technically inclined people.. the ones that probably don't read anything in the modding sub-forum.
I'm guessing your app might be more appreciated over in the XP forum.
Offline
You need not create another thread for this. All you need to do is to report to the moderator to move this thread.
Offline
does it work 'selective' or will it automatically change ALL the above settings?
Offline
anyone tried to program?
Offline
I think we are all scared to ![]()
The guys a first time poster, If anyone does download, Scan it before and after running the program, hes mentioned .bat files are used, these are potentially hazardous.
Offline
nothing scary about it, lads ![]()
here's the batch file:
@echo off echo Welcome to Ben's EEE PC optimization script. After running this script your EEE PC will be SIGNIFICANTLY faster than a standard Windows XP Install. echo -------------------------------------------------------------------------------- echo Please note that by continuing you accept full responsibility if you have any problems. echo -------------------------------------------------------------------------------- pause fsutil behavior set disablelastaccess 1 copy classic.Theme c:\Windows nircmd.exe service disabled Themes cls echo Now we are going to optimize Windows visual settings to perform best on your EEE PC. When you continue a pop up window will appear, Please select "Ok" echo -------------------------------------------------------------------------------- pause c:\windows\classic.Theme cls echo Ok now I need you to follow these steps they are the only manual steps in this entire process: echo -------------------------------------------------------------------------------- echo 1) Click "Start" echo 2) Click "Control Panel" echo 3) Click "System" echo 4) Click "Advanced" echo 5) Click "Settings" under "Performance" echo 6) Click "Adjust for best performance" echo 7) Click "Ok" echo 8) Return to this setup program to continue automatically optimising the rest of your EEE PC. echo -------------------------------------------------------------------------------- pause cls echo Ok in this next part you will see a popup asking if you want to add information to your registry. Please select "Yes" followed by "Ok". echo -------------------------------------------------------------------------------- pause reg.reg cls echo Ok your optimization is complete, you will not see any performance increase until you restart your EEE PC. Your EEE PC will now be restarted. echo -------------------------------------------------------------------------------- pause nircmd.exe qboxcom "Do you want to restart your EEE PC?" "System Restart" exitwin reboot
and here are the registry tweaks:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnablePrefetcher"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] "Enable"="N" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OptimalLayout] "EnableAutoLayout"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "PagingFiles"=hex(7):00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore] "DisableSR"=dword:1 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce] "Set Visual Effects"="%systemdrive%\Install\Tweaks\Visual\SetVisualEffects.exe /silent" ; ControlPanel Classic [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel] "RecentView"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\BootAnimation] "DisableStartupSound"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "EnableBalloonTips"=dword:0
Offline
so its good?
Offline
Other than ballon tips those are mostly things I'd do.
I'd also disable search assistant. If you disable it you can also reclaim space from SA: C:\WINDOWS\srchasst
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState
"Use Search Asst" ->no
Disable cleanup wizard every 60 days
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\Desktop\CleanupWiz. Value Name: NoRun, Data Type: REG_DWORD (DWORD Value), Value Data: (0 = enabled, 1= disable wizard).
Disable Error Reporting
Start/Run/Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting. Value: DoReport, 1 = Send Reports, 0 = Don't Send.
Offline
how hard is it to undo this?
Offline
MaiCody wrote:
how hard is it to undo this?
As easy as restoring a reg backup, plus undoing a few of the other tweaks.
Offline
I have run this and it seems to work.
A very minor point: When I tweaked the performance settings, I couldn't go straight from Start to Control Panel, I had to go via Settings, so the batch file should read:
..... echo Ok now I need you to follow these steps they are the only manual steps in this entire process: echo -------------------------------------------------------------------------------- echo 1) Click "Start" echo 2) Click "Settings" echo 3) Click "Control Panel" echo 4) Click "System" echo 5) Click "Advanced" echo 6) Click "Settings" under "Performance" echo 7) Click "Adjust for best performance" echo 8) Click "Ok" echo 9) Return to this setup program to continue automatically optimising the rest of your EEE PC. echo -------------------------------------------------------------------------------- pause ...
Offline
Turionaltec
MaiCody
Niel1952
Thanks for the input guys, I will be adding additional performance tweaks in 0.3 (Turionaltec). Also I have found a way to create a complete backup of the registry using the bat and the uninstaller will also be completed for 0.3.
If anyone would like to share their optimizing secrets please feel free to post them for 0.4.
Offline
You could add a few ideas from here - http://www.tweakxp.com/ to your program.
Offline
Offline
I did some more tweaks.
-Set Auto updates to download then notify, and prevent autoupdates from nagging you to restart / restarting the computer on you.
-Disable first time tour
-Disable low resolution warning
-Set the good view options in Explorer
-Prevent Internet connection wizard from appearing
-Disable hibernation
-Disable all sounds
-Disable Stickykeys, togglekeys, filterkeys shortcuts
A number of these in addition to doing in the "current account", mounts the "default user" registry hive and adds the tweaks so they will apply to newly created users.
The thing with some of these tweaks is they aren't applicable to hard drive users. They would want page file, prefetch, etc. Really a lot of these settings should be adjusted to user preferences and not blindly run. If anyone cared I could try to make up an AutoIT frontend to the whole thing.
Tweak.CMD
POWERCFG /HIBERNATE OFF reg load HKU\TempUser "C:\Documents and Settings\Default User\NTUSER.DAT" reg import Sound-global.reg reg import Sound.reg reg import automaticupdate.reg reg import explorerview-global.reg reg import explorerview.reg reg import reg.reg reg unload HKU\TempUser
sound-global.reg
Windows Registry Editor Version 5.00 [HKEY_USERS\TempUser\AppEvents\Schemes] @=".None" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default] @="Windows" "DispFileName"="@mmsys.cpl,-5856" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\.Default] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\.Default\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\AppGPFault] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\AppGPFault\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\CCSelect] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\CCSelect\.current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\Close] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\Close\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\DeviceConnect] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\DeviceDisconnect] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\DeviceFail] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\MailBeep] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\MailBeep\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\Maximize] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\Maximize\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\MenuCommand] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\MenuCommand\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\MenuPopup] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\MenuPopup\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\Minimize] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\Minimize\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\Open] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\Open\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\PrintComplete] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\PrintComplete\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\PrintComplete\.Default] @=hex(2):00,00 [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\RestoreDown] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\RestoreDown\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\RestoreDown\.Default] @=hex(2):00,00 [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\RestoreUp] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\RestoreUp\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\RestoreUp\.Default] @=hex(2):00,00 [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\ShowBand] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\ShowBand\.current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemAsterisk] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemExclamation] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemExit] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemExit\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemHand] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemHand\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemNotification] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemQuestion] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemStart] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\SystemStart\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\WindowsLogoff] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\WindowsLogon] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Conf] @="NetMeeting" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Conf\Person Joins] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Conf\Person Joins\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Conf\Person Leaves] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Conf\Person Leaves\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Conf\Receive Call] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Conf\Receive Call\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Conf\Receive Request to Join] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Conf\Receive Request to Join\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer] @="Windows Explorer" "DispFileName"="@mmsys.cpl,-5854" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\ActivatingDocument] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\BlockedPopup] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\MoveMenuItem] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\Navigating] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\Navigating\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\SecurityBand] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\MSMSGS] @="Windows Messenger" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_ContactOnline] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_ContactOnline\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewAlert] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewAlert\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewMail] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewMail\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewMessage] [HKEY_USERS\TempUser\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewMessage\.Current] @="" [HKEY_USERS\TempUser\AppEvents\Schemes\Names]
sound.reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\AppEvents\Schemes] @=".None" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default] @="Windows" "DispFileName"="@mmsys.cpl,-5856" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\.Default] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\.Default\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\AppGPFault] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\AppGPFault\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\CCSelect] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\CCSelect\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Close] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Close\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceConnect] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceDisconnect] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceFail] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MailBeep] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MailBeep\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Maximize] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Maximize\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MenuCommand] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MenuCommand\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MenuPopup] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MenuPopup\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Minimize] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Minimize\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Open] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\Open\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\PrintComplete] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\PrintComplete\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\PrintComplete\.Default] @=hex(2):00,00 [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\RestoreDown] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\RestoreDown\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\RestoreDown\.Default] @=hex(2):00,00 [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\RestoreUp] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\RestoreUp\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\RestoreUp\.Default] @=hex(2):00,00 [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\ShowBand] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\ShowBand\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAsterisk] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExclamation] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemHand] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemHand\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemNotification] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemQuestion] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogon] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf] @="NetMeeting" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Person Joins] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Person Joins\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Person Leaves] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Person Leaves\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Receive Call] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Receive Call\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Receive Request to Join] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Conf\Receive Request to Join\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer] @="Windows Explorer" "DispFileName"="@mmsys.cpl,-5854" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\ActivatingDocument] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\BlockedPopup] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\MoveMenuItem] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SecurityBand] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS] @="Windows Messenger" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_ContactOnline] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_ContactOnline\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewAlert] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewAlert\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewMail] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewMail\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewMessage] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\MSMSGS\MSMSGS_NewMessage\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Names]
automaticupdate.reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] ;Set to download and notify, but not install "AUOptions"=dword:00000003 ;Why on earth would I want the computer to restart if someone's using it? "NoAutoRebootWithLoggedOnUsers"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU] ;Set to download and notify, but not install ;Enabling this will prevent you from changing it from system properties ;"AUOptions"=dword:00000003 ;Why on earth would I want the computer to restart if someone's using it? "NoAutoRebootWithLoggedOnUsers"=dword:00000001 ;0=force restart, 1=don't force restart. "RebootWarningTimeoutEnabled" = dword:00000001 ;(Minutes to wait before forcing scheduled reboot, Default = 5) "RebootWarningTimeout" = dword:00001440 (Minutes to wait before forcing scheduled reboot, Default = 5) ;(0 = Show the "Restart Later" nag once, Default = 1) I hit restart later, that means stop annoying me "RebootRelaunchTimeoutEnabled" = dword:00000000 ;(Minutes between the "Restart Later" popups, Default = 10). Talk about annoying. 1440=24h "RebootRelaunchTimeout" = dword:00001440
explorerview-global.reg
Windows Registry Editor Version 5.00 ;Swap the commented out line to set default settings for new accounts. [HKEY_USERS\TempUser\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] ;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] ;****** Show protected folders, system folders, "WebViewBarricade"=dword:00000001 "HideFileExt"=dword:00000000 ;****** Normal hiden files "Hidden"=dword:00000001 ;****** System hiddenfiles "SuperHidden"=dword:00000001 "ServerAdminUI"=dword:00000000 ;****** Show compressed folders as blue "ShowCompColor"=dword:00000001 ;****** Allow upcase names AKA show the names as they ACTUALLY ARE "DontPrettyPath"=dword:00000001 ;****** Show file sizes in folder tips "ShowInfoTip"=dword:00000001 ;****** Classic folder display, no tasks "WebView"=dword:00000000 ;****** Each window opens in new process. Uses more RAM but good if ;****** stability problems exist. "SeparateProcess"=dword:00000001 ;****** Prevents popping up start menu on first boot "StartMenuInit"=dword:00000002 ;****** Control taskbar locking ;"TaskbarSizeMove"=dword:00000001 ;****** Disable taskbar grouping. "TaskbarGlomming"=dword:00000000 ;****** OHHHH That's how you find programs. Didn't catch that in the past ;****** 14 years the start butten has been there. "StartButtonBalloonTip"=dword:00000002 ;****** Controls whether the start menu scrolls. Change depending on the ;****** number of items "StartMenuScrollPrograms"="NO" ;****** Keep Windows from randomly hidding start menu items "IntelliMenus"=dword:00000000 ;****** Keep explorer from bogging down your computer looking for network printers "NoNetCrawling"=dword:00000001 ;****** "FolderContentsInfoTip"=dword:00000001 ;****** Automatically expand folders in treeview "FriendlyTree"=dword:00000001 ;****** Prevents creation of .db files ;"DisableThumbnailCache"=dword:00000001 ;****** "ClassicViewState"=dword:00000000 ;****** Do not remember last opened windows "PersistBrowsers"=dword:00000000
explorerview.reg
Windows Registry Editor Version 5.00 ;Swap the commented out line to set default settings for new accounts. ;[HKEY_USERS\TempUser\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] ;****** Show protected folders, system folders, "WebViewBarricade"=dword:00000001 "HideFileExt"=dword:00000000 ;****** Normal hiden files "Hidden"=dword:00000001 ;****** System hiddenfiles "SuperHidden"=dword:00000001 "ServerAdminUI"=dword:00000000 ;****** Show compressed folders as blue "ShowCompColor"=dword:00000001 ;****** Allow upcase names AKA show the names as they ACTUALLY ARE "DontPrettyPath"=dword:00000001 ;****** Show file sizes in folder tips "ShowInfoTip"=dword:00000001 ;****** Classic folder display, no tasks "WebView"=dword:00000000 ;****** Each window opens in new process. Uses more RAM but good if ;****** stability problems exist. "SeparateProcess"=dword:00000001 ;****** Prevents popping up start menu on first boot "StartMenuInit"=dword:00000002 ;****** Control taskbar locking ;"TaskbarSizeMove"=dword:00000001 ;****** Disable taskbar grouping. "TaskbarGlomming"=dword:00000000 ;****** OHHHH That's how you find programs. Didn't catch that in the past ;****** 14 years the start butten has been there. "StartButtonBalloonTip"=dword:00000002 ;****** Controls whether the start menu scrolls. Change depending on the ;****** number of items "StartMenuScrollPrograms"="NO" ;****** Keep Windows from randomly hidding start menu items "IntelliMenus"=dword:00000000 ;****** Keep explorer from bogging down your computer looking for network printers "NoNetCrawling"=dword:00000001 ;****** "FolderContentsInfoTip"=dword:00000001 ;****** Automatically expand folders in treeview "FriendlyTree"=dword:00000001 ;****** Prevents creation of .db files ;"DisableThumbnailCache"=dword:00000001 ;****** "ClassicViewState"=dword:00000000 ;****** Do not remember last opened windows "PersistBrowsers"=dword:00000000
reg.reg
Windows Registry Editor Version 5.00 ;***** Prefetch and reorder ;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] ;"EnablePrefetcher"=dword:00000000 ;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] ;"Enable"="N" ;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OptimalLayout] ;"EnableAutoLayout"=dword:00000000 ;****** Disable page file ;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] ;"PagingFiles"=hex(7):00,00 ;****** Disable system restore [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore] "DisableSR"=dword:1 ;****** Disable Error reporting when programs crash. Makes for faster program crashes [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "DoReport"=dword:00000000 ;****** ControlPanel Classic [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel] "RecentView"=dword:00000000 [HKEY_USERS\TempUser\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel] "RecentView"=dword:00000000 ;****** Disable all Balloon tips... Enabling this may block critical warnings. ;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] ;"EnableBalloonTips"=dword:0 ;****** Just let me use IE so I can download Firefox / Opera [HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard] "Completed"=hex:01,00,00,00 [HKEY_USERS\TempUser\Software\Microsoft\Internet Connection Wizard] "Completed"=hex:01,00,00,00 ;****** Prevents Cleanup wizard from running every 60 days [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 [HKEY_USERS\TempUser\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 ;****** Disable Annoying dog when searching. Replace with Classic search. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "Use Search Asst"="no" [HKEY_USERS\TempUser\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "Use Search Asst"="no" ;****** XP is 7 years old. I don't need a tour. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;****** Don't track usage that generates personalized start menus that miss items you need [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoInstrumentation"=dword:00000001 [HKEY_USERS\TempUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoInstrumentation"=dword:00000001 ;****** My screen resolution is 800x480. It ain't getting any higher [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\DontShowMeThisDialogAgain] "ScreenCheck"="no" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\DontShowMeThisDialogAgain] "ScreenCheck"="no" ;****** I don't want PC Speaker beeps on errors when I set no sound [HKEY_CURRENT_USER\Control Panel\Sound] "Beep"="No" "ExtendedSounds"="No" [HKEY_USERS\TempUser\Control Panel\Sound] "Beep"="No" "ExtendedSounds"="No" ;****** I don't want Conflicker, Sony DRM CDs, or annoying popups when I plug in drives ;****** AKA disable Autorun [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoDriveTypeAutoRun"=dword:000000ff [HKEY_USERS\TempUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoDriveTypeAutoRun"=dword:000000ff [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer] "NoDriveTypeAutoRun"=dword:000000ff "HonorAutoRunSetting"=dword:00000001 ;****** Accessibility options that beep the PC speaker & pop up when you hold down shift ; Disable Sticky Keys [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys] "Flags"="506" ; Disable Sticky Keys [HKEY_USERS\TempUser\Control Panel\Accessibility\StickyKeys] "Flags"="506" ; Disable Filter Keys [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] "Flags"="122" ; Disable Filter Keys [HKEY_USERS\TempUser\Control Panel\Accessibility\Keyboard Response] "Flags"="122" ; Disable Toggle Keys [HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys] "Flags"="58" ; Disable Toggle Keys [HKEY_USERS\TempUser\Control Panel\Accessibility\ToggleKeys] "Flags"="58"
Offline
Mirror for Release 2 Added : http://www.eeefiles.com/index.php?act=view&id=652
Offline
I will be giving this a shot later today after I've had a chance to back a few things up. ![]()
Although I am a little confused with so many people adding tweaks and hosting... who is maintaining this now?
Kudos for your hard work though cytek.
BTW, in UNINSTALL.BAT
"echo This script will try reverse most of the changes made by EEE Optimizer on your system."
Need a "to" after "try"
![]()
Last edited by atomicwedgie (2009-04-03 11:25:59 am)
Offline