Jump to content

Registry Tweaks, Part-1


Recommended Posts

:P

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"="http://www.google.com"
"Search Bar"="http://www.google.com/ie"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie"

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

Link to comment
Share on other sites


FOR ALL THOSE LOOKING FOR "SMALL ICONS" ON THE CLASSIC START MENU

I figured this out a looong time ago (after many, many hours) for my Windows PE environment.  Alas, I do not remember the exact keys.

I believe these were them, however:

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]
"Settings"=hex:28,00,00,00,00,00,00,ff,06,00,00,00,03,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

Try them and see if it works, I'll try to confirm it again.

Attached is a screenshot to show it is possible.

Does not work with WinXP though. :(

Yes I restarted.

Link to comment
Share on other sites

For small Icons in the classic menu try this:

Set small icons in your classic start menu, log out and then log back in. This ensures that explorer writes the settings to the registry.

Export this key from your registry:

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]

The way I tested this was:

1) Set the start menu back to large icons.

2) Logged out and back in to ensure those settings were copied to the registry.

3) Killed explorer from Task Manager.

4) Launched a command prompt from Task manger: File > New task : cmd.exe

5) Imported the reg file from the command prompt I exported previously: Regedit /s regfile.reg or whatever.

6) Launched explorer from the command prompt.

The small icons were back in the start menu so if you import this tweak from cmdlines.txt it should work.

Extra note: The taskbar size is stored in that same key as well.

Link to comment
Share on other sites

For small Icons in the classic menu try this:

Set small icons in your classic start menu, log out and then log back in. This ensures that explorer writes the settings to the registry.

Export this key from your registry:

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]

The way I tested this was:

1) Set the start menu back to large icons.

2) Logged out and back in to ensure those settings were copied to the registry.

3) Killed explorer from Task Manager.

4) Launched a command prompt from Task manger: File > New task : cmd.exe

5) Imported the reg file from the command prompt I exported previously: Regedit /s regfile.reg or whatever.

6) Launched explorer from the command prompt.

The small icons were back in the start menu so if you import this tweak from cmdlines.txt it should work.

Extra note: The taskbar size is stored in that same key as well.

I guess I should have mentioned that:

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]

should be installed with cmdlines.txt as it will make the "small icons" on the classic start menu for all users created by the default account (your exsisting account would predate this). Changing it to:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]

Though, just to be safe you should probably slip both registry keys in via cmdlines.txt

Should affect your current user account. To verify this works, follow jrzycrim instructions.

Link to comment
Share on other sites

No luck. :(

Nither with:

HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2

Update:

Never mind. It was acting funny. Finally figured it out.

Thanks a lot!!

What did you do?

Because mine still don't work. :no:

Well make it small icons on start menu.

Then restart computer. Loging off or killing explorer did not work here.

Then export:

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]

Then change it to large icons and restart computer.

Then open the task manger and kill explorer and then run "cmd" and then cd to the directory with the exported registry file and run it:

regedit NOF.reg

Then run explorer.

Then log off and back on.

Then it should be small icons on classic start menu.

Link to comment
Share on other sites

my regfile how to disable visual effects ???

Windows Registry Editor Version 5.00

;---------->Services<----------

;Disable Automatic Updates

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

;Disable Error Reporting Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]

"Start"=dword:00000004

;Disables Error Reporting, but notifies when errors occur

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]

"DoReport"=dword:00000000

;Disable Help and Support

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]

"Start"=dword:00000004

;Disable Imapi CD-Burning Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]

"Start"=dword:00000004

;Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]

"Start"=dword:00000004

;Enable Network Connections for faster loading

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman]

"Start"=dword:00000002

;Enable Network Location Awareness (NLA) for faster loading

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Nla]

"Start"=dword:00000002

;Disable Performance Logs & Alerts

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]

"Start"=dword:00000004

;Disable Portable Media Serial Number Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmdmPmSN]

"Start"=dword:00000004

;Disable Remote Registry Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]

"Start"=dword:00000004

;Disable Security Center (SP2 only)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]

"Start"=dword:00000004

;Disable System Restore Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]

"Start"=dword:00000004

