Monday, February 7, 2011

some registry tweaks

These are some registry tweaks

If u dont know how to use this just read the post fully and then only use otherwise u will be suffered

if u want only some tweaks copy this line as first line in notepad

Quote

Windows Registry Editor Version 5.00


and use what ever tweak u want

Quote

;Disable balloon tips
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowInfoTip"=dword:00000000
"StartButtonBalloonTip"=dword:00000000
"FolderContentsInfoTip"=dword:00000000
"EnableBalloonTips"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]
"Show"=dword:00000000


;Disable Information Bar prompt in Internet Explorer
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar]
"FirstTime"=dword:00000000


;Disable changing My Documents path in My Documents properties
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"DisablePersonalDirChange"=dword:00000001


;Disable the search dog and use advanced search
[HKEY_CURRENT_USER\Software\Microsoft\Search Assistant]
"Actor"=""
"SocialUI"=dword:00000000
"UsageCount"=dword:00000000
"UseAdvancedSearchAlways"=dword:00000001


;Disable security warning popup when running files
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="no"
"RunInvalidSignatures"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
"LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"


;Disable sound beep on error
[HKEY_CURRENT_USER\Control Panel\Sound]
"Beep"="No"
"ExtendedSounds"="no"


;Disable storage of .NET and Windows domain passwords
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"DisableDomainCreds"=dword:00000001


;Disable Task Manager
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]
"DisableTaskMgr"=dword:00000001


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


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


;Enable ClearType for Welcome Screen
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"FontSmoothingType"=dword:00000002


;Sort file names starting with numbers alphabetically too
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStrCmpLogical"=dword:00000001


;On desktop, show My computer icon first instead of My Documents
[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"SortOrderIndex"=dword:00000054


;Remove arrow from desktop shortcuts
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-


;Remove the "Shotcut To..." prefix on desktop shorcut names
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00


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


;Use terminal style (green text) command prompt colors
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"DefaultColor"=dword:0000000a


;Disable right-click context menu
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoViewContextMenu"=dword: 00000001


;Add "Add/Remove Programs" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command]
@="control appwiz.cpl"


;Add "Control Panel" to right-click menu of My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"


;Add "Copy To" and "Move To" to right-click menu of files and folders
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"


;Add "Device Manager" to right-click menu of My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
@="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"


;Add "DOS Prompt" to folder right-click menu
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\DosHere]
@="DOS Prompt"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\DosHere\Command]
@="C:\\WINDOWS\\system32\\cmd.exe /k cd \"%1\""


;Add "DOS Prompt" to drives right-click Menu
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\DosHere]
@="DOS Prompt"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\DosHere\Command]
@="C:\\WINDOWS\\system32\\cmd.exe /k cd \"%1\""


;Add "Empty Recycle Bin" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
@="Empty Recycle Bin"
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"
[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"
[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"


;Add "Internet Properties" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Internet Properties\command]
@="control inetcpl.cpl"


;Add "LogOff" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Logoff]\command]
@="shutdown -l -f -t 5"


;Add "Microsoft Configurator" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Microsoft Configurator\command]
@="msconfig.exe"


;Add "Notepad" to right-click menu of folders
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Notepad]
@="Notepad"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Notepad\command]
@="C:\\Windows\\notepad"


;Add "Reboot" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"


;Add "Register" and "unRegister" to right-click menu of ".dll" files
[HKEY_CLASSES_ROOT\.dll]
"Content Type"="application/x-msdownload"
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile]
@="Application Extension"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""


;Add "Register" and "unRegister" to right-click menu of ".ocx" files
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@="OCX"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""


;Add "Registry Editor" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Regedit.exe"


;Add "Run with High Priority" to right-click menu of ".exe" files
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\XQSHP]
@="Run &with high priority"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\XQSHP\Command]
@="C:\\WINDOWS\\system32\\cmd.exe /c start \"XQSHP\" /high \"%1\""


