Jump to content

Recommended Posts

Posted

I couldnt find this on the forum so I googled so registry tweak.

This adjusts the visual effects by making registry changes.

Tested on Windows 7 Ultimate 32

#RequireAdmin

RegWrite("HKEY_CURRENT_USER\Control Panel\Desktop\WindowsMetrics", "MinAnimate", "REG_DWORD", 0)
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarAnimations", "REG_DWORD", 0)
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM", "ColorizationOpaqueBlend", "REG_DWORD", 1)
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM", "CompositionPolicy", "REG_DWORD", 1)
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM", "AlwaysHibernateThumbnails", "REG_DWORD", 0)
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "ListviewAlphaSelect", "REG_DWORD", 0)
RegWrite("HKEY_CURRENT_USER\Control Panel\Desktop", "DragFullWindows", "REG_DWORD", 0)
RegWrite("HKEY_CURRENT_USER\Control Panel\Desktop", "FontSmoothing", "REG_DWORD", 0)
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "ListviewShadow", "REG_DWORD", 0)

please give me your feedback

and let me know if you know of any other tweaks

enjoy

Posted

A nice tweak. Perhaps a start for a tweak program. Note that all registry entries are for HKCU so #RequireAdmin is not needed. Use #RequireAdmin for when HKLM writes are needed.

@spudw2k

AFAIK, Disabling Aero does not disable the parameter DragFullWindows which is to show/to not show window contents while dragging. Systems lacking graphics processing power can benefit much from this change.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...