AKON FREEDOM-BEAUTIFUL

Wednesday, April 1, 2009

Registry Tricks


Registry Tricks-


All xp tricks u can do with your xp
Be careful this can harm your pc very badly
One mistake and your system is gone

; Disclaimer: These tweaks MAY result in serious problems that may require
; you to reinstall your operating system. I cannot guarantee that problems
; resulting from modifications to the registry can be solved. Use this reg file
; at your own risk.
;
; ** WARNING: Some of these tweaks may not be suitable for your system. Make sure
; you go through the entire list below so that you may modify it according to
; your system and your preferences.
; In case you find a tweak that is not suitable or you plainly dont like it,
; please do not delete it. Instead just comment it out like these notes here.
;
; Also, when adding your own tweaks, please follow the same format followed here.
;
; These tweaks have been compiled from a lot of sources on the web, magazines,
; and from some tweaking programs themselves. Thanks for all those who have
; contributed to this file!
;
;
;----------------------------------------------------- ----------------------------
;
; ------------------------
; Understanding this file:
; ------------------------
;
; This reg file is divided into 9 sections:
; 1 Windows Services
; 2 Desktop Tweaks
; 3 StartMenu and TaskBar Tweaks
; 4 Explorer / System Tweaks
; 5 System / Hardware Tweaks
; 6 Visual Effects Tweaks
; 7 Internet Explorer
; 8 Security / Privacy Related
; 9 Misc. Application Tweaks
;
;
; Basic format / syntax :
; ----------------------
;
; You can use the semi-colon not only to comment, but also to DISABLE unneeded,
; unknown, or inapplicable tweaks. Its better to comment out a tweak with the;
; instead of plainly deleting it so that it can be re-enabled by others incase
; they require the tweak.
;
; For example, a standard tweak may look like this:
;
;;Disable Active Desktop
; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
; "NoActiveDesktop"=dword:00000001
;
; The first line is the description of the tweak which is obviously commented (
; The second line shows the registry key
; The third line is the actual value/setting.
;
; The dword: stands for REG_DWORD type of keys and HAS to be in a 8 bit hex format
; as shown above. Usually 00000001 means yes or true, and 00000000 means no/false.
; To convert decimal (ordinary) values to hex, you can use the windows calculator
; (scientific mode) to convert decimal->hex.
;
; Note: You can directly jump to the various sections of this file by simply
; searching for the index number. Eg, if you search for (7/9), you'd directly
; reach the internet explorer tweaks section.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;



;------(1/9)-------------------Windows Services--------------------------------------
;
; Note: Change the values to set the services to automatic, manual or disable
;
; 00000002 = Automatic
; 00000003 = Manual
; 00000004 = Disabled
;
; The following services have been set to disable by default

;Alerter
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]
"Start"=dword:00000004

;Automatic Updates
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv]
"Start"=dword:00000004

;Background Intelligent Transfer Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS]
"Start"=dword:00000004

;ClipBook
[HKEY _LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv]
"Start"=dword:00000004

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

;ICF/ICS
[HK EY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess]
"Start"=dword:00000004

;IMAPI CD-Burning Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]
"Start"=dword:00000004

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

;IPSEC
[HKEY_L OCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent]
"Start"=dword:00000004

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

;NVIDIA Helper Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NVSvc]
"Start"=dword:00000004

;Performance Logs & Alerts
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]
"Start"=dword:00000004

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

;Remote Registry Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004

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

;SSDP Discovery Service (Universal Plug'n'Play)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV]
"Start"=dword:00000003

;System Restore
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]
"Start"=dword:00000004

;TCP/IP Helper
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]
"Start"=dword:00000004

;Universal Plug'n'Play Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\upnphost]
"Start"=dword:00000003

;UPS
[HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet\Services\UPS]
"Start"=dword:00000004

;Windows Time Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]
"Start"=dword:00000004

;Wireless Zero Configuration
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]
"Start"=dword:00000002

;-------------- ----------------------------------------------------------------------

;--------(2/9)------------------Desktop Tweaks---------------------------------------

;Disable Active Desktop
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"NoActiveDesktop"=dword:00000001

