Jump to content

Recommended Posts

Posted

I would like to ask the group if they can find out what is the silent switch

for install this program CHIKKA.

Here is the link for the program.

http://www.chikka.com/download.html

I would like to install this program silently. Plus I don't want it to automatically

start everytime i bootup.

:):rolleyes::D:D

update

i figure out that i can use chikka.exe/s to silently isntall but a window pops up

asking if i want to register. I wonder if i can use taskkill.exe for this problem.

I also don't want to it to auto run each time i boot windows.

Thanks


Posted

Locations of "Run" strings in your Registry are here:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Examples:

- QuickTime Task

REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "QuickTime Task" /f

- Internet Download Manager

REG DELETE HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v IDMan /f

This is the taskkill command line:

taskkill /F /IM program.exe

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...