;Disable Task Scheduler

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]

"Start"=dword:00000004

;Disable UPS

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS]

"Start"=dword:00000004

;Enable Windows Firewall/Internet Connection Sharing (ICS)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess]

"Start"=dword:00000002

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

;---------->SP2 only tweaks<----------

;Disable Anti-virus Notifications

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

"AntiVirusDisableNotify"=dword:00000001

;Disable Firewall Notifications

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

"FirewallDisableNotify"=dword:00000001

;Disable Automatic Updates Notifications

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

"UpdatesDisableNotify"=dword:00000001

;Override Antivirus

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

"AntiVirusOverride"=dword:00000001

;Override Windows Firewall

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

"FirewallOverride"=dword:00000001

;Disable Security Center

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]

"Start"=dword:00000004

;Disable SP2 warning messages for executables

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]

"CheckExeSignatures"="no"

"RunInvalidSignatures"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{11D31951-7848-48E3-89C2-6762AF05C427}User\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]

"SaveZoneInformation"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]

"LowRiskFileTypes"=".exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"

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

;---------->Start-Up/Shutdown Tweaks<----------

;This allows boot files to be placed optimally on the hard-drive for faster boots.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]

"Enable"="Y"

;Speed up shutdown

[HKEY_CURRENT_USER\Control Panel\Desktop]

"HungAppTimeout"="5000"

"WaitToKillAppTimeout"="4000"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

"WaitToKillServiceTimeout"="1000"

;num lock on

[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]

"InitialKeyboardIndicators"="2"

;Prefetcher tweak(faster booting)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]

"EnablePrefetcher"=dword:00000003

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

;---------->Internet Explore Tweaks<----------

;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"MaxConnectionsPer1_0Server"=dword:0000000a

"MaxConnectionsPerServer"=dword:0000000a

;disable IE's script debugger

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"Disable Script Debugger"="yes"

;IE Cache set to 200MB

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]

"CacheLimit"=dword:00032000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content]

"CacheLimit"=dword:00032000

;Search with google from the address bar instead of MSN

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\G]

@="http://www.google.com/search?q=%s"

;Speed up Network Browsing by removing Network Scheduled Tasks

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

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

;---------->User Interface Tweaks<----------

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

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

;Allow renaming of Recycle Bin

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]

"Attributes"=hex:50,01,00,20

"CallForAttributes"=dword:00000000

;Disable the Desktop Cleanup Wizard

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]

"NoRun"=dword:00000001¸

;Disable Automatic Restart in the event of a BSOD

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]

"AutoReboot"=dword:00000000

;Remove Shortcut Arrows

[HKEY_CLASSES_ROOT\lnkfile]

;"IsShortcut"=-

;Remove "Shotcut to" in new shorcuts

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

"Link"=hex:00,00,00,00

;Disables Windows Tour Bubble 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

;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

;NoRecentDocsmenu removes the recent documents from the start menu.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoRecentDocsMenu"=dword:00000001

;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\""

;Removes Language Bar

[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]

@="Language bar"

"MenuTextPUI"="@%SystemRoot%\System32\msutb.dll,-325"

;20 Small icons in start menu and "SMALL ICONS" ON THE START MENU

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"Start_LargeMFUIcons"=dword:00000000

"Start_MinMFU"=dword:00000014

;Sorts My Computer Above My Documents

[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]

"SortOrderIndex"=dword:00000054

;Remove the Help Option from the Start Menu

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoSMHelp"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoSMHelp"=dword:000000

;Detail mode in all folder

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]

"Settings"=hex:09,00,00,00,04,00,00,00,00,00,00,00,00,77,7e,13,73,35,cf,11,ae,\

69,08,00,2b,2e,12,62,04,00,00,00,03,00,00,00,43,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]

"Settings"=hex:09,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,05,00,00,00,43,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\0]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,\

00,00,00,00,00,00,00,f0,f0,f0,f0,14,00,03,00,7c,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,00,00,28,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,b4,00,60,00,78,00,78,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\1]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,03,00,00,00,90,00,00,00,00,00,01,\