;Add "Services" to right-click menu of My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\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,78,00,\
65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73,\
00,63,00,20,00,2f,00,73,00,00,00


;Add "Shutdown" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"


;Add "Sound and Audio Devices" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Sound And Audio Devices\command]
@="control mmsys.cpl"


;Add "Windows Firewall" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Windows Firewall\command]
@="control firewall.cpl"


;Add "Windows Security Center" to right-click menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Windows Security Center\command]
@="control wscui.cpl"


;Remove "BMP file" from New menu
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]


;Remove "Briefcase" from New menu
[-HKEY_CLASSES_ROOT\.bfc\ShellNew]


;Remove "Print" from right-click menu of Batch files
[-HKEY_CLASSES_ROOT\batfile\shell\print]


;Remove "Print" from right-click menu of ".cmd" files
[-HKEY_CLASSES_ROOT\cmdfile\shell\print]


;Remove "Print" from right-click menu of Images
[-HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\text\shell\print]


;Remove "Print" from right-click menu of ".inf" files
[-HKEY_CLASSES_ROOT\inffile\shell\print]


;Remove "Print" from right-click menu of ".ini" files
[-HKEY_CLASSES_ROOT\inifile\shell\print]


;Remove "Print" from right-click menu of Internet Shortcut
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\InternetShortcut\shell\print]


;Remove "Print" from right-click menu of ".reg" files
[-HKEY_CLASSES_ROOT\regfile\shell\print]


;Remove "Print" from right-click menu of ".txt" files
[-HKEY_CLASSES_ROOT\txtfile\shell\print]


;Remove "Record" from right-click menu of Wave files
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SoundRec\shell\record]


;Remove "Search" from right-click menu of Drive icon
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\find]


;Remove "Search" from right-click menu of folders
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\find]


;Remove "Toolbars" from right-click menu of Taskbar
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoToolbarsOnTaskbar"=dword:00000001


;Remove ".wav" file from right-click menu of New menu
[-HKEY_CLASSES_ROOT\.wav\ShellNew]


;Remove ".zip" document from right-click menu of New menu
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew]


;Disable "Add Program from CD or Floppy" button in Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"NoAddFromCDorFloppy"=dword:00000001


;Disable "Add Program from Windows Update" button in Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"NoAddFromInternet"=dword:00000001


;Disable "Add New Programs" item in Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"NoAddPage"=dword:00000001


;Disable "Add Windows Components" item in Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"NoWindowsSetupPage"=dword:00000001


;Disable "Change or Remove" item in Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"NoRemovePage"=dword:00000001


;Disable "Set Program access and defaults" item in Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"NoChooseProgramsPage"=dword:00000001


;Disable support information link for installed programs in Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"NoSupportInfo"=dword:00000001


;Show Windows Update Patches as installed programs in Control Panel
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"DontGroupPatches"=dword:00000001


;Add Windows 2000-style user account item To Control Panel
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="User Accounts (Windows 2000 mode)"
"InfoTip"="Starts The Windows 2000 style User Accounts dialog"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\DefaultIcon]
@="%SystemRoot%\\\\System32\\\\nusrmgr.cpl,0"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\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"


;Hide Accessibility Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"access.cpl"="No"


;Hide Add and Remove Programs Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"appwiz.cpl"="No"


;Hide Bluetooth Properties Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"bthprops.cpl"="No"


;Hide Display Properties Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"desk.cpl"="No"


;Hide Firewall Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"firewall.cpl"="No"


;Hide Game Controllers and Joysticks Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"joy.cpl"="No"


;Hide Hardware Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"hdwwiz.cpl"="No"


;Hide Internet Settings Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"inetcpl.cpl"="No"


;Hide Mail Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"mlcfg32.cpl"="No"


;Hide Mouse Control Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"main.cpl"="No"


;Hide Network Connections Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"ncpa.cpl"="No"


;Hide Network Setup Wizard Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"NetSetup.cpl"="No"


;Hide ODBC Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"odbccp32.cpl"="No"