;Disable ClearType
;[HKEY_CURRENT_USER\Control Panel\Desktop]
;"FontSmoothing"="2"
;"FontSmoothingType"=dword:00000001

;Add "Services" to the right-click menu of "My Computer"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30 309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,6 5,00,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069- A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73 ,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,7 8,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,0 0,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,3 3,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,0 0,73, 00,63,00,20,00,2f,00,73,00,00,00

;Add "Computer Management" to the right-click menu of "My Computer"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30 309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,6 5,00,73,00,00,00
"SuppressionPolicy"=dword:4000003c

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-10 69-A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73 ,00,79,00,73,\
00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,6 3,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,73,00,20,00,25,00,77,00,6 9,00,6e,00,64,00,69,00,72,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,6 5,00,6d,00,33,00,32,00,5c,00,73,00,65,00,\
72,00,76,00,69,00,63,00,6 5,00,73,00,2e,00,6d,00,73,00,63,00,00,00

;Remove Shared Documents from My Computer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000001

;Allow renaming and removing of Recycle Bin
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\She llFolder]
"Attributes"=hex:70,10,00,20
"CallForAttributes"=dword:0 0000040

;Remove Shortcut Arrows
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-

;Disables Windows Tour bubble popup
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

;Disable Baloon Tips
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000000

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

;Administrative tools on Control Panel
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D20EA4E1-3957-11d2-A40B-0C5020524153}]
@="Administrative Tools"

;Adds Userpasswords2 to control panel
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="User Accounts 2"
"InfoTip"="Starts The Windows 2000 style User Accounts dialog"

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE129 8969D}\DefaultIcon]
@="%SystemRoot%\\\\System32\\\\nusrmgr.cpl,1"

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C 2CE1298969D}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936- BEE4-C2CE1298969D}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D} \Shell\Open\command]
@="Control Userpasswords2"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="Add Userpasswords2 to Control Panel"

;Control Panel Classic View
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000001

;Show Windows Version on Desktop
;[HKEY_CURRENT_USER\Control Panel\Desktop]
;"PaintDesktopVersion"=dword:00000001

;----------------------------------------------- -----------------------------------

;----(3/9)----------------Sta rt Menu and Taskbar Tweaks----------------------------

;Show Cascading Control Panel Items
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"CascadeControlPanel"="Yes"

;Show Cascading Network Connections
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"CascadeNetworkConnections"="Yes"

;Show Cascading My Documents Folder
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;"CascadeMyDocuments"="Yes"

;Show Cascading My Pictures Folder
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;"CascadeMyPictures"=Yes"

;NoRecentDocsmenu removes the recent documents from the start menu.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsMenu"=dword:00000001

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

;Remove "set programs access default" from startmenu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSMConfigurePrograms"=dword:00000001

;Show control panel in start menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowControlPanel"=dword:00000002

;Enable scrolling in start menu
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;"Start_ScrollPrograms"=dword:00000001

;Disable Highlighting New Programs on Start Menu
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;"Start_NotifyNewApps"=dword:00000000

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

;Show Programs in the Frequently Used Programs List
;[HKEY_CLASSES_ROOT\Applications]
;"NoStartPage"=""

;Remove Frequent Programs List from the Start Menu
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"NoStartMenuMFUprogramsList"=dword:00000001
;
;[HKEY_LOCAL_MACHINE\Software\M icrosoft\Windows\CurrentVersion\Policies\Explorer]
;"NoStartMenuMFUprogramsList"=dword:00000001