00,00,00,00,00,00,00,f0,f0,f0,f0,14,00,03,00,90,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,00,3c,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,b4,00,60,00,78,00,78,00,00,00,00,00,01,00,00,00,\

02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\10]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\11]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\12]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\13]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\14]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\15]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\16]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\17]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\18]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\19]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,2b,ac,00,00,9a,00,00,00,00,00,01,\

00,00,00,00,00,00,00,f0,f0,f0,f0,14,00,03,00,9a,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,00,46,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,04,00,00,00,b4,00,60,00,78,00,78,00,78,00,00,00,\

00,00,01,00,00,00,02,00,00,00,03,00,00,00,23,00,00,00,ff,ff,ff,ff,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\2]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,90,00,00,00,00,00,01,\

00,00,00,00,00,00,00,f0,f0,f0,f0,14,00,03,00,90,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,00,3c,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,b4,00,60,00,78,00,78,00,00,00,00,00,01,00,00,00,\

02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\20]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\21]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\22]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\23]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,90,00,00,00,00,00,01,\

00,00,00,00,00,00,00,f0,f0,f0,f0,14,00,03,00,90,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,00,3c,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,b4,00,60,00,78,00,78,00,00,00,00,00,01,00,00,00,\

02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\24]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\25]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\26]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\27]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\28]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\29]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\3]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,90,00,00,00,00,00,01,\

00,00,00,00,00,00,00,f0,f0,f0,f0,14,00,03,00,90,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,00,3c,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,b4,00,60,00,78,00,78,00,00,00,00,00,01,00,00,00,\

02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\30]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\31]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,03,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\32]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\4]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\5]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\6]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\7]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\8]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\9]

"ViewView2"=hex:1c,00,00,00,01,00,00,00,00,00,00,00,00,00,64,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,64,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults]

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=hex:1c,00,00,00,04,00,00,00,00,00,00,\

00,00,00,9a,00,00,00,00,00,01,00,00,00,00,00,00,00,f0,f0,f0,f0,14,00,03,00,\

9a,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,\

00,46,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,78,00,\

96,00,60,00,60,00,78,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,05,\

00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]

"TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,01,00,00,00,00,00,00,00,aa,4f,28,68,\

48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,0c,03,00,00,60,0d,00,00,00,00,00,00,16,\

00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,00,00,00

"Toolbars"=hex:11,00,00,00,00,00,00,00

"Upgrade"=dword:00000001

;This will add "Services" to the right-click menu of "My Computer"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]

@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,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,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

;Do not use Simple File Sharing

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]

"forceguest"=dword:00000000

;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\""

;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]

;Add ControlUserPasswords2 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-C2CE1298969D}\DefaultIcon]

@="%SystemRoot%\\\\System32\\\\nusrmgr.cpl,1"

[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"

;Dont display Simple Folder View

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"FriendlyTree"=dword:00000000

;Run explorer from icon my computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Explorer\Command]

@="explorer.exe /e,/n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"

;Enable Show Status Bar

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"StatusBarOther"=dword:00000001

;NoCDBurning

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoCDBurning"=dword:00000001

;Disable windows sounds(log-on, log-off-sound, etc)

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\.Default\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MailBeep\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemHand\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]

@=""

;Enable ClearType for ALL Users

[HKEY_CURRENT_USER\Control Panel\Desktop]

"FontSmoothingType"=dword:00000002

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

;---------->System Tweaks<----------

;Speed up NTFS

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]

"Win31FileSystem"=dword:00000000

"Win95TruncatedExtensions"=dword:00000001

"NtfsDisableLastAccessUpdate"=dword:00000001

;disable Windows File Protection

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Add]

"SFCDisable"=dword:FFFFFF9D

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

Link to comment
Share on other sites

Here is my tweak to add Un/Register commands in right click menu for dll/ax files. It's usefull for those who make their own codec packs and mess around with codecs.

@ECHO OFF

ECHO Compiling .ax file tweak...

SET AXTWEAK=%SystemDrive%\SETUP\REGTWEAKS\AXTWEAK.REG

ECHO Windows Registry Editor Version 5.00 >> %AXTWEAK%

