Wpis z mikrobloga

Nie mogę usunąć Chroma, nie mogę go znaleźć w panelu sterowania ani w CCleanerze. Niech mi jakiś programista wypokowy powie jak to zrobić
#pytanie
  • 9
  • Odpowiedz
  • Otrzymuj powiadomienia
    o nowych komentarzach

@LowcaAndroidow:

If you are trying to uninstall the standard version of Chrome, you are going to a lot more problems. If a standard user installs Chrome from the web, it is installed into the user profile and not onto the system for all users. That means it can be installed multiple times on each PC. In that case, you can figure out what the local path to chrome_installer.exe is, and create a program that runs as the user (and runs for each user). It may look something like this:

"%userprofile%\Local Settings\Application Data\Google\Chrome\Application\2.0.172.33\Installer\setup.exe" --uninstall
  • Odpowiedz