;Remove Username from the Start Menu
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"NoUserNameInStartMenu"=dword:00000001
;
;[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"NoUserNameInStartMenu"=dword:00000001

;Remove "All Programs" Button from the Start Menu
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"NoStartMenuMorePrograms"=dword:00000001
;
;[HKEY_LOCAL_MACHINE\Software\Micr osoft\Windows\CurrentVersion\Policies\Explorer]
;"NoStartMenuMorePrograms"=dword:00000001

;Clear Recent Documents When Windows Exits
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"ClearRecentDocsOnExit"=dword:00000001
;
;[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"ClearRecentDocsOnExit"=dword:00000001

;Disable Balloon Tips
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;"EnableBalloonTips"=dword:00000000

;Disable Automatic Hiding of Inactive Tray Icons
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
;"EnableAutoTray"=dword:00000000

;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

;Disable Taskbar Context Menus
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"NoTrayContextMenu"=dword:00000001
;
;[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"NoTrayContextMenu"=dword:00000001



;---------------------------------------- ------------------------------------------

;-----(4/9)----------- --------Explorer / System Tweaks------------------------------

;Disable the Unread Mail Message on the Welcome Screen
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UnreadMail]
;"MessageExpiryDays"=dword:00000000

;Disable Fast User Switching
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AllowMultipleTSSessions"=dword:00000000

;Enable Boot Defrag to speed up booting
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"

;Disable Recent Documents History
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsof t\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000001

;Enable Monitor Power-off on the Logon Screen
;[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
;"PowerOffActive"="1"
;"ScreenSaveActive"="1"
;"SCRNSAVE.EXE"="(None)"
;[HKEY_USERS\.DEFAULT\Control Panel\PowerCfg]
;"CurrentPowerPolicy"="0"

;Classic search, full path in title bar and address bar.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
;"FullPath"=dword:00000001
;"FullPathAddress"=dword:00000 001
"Use Search Asst"="no"
"Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00

;Disables Preview of Movie file formats (allowing you to move/rename/delete without errors)
[-HKEY_CLASSES_ROOT\.avi\ShellEx]
[-HKEY_CLASSES_ROOT\.mpg \ShellEx]
[-HKEY_CLASSES_ROOT\.mpe\ShellEx]
[-HKEY_CLASSES_ROOT\. mpeg\ShellEx]

;This adds the "Open Command Window Here" on the right click menu for folders
;[HKEY_CLASSES_ROOT\Directory\shell\cmd]
;@="Open Command Window Here"
;[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
;@="cmd.exe /k \"cd %L\""
;[HKEY_CLASSES_ROOT\Drive\shell\cmd]
;@="Open Command Window Here"
;[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
;@="cmd.exe /k \"cd %L\""

;Add notepad to right click menu
;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Notepad]
; @="Notepad"

;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell \Notepad\command]
;@="C:\\Windows\\notepad"

;Adds "Copy to" And "Move to" to context menu
;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex \ContextMenuHandlers\Copy To]
;@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
;[HKEY_LOCAL_MACHI NE\SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
;@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

;Shortcuts without "Shortcut to.."
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00

;Disable System Restore
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001

;Show hidden files and folders
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;"Hidden"=dword:00000002

;Edit .nfo files with notepad
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="NOTEPAD.EXE"
"MRUList"="a"

[HKEY_CURRENT_USER\ Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"nfo_auto_file"=hex(0):

;NoLowDiskSpaceChecks (won't check if you are low on diskspace and pop up a balloon telling you)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001

;Disa ble Recycle Bin
;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
;"NukeOnDelete"=dword:00000001

;Disable CDROM AutoRun
;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
;"AutoRun"=dword:00000000

;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
;"NoDriveTypeAutoRun"=dword:00000091

;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"NoDriveTypeAutoRun"=dword:00000091

;Disable CD Burning
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001

;Disable Tracking of Broken Shortcut Links
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoResolveTrack"=dword:00000001

;Disable Use Web Service to open file
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\System]
"NoInternetOpenWith"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"InternetOpenWith"=dword:00000000

;Speeds up copying/moving of zip files(disable zip functionality)
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder]
[-HKEY_CLASSES_R OOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
[-HKEY_LOCAL_MACHI NE\SOFTWARE\Classes\CompressedFolder]

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

;Speed up shutdown
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"

;Application Hung Timeout value
[HKEY_CURRENT_USER\Control Panel\Desktop]
"HungAppTimeout"="1000"

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"HungAppTimeout"="1000"

;Automatically End Hung Applications
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"

;Windows Prefetcher Service
; (0=disabled, 1=app launch prefetch, 2=boot prefetch, 3=both)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003

;Enable Quick Reboot (Shift+Ctrl+Alt+Del)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"EnableQuickReboot"="1"

;Disables Error Reporting, but notifies when critical errors occur
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000

;Disable Welcome Screen and uses Classic Logon
;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
;"LogonType"=dword:00000000

;Disable Windows Picture and Fax Viewer
[-HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers\ShellImagePreview]

;Increasing Icon Cache
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="2000"

;Do not use Simple File Sharing
;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
;"forceguest"=dword:00000000

;Speedup network browsing
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5 BF}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B3030 9D}]

;Speedup network logon/boot
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"SynchronousMachineGroupPolicy"=dword:00000000
"SynchronousUserGroupPolicy"=dword:00000000

;Speed up net by improving DNS resolution
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"Cach eHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d

;Disable "Offline Files and Folders"
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\NetCache]
;"SyncAtLogon"=dword:00000000
;"SyncAtLogoff"=dword:00000000
;"NoReminders"=dword:00000001
;
;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache]
;"Enabled"=dword:00000000