ECHO [HKEY_CLASSES_ROOT\.ax\shell\Register]>> %AXTWEAK%

ECHO [HKEY_CLASSES_ROOT\.ax\shell\Register\command] >> %AXTWEAK%

ECHO @="%SystemRoot:~0,3%\%SystemRoot:~3%\\System32\\REGSVR32.EXE \"%%1\"" >> %AXTWEAK%

ECHO [HKEY_CLASSES_ROOT\.ax\shell\UnRegister] >>  %AXTWEAK%

ECHO [HKEY_CLASSES_ROOT\.ax\shell\UnRegister\command] >> %AXTWEAK%

ECHO @="%SystemRoot:~0,3%\%SystemRoot:~3%\\System32\\REGSVR32.EXE /u \"%%1\"" >> %AXTWEAK%

ECHO File Compiled Succesfully...

ECHO Executing..

START /WAIT REGEDIT /S %SystemDrive%\SETUP\REGTWEAKS\AXTWEAK.REG

ECHO.

ECHO Compiling dllfile file tweak...

SET DLLTWEAK=%SystemDrive%\SETUP\REGTWEAKS\DLLTWEAK.REG

ECHO Windows Registry Editor Version 5.00 >> %DLLTWEAK%

ECHO [HKEY_CLASSES_ROOT\dllfile\shell\Register] >> %DLLTWEAK%

ECHO [HKEY_CLASSES_ROOT\dllfile\shell\Register\command] >> %DLLTWEAK%

ECHO @="%SystemRoot:~0,3%\%SystemRoot:~3%\\System32\\REGSVR32.EXE \"%%1\"" >> %DLLTWEAK%

ECHO [HKEY_CLASSES_ROOT\dllfile\shell\UnRegister] >>  %DLLTWEAK%

ECHO [HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\command] >> %DLLTWEAK%

ECHO @="%SystemRoot:~0,3%\%SystemRoot:~3%\\System32\\REGSVR32.EXE /u \"%%1\"" >> %DLLTWEAK%

ECHO File Compiled Succesfully...

ECHO Executing..

START /WAIT REGEDIT /S %SystemDrive%\SETUP\REGTWEAKS\DLLTWEAK.REG

Took me a while to do it. Enjoy! :D

Link to comment
Share on other sites

People please dont post your entire **** registry file or pages long ok. Please.

Attach it instead.

Thanks,

Will

And I cant get **** visual effects to stick. However these work. :)

[HKEY_CURRENT_USER\Control Panel\Desktop]
"DragFullWindows"="1"
"MenuShowDelay"="0"
"FontSmoothing"="0"
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000000
"SmoothScroll"=dword:00000000

Link to comment
Share on other sites

ATTENTION MODS

Hey guys I know I'm new here however I found a pretty big mistake in the registry code that is pretty common in everyone's file

I've seen these lines of code pretty frequent on this site (i've read all 100 pages) and after testing each tweak found a big mistake. The last line of code (in bold) will 100% incompasitate Windows Media Player from being associated with any video files. You will just get the window that allows you to choose which program to open the file with. Even if you choose WMP and select "use this all the time" it will not keep the settings. I have tried and varrified this on 3 computers. The only fix that I have found is to either reinstall WMP 9 or to export the key from another computer and inport it into your own registry.

;Remove WMP Right Click Options (Queue-it-up, etc.)

[-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}]

[-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}]

; if you use the key below WMP will not be able to automatically play media files

;[-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}]

The good news is that I have compiled the tweaks everyone has put up to this point, sorted through them, got rid of duplicates and organised them for all to look at and enjoy. I have made seperate files for each section so it'll be easyer to navigate as well one file *johnny do custome registry.reg* with everythign in it so if it meets with yoru approval you can load it up.

I did not include any of the visual effects since I feel that is dependant to individual taste and you can copy that from any number of these posts.

I hope you will get somethign out of my hard *and boring* work :D

Complete List of Registry Settings

I don't know how much i'll regular this forums but feel freel to contact me on

MSNM: j_cronk@hotmail.com or

e-mail: j-cronk@writeme.com

cheers :thumbup

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...