Menu

DisableUpdate

Juan Jose Pablos

Last modified 5 years ago Last modified on 02/01/10 16:00:22

This Script avoid to update IE7 and WMP11

disableupdate.bat

todo.pl "regedit /s %Z%\scripts\disableie7.reg"

todo.pl "regedit /s %Z%\scripts\disablewmp11.reg"

disableie7.reg

REGEDIT4

; block distribution ie7.key value name is set to 1, distribution is blocked

 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Setup\7.0]

"DoNotAllowIE70"=dword:00000001

disablewmp11.reg

Windows Registry Editor Version 5.00

;Disable Automatic Updates in WMP

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]

"DisableAutoUpdate"=dword:00000001

;Removes 'Add to Sync List' and 'Add to Burn List'

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

;Removes 'Add to Now Playing List' and 'Add to Playlist'

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

;Removes 'Play'

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

;="WMP Play Folder As Playlist Launcher"

;[-HKEY_CLASSES_ROOT\CLSID\{7D4734E6-047E-41e2-AEAA-E763B4739DC4}]

disablesc.bat

sc stop wscsvc sc config wscsvc start=demand

If you want to revert it back to the default configuration try:

sc start wscsvc sc config wscsvc start=auto 2