;Speed up opening of My Computer and Explorer
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]
"Start"=dword:00000004

[HKEY_CURRENT_U SER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRemoteRecursiveEvents"=dword:00000001

;Optimize the Windows Server Service (1=minimise memory, 2=balance, 3=max netw. throughput)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"Size"=dword:00000002

;Clear the Page File at System Shutdown
;Use 00000000 for a faster shutdown
;Use 00000001 for security reasons or if your pagefile usage is always high
;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
;"ClearPageFileAtShutdown"=dword:00000001

;----------------------------------------------- -----------------------------------

;-----(5/9)------------------ --System/Hardware Tweaks------------------------------

;Change System Environment Variables
;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
;"TEMP"="N:\\Temp"
;"TMP"="N:\\Temp"

;Disable sticky keys (Popups up when pressing shift for some time, accessibility)
[HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys]
"Flags"="506"

;Disable the NTFS Last Access Time Stamp (speeds up viewing folders in ntfs)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001

; Change the Number of Page Table Entries
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"SystemPages"=dword:0000C350

;Show Run in Separate Memory Space Option to run 16 bit programs in VDM
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"MemCheckBoxInRunDlg"=dword:00000001
;
;[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"MemCheckBoxInRunDlg"=dword:00000001

;Force Windows to Unload DLLs from Memory
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL]
"Default"="1"

;Improve Core System Performance **** WARNING : Requires atleast 512 MB RAM!
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001

;Increase IoPageLockLimit (disk cache)
; Note- Use the following settings depending on your system RAM:
; 00020000 = 131072 KB (if RAM > 512 MB)
; 00010000 = 65536 KB (if RAM > 256 MB)
; 00008000 = 32768 KB (if RAM > 128 MB)
; 00004000 = 16384 KB (if RAM > 64 MB)
; 00002000 = 8192 KB (if RAM > 32 MB)
; 00001000 = 4096 KB (if RAM 512 MB)
;00010000 = 65536 KB (if RAM > 256 MB)
;00008000 = 32768 KB (if RAM > 128 MB)
;00004000 = 16384 KB (if RAM > 64 MB)
;00002000 = 8192 KB (if RAM > 32 MB)
;00001000 = 4096 KB (if RAM <00000001>run

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"MemCheckBoxInRunDlg"=dword:00000001

; Do not use Simple File Sharing (does not work in XP HE)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"forceguest"=dword:00000000

;Put my computer, my network places, my documents , IE on the desktop

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{450D 8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
"{208D2C60-3AEA-10 69-A2D7-08002B30309D}"=dword:00000000
"{871C5380-42A0-1069-A2EA-0800 2B30309D}"=dword:00000000

;Remove Shared Documents from My Computer

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000001
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c 5-5595fe6b30ee}]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

;Clear recent documents when you log-off

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ClearRecentDocsOnExit"=dword:00000001

;Won't check if you are low on disk space and pop up a balloon telling you, No Instrumentation disables windows user tracking and cause the recent used programs from the start menu to stop functioning

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"NoInstrumentation"=dword:00000001

;Hard Disk Free Space Warning Value: 0 - 99 percent (Default is 10)

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters]
"DiskSpaceThreshold"=dword:00000005

