2011-04-25

Microsoft Security Essentials Context Menu

MSE Version 2
Disable Context Menu:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked:
STRING: {09A47860-11B0-4DA5-AFA5-26D86198A780}
VALUE: EMPTY

Download (save as .reg)

2011-04-21

Office 2007 Slipstream and OCT

Customize Office 2007 with Office Customization Tool and Slipstream Service Pack 2

2011-04-19

Force Adobe Flash Player Update

ActiveX (IE):
SET FLASHDIR32=\System32\Macromed\Flash\
SET FLASHDIR64=\SysWOW64\Macromed\Flash\

for /f "delims=|" %%f in ('dir /b %WINDIR%%FLASHDIR32%FlashUtil*_ActiveX.exe') do %WINDIR%%FLASHDIR32%%%f -update activex
for /f "delims=|" %%f in ('dir /b %WINDIR%%FLASHDIR64%FlashUtil*_ActiveX.exe') do %WINDIR%%FLASHDIR64%%%f -update activex


Download (save as .bat)

Plugin (Firefox):
SET FLASHDIR32=\System32\Macromed\Flash\
SET FLASHDIR64=\SysWOW64\Macromed\Flash\

for /f "delims=|" %%f in ('dir /b %WINDIR%%FLASHDIR32%FlashUtil*_Plugin.exe') do %WINDIR%%FLASHDIR32%%%f -update plugin
for /f "delims=|" %%f in ('dir /b %WINDIR%%FLASHDIR64%FlashUtil*_Plugin.exe') do %WINDIR%%FLASHDIR64%%%f -update plugin

Download (save as .bat)

2011-04-18

Synaptics Thouchpad Fixes

Enable middle / 3rd mouse button emulation:
HKEY_LOCAL_MACHINE\Software\Synaptics\SynTP\Defaults
DWORD: HasBothButtonFeature
VALUE: 1

Enable  "Disable internal pointing device when external USB device is attached" function:
HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh
HKEY_LOCAL_MACHINE\Software\Synaptics\SynTPEnh
DWORD: DisableIntPDFeature
VALUE: 13

Download fixes (save as .reg)