Difference between revisions of "Talk:Picasa"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with 'Picassa 3 AutoUpdate feature [code] :# Changing the Startup Mode of "Google Updater Service" sc config gusvc start= disabled :# Uninstall "Google Updater Service" view details h…')
(No difference)

Revision as of 12:50, 26 May 2010

Picassa 3 AutoUpdate feature

[code]

  1. Changing the Startup Mode of "Google Updater Service"

sc config gusvc start= disabled

  1. Uninstall "Google Updater Service" view details here: [1]

pushd "%ProgramFiles%\Google\Common\Google Updater" & GoogleUpdaterService /UnregServer & popd [/code]