;Hide Phone and Modems Options Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"telephon.cpl"="No"


;Hide Power Management Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"powercfg.cpl"="No"


;Hide Regional Options Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"intl.cpl"="No"


;Hide Security Center Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"wscui.cpl"="No"


;Hide Sounds and Audio Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"mmsys.cpl"="No"


;Hide Speech Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"sapi.cpl"="No"


;Hide System Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"sysdm.cpl"="No"


;Hide Time and date Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"timedate.cpl"="No"


;Hide UPS Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"ups.cpl"="No"


;Hide User Properties Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"nusrmgr.cpl"="No"


;Hide Windows Update Applet
[HKEY_CURRENT_USER\Control Panel\don't load]
"wuaucpl.cpl"="No"


;Disable "Use the web service to find appropriate program on the web" when trying to open file with unknown extension
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"NoInternetOpenWith"=dword:00000001


;Disable "Back" button in the Open/Save dialog
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32]
"NoBackButton"=dword:00000001


;Disable built-in Windows CD burning
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001


;Disable CMD and Batch files
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
"DisableCMD"=dword:00000001


;Disable CMD but allow Batch files
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
"DisableCMD"=dword:00000002


;Disable failed domain logon message
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ReportDC"=dword:00000001


;Disable low disk space notification
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001


;Disable PCMCIA card removal warning
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray]
"PCMCIAFlags"=dword:00000001


;Disable Places Bar in the Open/Save dialog
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32]
"NoPlacesBar"=dword:00000001


;Enable notify of missed Scheduled Tasks
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SchedulingAgent]
"NotifyOnTaskMiss"=dword:00000001


;Enable shutdown reason
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability]
"ShutdownReasonUI"=dword:00000001


;Enable Verbose status messages
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"verbosestatus"=dword:00000001


;Increase balloon tip display time
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TrayNotify]
"BalloonTip"=dword:0000000a


;Disable "Send Information To The Internet..." prompt
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"1601"=dword:00000000


;Disable Accessibility option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Accessibility"=dword:00000001


;Disable AutoComplete prompt
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms]
"AskUser"=dword:00000000


;Disable AutoComplete Form option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"FormSuggest"=dword:00000001


;Disable AutoComplete Form Password option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"FormSuggest Passwords"=dword:00000001


;Disable Automatic Connection Configuration option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Autoconfig"=dword:00000001


;Disable Calendar and Contact List option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"CalendarContact"=dword:00000001


;Disable Certificates option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Certificates"=dword:00000001


;Disable changes to Advanced tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Advanced"=dword:00000001


;Disable changes to Connection Settings tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Connection Settings"=dword:00000001


;Disable "Check if IE is default browser" option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Check_If_Default"=dword:00000001


;Disable Content Advisor option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Ratings"=dword:00000001


;Disable Email, Newsgroup and Internet Call options
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Messaging"=dword:00000001


;Disable Fonts option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Fonts"=dword:00000001


;Disable Foreground and Background Color option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Colors"=dword:00000001


;Disable History option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"History"=dword:00000001


;Disable Home Page option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"HomePage"=dword:00000001


;Disable Internet Connection Wizard
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Connwiz Admin Lock"=dword:00000001


;Disable Internet Explorer Cookie "Privacy Icon" prompt
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"PrivDiscUiShown"=dword:00000001


;Disable Languages option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Languages"=dword:00000001


;Disable Links Colors option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Links"=dword:00000001


;Disable Personal Certificate option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"CertifPers"=dword:00000001


;Disable Proxy server option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Proxy"=dword:00000001


;Disable Reset Web Settings button
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"ResetWebSettings"=dword:00000001


;Disable Site Certificate option
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"CertifSite"=dword:00000001


;Disable Sites Button Option in Security tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"SecAddSites"=dword:00000001


;Disable Temporary Internet Files (all Options)
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Settings"=dword:00000001