;Enable Windows 2000 File Sorting Method
[HKEY_CURRENT_USER\Software\Microsoft\W
indows\CurrentVersion\Policies\Explorer]
"NoStrCmpLogical"=dword:00000001

;cached "folder-view settings", currently 250 (to speed-up browsing local folders)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:000000FA
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]
"BagMRU Size"=dword:000000FA

;Caching thumbnails settings

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
;"ThumbnailSize"=dword:00000020
"ThumbnailQuality"=dword:0000001E

;Display drives in longhorn mode
;0 = windows default
;1 = only network drive's letters shown.
;2 = no drive letters shown
;4 = all drive letters shown

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"ShowDriveLettersFirst"=dword:00000002

; Change Drive name and icon You have to change the \C\ below to the drive you want to change

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultLabel]
@="Local OS"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]
""="c:\icons\myicons.dll,4"

;Show protected operating system files

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Micros oft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSuperHidden"=dword:00000001

;Status bar, list view for Explorer

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]
"Settings"=hex:09,00,00,00,03,00,00,00,00,00,00,00,e0,a5,1f,0e,73,35,cf,11,ae ,\
69,08,00,2b,2e,12,62,04,00,00,00,04,00,00,00,43,00,00,00

;I con view for Explorer

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]
"Settings"=hex:09,00,00,00,01,00,00,00,01,00,00,00,e0,d0,57,00,73,35,cf,11,ae ,\
69,08,00,2b,2e,12,62,04,00,00,00,04,00,00,00,43,00,00,00

;D isplay detail on windows explorer

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]
"Settings"=hex:08,00,00,00,04,00,00,00,01,00,00,00,00,77,7e,13,73,35,cf,11,ae ,\
69,08,00,2b,2e,12,62,04,00,00,00,10,00,00,00,43,00,00,00

;R emove the Logoff Button

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuLogoff"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"StartMenuLogoff"=dword:00000000

;Show logoff button on new start menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuLogoff"=dword:00000001

;Show logoff button on classic start menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"StartMenuLogoff"=dword:00000000

;Force Start Menu Logoff Button - Meaning You Cant Disable It

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceStartMenuLogoff"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceStartMenuLogoff"=dword:00000001



; Enable Cascading of various special folders on Start Menu
"ClassicViewState"=dword:00000001

;----- Start menu Items: Hide/Show/Cascade
;----- dword:00000000= Don't display this time
;----- dword:00000001= Display as a link
;----- dword:00000002= Display as a menu (Cascade)
"Start_ShowControlPanel"=dword:00000002 ; Display Control Pannel as a menu
"StartMenuFavorites"=dword:00000002 ; Show Favorites Menu
"Start_ShowHelp"=dword:00000001 ; Show Help and Support link
"Start_ShowMyComputer"=dword:00000002; Display My Computer as a menu
"Start_ShowMyDocs"=dword:00000002; Display My Documents as a menu
"Start_ShowMyMusic"=dword:00000000; Don't display My Music this time
"Start_ShowMyPics"=dword:00000000; Don't display My Pivtures this time
"Start_ShowNetConn"=dword:00000001; Display Network Conn. as a link
"Start_ShowPrinters"=dword:00000001; Show Printers and Faxes as a link
"Start_ShowRun"=dword:00000001; Display Run Command
"Start_ShowSearch"=dword:00000001; Display Search Command



;Show file extensions

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000001

;Show Hidden Files and Folders (1= Do not Show)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000002

; Hide Protected OS files (1= Show)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSuperHidden"=dword:00000000

;display contents of system folders and C:\ (protected folder)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"WebViewBarricade"=dword:00000001

;Disable thumbnail caching

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisableThumbnailCache"=dword:00000001

;Show hidden files/objects

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001

;Show protected OS files

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ClassicViewState"=dword:00000000
"PersistBrowsers"=dword:000 00000
"ServerAdminUI"=dword:00000000
"EnableBalloonTips"=dword:00000001
"Start_ShowNetPlaces_ShouldShow"=dword:00000041