;Disable Temporary Internet Files Settings button
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Cache"=dword:00000001


;Add extra URLs to Auto URL searches .gov .mil .co.uk .be .de.nl
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\UrlTemplate]
"5"="www.%s.gov"
"6"="www.%s.mil"
"7"="www.%s.co.uk"
"8"="www.%s.be"
"9"="www.%s.de"
"10"="www.%s.nl"


;Add Google as main/default search page
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Use Search Asst"="no"
"Search Page"="http://www.google.com"
"Search Bar"="http://www.google.com/ie_rsearch.html"
[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://www.google.com/ie_rsearch.html"


;Always expand ALT text for images
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Expand Alt Text"="yes"


;Disable auto resize Of images
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"Enable AutoImageResize"="no"

and then save the file with .reg while saving give " on both sides(example: "tweaks.reg")
and run the file it will popup a message asking permission to modifying the value in registry and it popups for the registry modified also

i am posting second post because my message is exceed the 50000 characters Tongue

Quote

;Disable password caching
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"DisablePasswordCaching"=dword:00000001


;Don't show online content in Media bar
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Media]
"SuppressOnlineContent"="yes"


;Hide Advanced tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"AdvancedTab"=dword:00000001


;Hide Connections tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"ConnectionsTab"=dword:00000001


;Hide Content tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"ContentTab"=dword:00000001


;Hide General tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"GeneralTab"=dword:00000001


;Hide Privacy tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"PrivacyTab"=dword:00000001


;Hide Programs tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"ProgramsTab"=dword:00000001


;Hide Security tab
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"SecurityTab"=dword:00000001


;Launch browsers in separate processes
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BrowseNewProcess]
"BrowseNewProcess"="Yes"


;Max Internet Explorer simultaneous downloads to 10
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer10Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a


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


;Notify when add-ons disabled
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NotifyControlDisable"="yes"


;Reduce size of index.dat in cookies
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Cookies]
"CacheLimit"=dword:00000100
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\History]
"CacheLimit"=dword:00000800
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content]
"CacheLimit"=dword:00000800
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Cookies]
"CacheLimit"=dword:00000100
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\History]
"CacheLimit"=dword:00000800
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]
"PerUserItem"=dword:00000001
"CachePrefix"=""
"CacheLimit"=dword:00000800
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Cookies]
"PerUserItem"=dword:00000001
"CachePrefix"="Cookie:"
"CacheLimit"=dword:00000100
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\History]
"PerUserItem"=dword:00000001
"CachePrefix"="Visited:"
"CacheLimit"=dword:00000800


;Set "Favorites" as default source for Links Toolbar
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"Locked"=dword:00000001
"LinksFolderName"=""


;Set Internet Explorer Address Bar search like Firefox
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl]
@="http://www.google.com/keyword/%s"
"provider"="gogl"
" "="+"
"&"="%26"
"+"="%2B"
"#"="%23"
"?"="%3F"


;Skip Internet Connection Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard]
"Completed"=hex:01,00,00,00
"DesktopChanged"=dword:00000001


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



;Clear Page File at Shutdown
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001


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


;Do not Run F8 menu on bad reboot
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
"AutoChkTimeOut"=dword:00000000


;Don't display last user name in log-on screen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"dontdisplaylastusername"=dword:00000001


;Show Administrator account on Welcome Screen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"Administrator"=dword:00000001


;Speed up shutdown
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="100"
"WaitToKillAppTimeout"="1000"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"


;Disable Event Viewer Snap-In in Computer Management
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{975797FC-4E2A-11D0-B702-00C04FD8DBF7}]
"Restrict_Run"="1"


;Disable Certificates Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{53D6AB1D-2488-11D1-A28C-00C04FB94F17}]
"Restrict_Run"="1"


;Disable Device Manager Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{90087284-d6d6-11d0-8353-00a0c90640bf}]
"Restrict_Run"="1"


;Disable Disk defragmenter Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{43668E21-2636-11D1-A1CE-0080C88593A5}]
"Restrict_Run"="1"


;Disable Disk Management Snap-In in Computer Management
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}]
"Restrict_Run"="1"


;Disable Fax Service Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{753EDB4D-2E1B-11D1-9064-00A0C90AB504}]
"Restrict_Run"="1"


;Disable Indexing Service Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{95AD72F0-44CE-11D0-AE29-00AA004B9986}]
"Restrict_Run"="1"


;Disable IPsec Policy Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{DEA8AFA0-CC85-11d0-9CE2-0080C7221EBD}]
"Restrict_Run"="1"


;Disable Local Users and Groups Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{5D6179C8-17EC-11D1-9AA9-00C04FD8FE93}]
"Restrict_Run"="1"


;Disable Performance Logs and Alerts Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{7478EF61-8C46-11d1-8D99-00A0C913CAD4}]
"Restrict_Run"="1"


;Disable Removable Storage Management Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{3CB6973D-3E6F-11D0-95DB-00A024D77700}]
"Restrict_Run"="1"


;Disable Security Configuration and Analysis Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{011BE22D-E453-11D1-945A-00C04FB984F9}]
"Restrict_Run"="1"


;Disable Security Templates Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{5ADF5BF6-E452-11D1-945A-00C04FB984F9}]
"Restrict_Run"="1"


;Disable Services Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{58221C66-EA27-11CF-ADCF-00AA00A80033}]
"Restrict_Run"="1"


;Disable Shared Folders Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{58221C65-EA27-11CF-ADCF-00AA00A80033}]
"Restrict_Run"="1"


;Disable WMI Control Snap-In
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\{5C659257-E236-11D2-8899-00104B2AFB46}]
"Restrict_Run"="1"


;Add Administrative Tools to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D20EA4E1-3957-11D2-A40B-0C5020524153}]


;Add Control Panel to My computer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons]
"{21EC2020-3AEA-1069-A2DD-08002B30309D}"=dword:00000000


;Add Network Connections to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{7007ACC7-3202-11D1-AAD2-00805FC1270E}]


;Add Printers And Faxes to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}]


;Add Recycle Bin to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]


;Add Scheduled Tasks to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]


;Always use the "explore" style on a newly-opened folder
[HKEY_CLASSES_ROOT\Folder\shell]
@="explore"


;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-89c5-5595fe6b30ee}]


;Remove "view system information" from My Computer/System Tasks
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoPropertiesMyComputer"=dword:00000001


;Disable showing hand When folder shared
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Network\SharingHandler]
@="*"


;Do not mount net-drives instantly, only when they are needed
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider]
"RestoreConnection"=dword:00000000


;Enable faster web page loading
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]
"DnsPriority"=dword:00000001
"HostsPriority"=dword:00000001
"LocalPriority"=dword:00000001
"NetbtPriority"=dword:00000001


;Enable load balancing when 2 NICs present
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NetBT\Parameters]
"RandomAdapter"=dword:00000001
"SingleResponse"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"RandomAdapter"=dword:00000001
"SingleResponse"=dword:00000001


;Enable task offloading to LAN Adapter
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters]
"DisableTaskOffload"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DisableTaskOffload"=dword:00000000


;Force Windows XP to keep positive entries in DNS Cache for only 4 hours instead of the default 24 hours
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxCacheTtl "=dword:00003840


;Increase network throughput
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
"MaxCmds"=dword:00000064
"MaxThreads"=dword:00000064
"MaxCollectionCount"=dword:00000064


;Increase Remote Procedure Call (RPC) packet size
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc]
"MaxRpcSize"=dword:00100000


;Maximize number of simultaneous connections
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000040
"MaxConnectionsPer1_0Server"=dword:00000040


;Remove "Sign Up with Passport" wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport]
"RegistrationCompleted"=dword:00000001


;Set bandwidth preservation for QoS to zero
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched]
"NonBestEffortLimit"=dword:00000000