;Set How many "frequently accessed programs" should be isted at left-panel of new_style Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_MinMFU"=dword:00000004

;Show Control Panel as cascaded menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowControlPanel"=dword:00000002
"Start_ShowHelp"=dword:00000001

;Cascade "My Documents" from Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowMyDocs"=dword:00000002
"Start_ShowMyMusic"=dword:0 0000000
"Start_ShowMyPics"=dword:00000000
"Start_ShowPrinters"=dword:00000000
"Start_ShowSetProgramAccessAndDefaults"=dword:00000000
"Start_ShowRecentDocs"=dword:00000002

;Disable highlighting of new applications in start menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_NotifyNewApps"=dword:00000000

;Administrative Tools in your Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_AdminToolsRoot"=dword:00000000

;Set icon size for start menu , 1 = Large / 0 = Small Icons

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_LargeMFUIcons"=dword:00000001

;Don't Group 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

;Adds Printers and Faxes to MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}]

;Adds Recycle Bin to MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]

;Adds Network Connections to MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{7007ACC7-3202-11D1-AAD2-00805FC1270E}]

;Adds Administrative Tools to MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D20EA4E1-3957-11D2-A40B-0C5020524153}]

;Adds Scheduled Tasks to MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

;Display "Control Panel" in My Computer

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons]
"{21EC2020-3AEA-1069-A2DD-08002B30309D}"=dword:00000000

;Rem ove Recycle Bin From Desktop

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001

;Pr eset Folder Customizations for dialog box Sets default to My Computer then lists My Computer, C:, D:, E:, and Network Places on side C: here is represented as %systemdrive% in the registry

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\PlacesBar]
"Place0"=dword:00000011
"Place1"=hex (2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,\
00,65,00,25,00,5c,00,00,00
"Place2"="D:\\"
"Place3"="E:\\"
"Pl ace4"=dword:00000012
@=dword:00000011

;Specify The First Desktop Icon: (4Cool=My Doc's 54 =My Comp

[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B11 03}]
"SortOrderIndex"=dword:00000048

;No file-folder connections

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"NoFileFolderConnection"=dword:00000001

;Launch Windows Desktop in a Separate Process (i.e., de-link IE from windows explorer - so that both don't crash together)

"DesktopProcess"=dword:00000001

;Show Windows classic folders

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]
"DefaultValue"=dword:00000000

;Foreground Window Lock

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ForegroundLockTimeout"=dword:00030d40
"ForegroundFlashCount"=dword:00000003

;Allow renaming of Recycle Bin

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dwor d:00000000

;Change Recycle Bin Icons The icons must be in the $$ folder directly for unattend install.If you use this after an install then the Bmp file must be under windows folder

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon ]
@="%WinDir%\\system32\\shell32.dll,31"
"Full"="%WinDir%\\system32\\shell32.dll,32"
"Empty"="%WinDir%\\system32\\shell32.dll,31"

;Sort Start Menu and Favourites in Alphabetical Order (All Windows)

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder]

;Remove frequently accessed programs list from Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuMFUprogramsList"=dword:00000001

;Cache more Icons

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="8192"

;Change MenuShowDelay (Start Menu load speed)

[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="200"

;Removes Language Bar

[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A5020 90}]
@=-
"MenuTextPUI"=-

;Classic Menu (change to 00000001 to enable classic look)

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSimpleStartMenu"=dword:00000000

;Disable Automatic Hiding of Inactive Tray Icons

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000000

;Add custom quicklaunch , Please visit http://www.msfn.org/board/index.php?showtopic=51753

;======================================== ===============================
; 7 - Logon
;================================================================== =====

;disable unread mail message at welcome screen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\UnreadMail]
"MessageExpiryDays"=dword:00000000

;Set information to appear above name/password fields in logon prompt
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LogonPrompt"="Veuillez tapper votre nom d'utilisateur et mot de passe"

;Faster reboot time
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"EnableQuickReboot"="1"

Power computer off after shutdown || Value: (0 = default, 1 = power down)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"PowerdownAfterShutdown"="1"

;Setting for log-on screen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"dontdisplaylastusername"=dword:00000001