;Speed Up browsing remote computers form your network (do not scans for printers and scheduled tasks)
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}]


;Stop Windows XP from caching negative responses
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxNegativeCacheTtl "=dword:00000000


;Store more DNS Entries
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"NegativeCacheTime"=dword:00000000
"NetFailureCacheTime"=dword:00000000
"NegativeSOACacheTime"=dword:00000000
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d


;Disable access to Control Panel and its modules
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoControlPanel"=dword:00000001


;Disable access to Display Settings
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\System]
"NoDispCPL"=dword:00000001


;Disable Default Hidden Shares
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\parameters]
"AutoShareWks"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareServer"=dword:00000000


;Disable Internet Options from Internet Explorer tools menu
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserOptions"=dword:00000001


;Disable registry editing tools
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000001


;Disable the ability to right-click on the desktop
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoViewContextMenu"=dword:00000001


;Disable the Windows Hotkeys
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoWinKeys"=dword:00000001


;Disable Windows Installer
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]
"DisableMSI"=dword:00000002


;Hide screen saver tab in Display Properties
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispScrSavPage"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispScrSavPage"=dword:00000001


;Add Taskbar Grouping Options to the Start menu/Customize options
;Group - StartMenu - Speed
;--------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping]
"Text"="Taskbar Grouping Strategy"
"Type"="group"
"Bitmap"="C:\\windows\\system\\shell32.dll,40"
"HelpID"="iexplore.hlp#50041"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping\Age]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group by oldest first"
"Type"="radio"
"CheckedValue"=dword:0
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping\Type]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group by application first"
"Type"="radio"
"CheckedValue"=dword:1
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping\2]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 2 or more application windows "
"Type"="radio"
"CheckedValue"=dword:2
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping\3]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 3 or more application windows "
"Type"="radio"
"CheckedValue"=dword:3
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping\4]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 4 or more application windows "
"Type"="radio"
"CheckedValue"=dword:4
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping\5]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 5 or more application windows "
"Type"="radio"
"CheckedValue"=dword:5
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping\7]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 7 or more application windows "
"Type"="radio"
"CheckedValue"=dword:7
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping\10]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 10 or more application windows "
"Type"="radio"
"CheckedValue"=dword:a
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartMenu\TaskbarGrouping\15]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 15 or more application windows "
"Type"="radio"
"CheckedValue"=dword:f
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
;Start Panel
;===========
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping]
"Text"="Taskbar Grouping Strategy"
"Type"="group"
"Bitmap"="C:\\windows\\system\\shell32.dll,40"
"HelpID"="iexplore.hlp#50041"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping\Age]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group by oldest first"
"Type"="radio"
"CheckedValue"=dword:0
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping\Type]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group by application first"
"Type"="radio"
"CheckedValue"=dword:1
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping\2]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 2 or more application windows "
"Type"="radio"
"CheckedValue"=dword:2
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping\3]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 3 or more application windows "
"Type"="radio"
"CheckedValue"=dword:3
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping\4]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 4 or more application windows "
"Type"="radio"
"CheckedValue"=dword:4
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping\5]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 5 or more application windows "
"Type"="radio"
"CheckedValue"=dword:5
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping\7]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 7 or more application windows "
"Type"="radio"
"CheckedValue"=dword:7
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping\10]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 10 or more application windows "
"Type"="radio"
"CheckedValue"=dword:a
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\TaskbarGrouping\15]
"RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\Advanced"
"Text"="Group 15 or more application windows "
"Type"="radio"
"CheckedValue"=dword:f
"ValueName"="TaskbarGroupSize"
"DefaultValue"=dword:0
"HKeyRoot"=dword:80000001
;"HelpID"="update.hlp#51104"


;Completely clean and simplify the Taskbar
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSetTaskbar"=dword:00000001
"NoTrayItemsDisplay"=dword:00000001
"HideClock"=dword:00000001
"NoToolbarsOnTaskbar"=dword:00000001
"NoTrayContextMenu"=dword:00000001
"NoSaveSettings"=dword:00000000


;Disable Icons in Systray
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoTrayItemsDisplay"=dword:00000001


;Disable Language Bar in Taskbar
[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000


;Disable Start Menu context menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoTrayContextMenu"=dword:00000001


;Disable Start Menu popping up on first boot
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuInit"=dword:00000002
"StartButtonBalloonTip"=dword:00000002


;Remove Logoff from Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"StartMenuLogoff"=dword:00000001


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


;Set StartMenu to show up really fast
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="10"


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


;Don't use the Recycle Bin
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"NukeOnDelete"=dword:00000001


;Cache more icons
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="4096"


;Disable access to System Restore
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]
"DisableConfig"=dword:00000001
"DisableSR"=dword:00000001


;Disable Autorun completely
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom]
"AutoRun"=dword:00000000


;Disable changes in Control Panel/Folder Options/File Types tab
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFileAssociate"=dword:00000001


;Disable the file menu in Windows Explorer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFileMenu"=dword:00000001


;Disable the floppy drive
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDrives"=hex:01,00,00,00


;Disable the Hardware Tab from Mouse, Keyboard, Sounds and Multimedia, hard drives, fDD drives and CD-ROM drives
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoHardwareTab"=dword:00000001


;Disable the Security Tab
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSecurityTab"=dword:00000001


;Disable the shutdown command
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoClose"=dword:00000001


;Disable TimeStamp (storing a time of the last access to the file)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001


;Disable Windows built in Zip functionality
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder]
[-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder]


;Disable writing to portable USB storage devices
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000001


;Do not keep cached roaming profiles
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DeleteRoamingCache"=dword:00000001


;Do not restart the shell automatically (Explorer.exe)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoRestartShell"=dword:00000000


;Enable numlock on login
[HKEY_USERS\.Default\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"


;Enable WFP popups
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SystemFileProtection]
"ShowPopups"=dword:00000001


;Increase Folder View size limit to 8000
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00001f40
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]
"BagMRU Size"=dword:00001f40
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000


;Increase the USB polling interval
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}\0000]
"IdleEnable"=dword:00000001


;Show checkbox "Run in separate memory space" in Start Menu/Run
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"MemCheckBoxInRunDlg"=dword:00000002


;Make the Administrators group the default owner of files instead of the Administrator
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"nodefaultadminowner"=dword:00000001


;Open ".nfo" files with 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.Document"=hex(0):


;Remove ASPNET from Welcome Screen for Auto Logon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"ASPNET"=dword:00000000


;Run 16-bit apps in a separate memory space
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW]
"DefaultSeparateVDM"="Yes"


;Show Scanner or Camera icon on your desktop when you connect it with the USB cable
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{E211B736-43FD-11D1-9EFB-0000F8757FCD}]
@="Scanners & Cameras"


;Set Logon and Logoff dialogs to provide more detailed description of what is happening
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"verbosestatus"=dword:00000001


;Show Superhidden Extensions
[HKEY_CLASSES_ROOT\lnkfile]
"NeverShowExt"=-
[HKEY_CLASSES_ROOT\InternetShortcut]
"NeverShowExt"=-
[HKEY_CLASSES_ROOT\ShellScrap]
"NeverShowExt"=-
[HKEY_CLASSES_ROOT\DocShortcut]
"NeverShowExt"=-
[HKEY_CLASSES_ROOT\piffile]
"NeverShowExt"=-
[HKEY_CLASSES_ROOT\SHCmdFile]
"NeverShowExt"=-


;Speed up access to ".avi" media files
[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]


;Speed up NTFS access by bypassing 8.3 convention and writing lastAccess timestamp
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisable8dot3NameCreation"=dword:00000001
"NtfsDisableLastAccessUpdate"=dword:00000001

No comments:

Post a Comment