;Message to display before user logon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"legalnoticecaption"=""
"legalnoticetext"=""

;================================================== =====================
; Visual Settings
;================================================================ =======
;Removes More Themes Online..." option in the Themes dropdown box
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DownloadSites]

;Disable screensavers
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaveActive"="0"
[HKEY_CURRENT_USER\Control Panel\Desktop]
"SCRNSAVE.EXE"=""
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"ScreenSaveActive"="0"
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"SCRNSAVE.EXE"=""

;Enable Clear Type for ALL Users
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothingType"=dword:00000002

;========================================== =============================
; My Computer Right Click
;============================================================= ==========



;Adds Control Panel to right click of MY Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1 069-A2D8-08002B30309D}\shell\Panneau de configuration\command]
@="rundll32.exe shell32.dll,Control_RunDLL"

;Adds Add/Remove to right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B303 09D}\shell\Ajout & Supression de programmes\command]
@="control appwiz.cpl"

;Adds Registry Editor right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B303 09D}\shell\regedit]
@="Regedit"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0 -3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
@="Regedit.exe"

;Adds MSCONFIG right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B303 09D}\shell\msconfig]
@="Msconfig"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D} \shell\msconfig\command]
@="msconfig.exe"



;================================================= ======================
; Context Menus
;================================================================ =======

;Makes a right click option for unknown files (Open with notepad)
[HKEY_CLASSES_ROOT\*\shell]
@="\"notepad.exe %1\""
[HKEY_CLASSES_ROOT\*\shell\open]
@="Ouvrir avec Notepad"
[HKEY_CLASSES_ROOT\*\shell\open\command]
@="notepad.exe %1"

; Get a new Right-click menu option (command box)
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
@="Invite de commande"
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]
@="cmd.exe /k cd %1"

; disable file association web-service - Bypassing "Browse web for program" to open unknown extension. "Open With..." becomes default
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"NoInternetOpenWith"=dword:00000001

; all items have an "edit.." on right-click sending to notepad
[HKEY_CLASSES_ROOT\*\shell\open]
@="Editer avec Notepad"
[HKEY_CLASSES_ROOT\*\shell\open\command]
@="notepad.exe %1"

;This adds an option in the right-click (context) menu to open any folder on your computer in a new window.
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew]
@="Ouvrir dans une nouvelle fenĂȘtre"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew\Command]
@="explorer %1"

;============================================================ ===========
; Internet Explorer and Outlook Express
;=========================================================== ============

;No header and footer in Internet explorer printout
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
"header"=""
"footer"=""

;Minimize Outlook to the System Tray
[HKEY_Current_User\Software\Microsoft\Office\10.0\Outlook\Preferences]
"MinToTray"=dword:00000001

;Brand IE explorer title bar
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Window Title"="Internet Explorer Optimized By Kill-a-Bee"

;Brand Outlook express title bar
[HKEY_CURRENT_USER\Identities\{E2883460-019D-11D8-AC1F-AA7C5EECB833}\Software\Microsoft\Outlo ok Express\5.0]
"WindowTitle"="Outlook Express Optimized By Kill-a-Bee"

;Add Google As Main Start Page
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.bwa-qc.com/"

;Change the Internet Explorer Window Title
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Window Title"="Internet Exploiter/Exploder"

;Add Google As Main/default Search Page
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Use Search Asst"="no"
"Search Page"="http://torrentsearcher.filesharingplace.com/"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
@="http://www.google.com/keyword/%s"
"provider "="gogl"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://torrentsearcher.filesharingplace.com/ie/"

;Adds search keywords to Internet Explorer address bar (in this order: Microsoft Knowledge Base, Altavista, Google, MSN, FileMirrors)
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB]
@="http://support.microsoft.com/?kbid=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV]
@="http://www.microhard.co.nr"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\g]
@="http://www.google.com/search?q=%s"

0 comments:

Post a Comment

 

HACK Tip Blak Magik is Designed by productive dreams for smashing magazine Bloggerized by Ipiet Distributed by Fractal Enlightenment of Fractal Blog Network © 2008